@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
@charset "UTF-8";

/*=======Algemeen=======*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: Arial, Helvetica, sans-serif;
}
input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
p {
  line-height: 175%;
  color: #3e3e3e;  
}
.pmargin p {
  margin-bottom: 16px;
}
.pmargin p:last-child {
  margin-bottom: 0;
}
.cent {
  text-align: center;  
}
.content {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
}
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 175%;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  color: #222121;
  font-weight: bold;
}
h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.maintext {
  margin-bottom: 60px;
}
.three-row-grid:after {
  display: block;
  content: "";
  clear: both;
}
.tickermarge {
  margin-bottom: 100px;
}

/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

.PL_Wrapper h2 {
  color: #e3000b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: #e3000b;
  border: 1px solid #e3000b;
  color: #fff;
  width: 48%;
  font-size: 1.2em;
  font-weight: 200;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #e3000b; 
}
/* Einde Cookie Melding */

/* GDPR */

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
}

#content-container h2 {
  color:#e3000b;
  font-size:2.4em;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #e3000b;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: black;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}


/* EINDE GDPR */

/* COOKIES */

/* EINDE COOKIES */

/**Lightbox**/
#loctek-lightbox-close {
  line-height: 20px !important;
  border-color:#E3000B !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
.loctek-lightbox {
  line-height: 20px !important;
  border-color:#E3000B !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
/*=======Einde Algemeen=======*/
/*==========Header==========*/
header {
  position: relative;
  height: 130px;
}
header .logo {
  position: absolute;
  top: 18px;
  left: 40px;
  z-index: 2;
}
#nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 140px;
}
#nav a {
  float: left;
  display: block;
  background-color: white;
  color: #898a8d;
  text-transform: uppercase;
  text-align: center;
  line-height: 130px;
  height: 130px;
  padding:0 2em;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2em;
  min-width: 180px;
}
#nav a.active, #nav a:hover {
  background-color: #E3000B;
  color: white;
}
#menubutton {
  display: none;
}

/*======Einde Header=====*/
/*=======Slider/Banner=========*/
#banner {
  height: 3px;
  background: #000;
}
/*======Einde Slider/Banner====*/
/*=====Home====*/
#homedienst {
  margin: 40px 0 0 0;
  padding:80px 0;
  background-color: #dfdfdf;
}

#homedienst img {
  width: 100%;
}
#homedienst .three-row-grid > * {
  position: relative;
}
#homedienst a {
  position: absolute;
  background-color: rgba(227, 0, 11,0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#homedienst h2 {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
#homedienst a:hover {
  background-color: rgba(227, 0, 11,0);
}
#homedienst a:hover h2 {
  display: none;
}
/*=====Einde Home====*/
/*====Diensten====*/
.dienstitem {
  background-color: #E3000B;
  color: white;
  position: relative;
}
.dienstitem img{
  width: 100%;
}
.dienstitem .titelcont {
  min-height: 61px;
  position: relative; 
  margin-bottom: 20px;
}
.dienstitem .titelcont:after {
  width: 90%;  
  border-bottom: 1px solid white;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.dienstitem h2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dienstitem p {
  color: white;
  width: 90%;
  margin: 0 auto;
  height: 84px;
  overflow: hidden;
}
.dienstitem button {
  display: block;
  margin:20px auto;
  width: 140px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2em;
  padding:0.6em 0;
  background-color: #818285;
  text-align: center;
  border:0;
}
.dienstitem a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.dienstitem:hover button{
  background-color: #9aaee9;
}
.dienstitem:hover img {
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
    webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.seperator {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #818285;
  margin:40px 0;
}
#scrollholder:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  width: 3px;
}
#scrollholder {
  width: 86%;
  max-width: 1400px;
  margin: 0 7%;
  position: relative; 
  height: 600px;
  margin-bottom: 60px;
  overflow: hidden;
}
#scrollholder .img {
  display: block;
  float: left;  
  position: relative;
}
#scrollholder img {
  width: 100%;
}
#scrollholder:after {
  display: block;
  content: "";
  clear: both;
}
#prev2,#next2 {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);  
  cursor: pointer;
}
#prev2 {
  left: 0%;
}
#next2 {
  right: 0%;
}
#scroller {
  position: absolute;
  left: 0;
  top: 0;
  width: 3000%;
}
.imgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(227, 0, 11,0.6);
}
.imgoverlay h2 {
  position: absolute;
  top: 50%;
   -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);   
  left: 5px;
  right: 5px;
  text-align: center;
}
.img:hover .imgoverlay {
  display: none;
}
.img a {
  position: absolute;
   top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/*====Einde Diensten====*/
/*=====Atelier====*/
#atelier {
  width: 100%;
  max-width: 1400px;
  margin:0 auto;
  margin-bottom: 20px;
  background-color:#dfdfdf;
}
#atelier:after {
  display: block;
  clear: both;
  content: "";
}
#atelier .item > * {
  width: 50%;
  float: left;
}
#atelier .item.ar > * {
  float: right;
}
#atelier .item:after {
  display: block;
  content: "";
  clear: both;
}
.zestiennegen:after {
    content: "";
    padding-top: 100%;
    display: block;
}
.actimg {
  background-repeat: no-repeat;
  background-size: cover;
}
#atelier h1 {
  font-size: 1.5em;
  text-align: left;
}
#atelier .acttxt {
  padding:1em 2em;
}
#atelier p {
  line-height: 200%;
  text-align: left;
  font-size: 1.25em;
}
/*====Einde Atelier=====*/
/*====Referenties====*/
.pwsp {
  margin-top: 0 !important;
}
#catbar {
  border-bottom: 1px solid #818285;
  padding-bottom: 2%;
}
#catbar button {
  padding:0.5em 0.75em;
  color: white;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  background-color: #E3000B;
  border:1px solid #E3000B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 15px;
}
#catbar button.endbutton {
  float: right;
  margin-right: 0;
  background-color:#818285; 
   border:1px solid #818285;
}
#catbar button.activebtn, #catbar button:hover {
  background-color: white;
  border:1px solid #E3000B;
  color:#E3000B;  
}
#refholder:after {
  display: block;
  clear: both;
  content: "";
}
/*====EInde Referenties====*/
/*=====Contact====*/
.contactheight {
  min-height: 480px;
  padding-bottom: 50px;
  position: relative;
}
.contactheight button {
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #818285;
  border: none;
  text-transform: uppercase;
  color: white;  
  bottom: 0;  
  font-family:'Roboto Condensed', sans-serif;
}
.contactheight button a {
  color: white;
}
.contact-form, .gegevens {
  width: 350px;  
}
.gegevens>img {
  width: 100%;
}
.gegevens p {
  padding-left: 50px;
  position: relative;
}
.gegevens p img {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.contact-form {
  float: left;
}
.gegevens {
  float: right;
}
.location {
  margin:0 370px;
}
#mymap,#mymap2 {
  height: 416px;
}
.contact-form>input[type="text"] {
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-left: 10px;
}

.contact-form>input[type="submit"] {
  width: 100%;
  height: 45px;
  background-color: #818285;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;  
  font-family:'Roboto Condensed', sans-serif;
}
.contact-form>input[type="submit"]:hover, .contactheight button:hover {
  background-color: #E3000B;
}
.contact-form textarea {
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
}

.gegtekst {
  margin-top: 20px;  
}
.gegtekst p:nth-child(2), .gegtekst p:nth-child(4){
  margin-bottom: 20px;
}
.gegtekst a {
  color: #3e3e3e;
}

.offert .contactheight {
  min-height: 570px;
}
.offert #mymap {
  height:506px;
}

.offert .gegtekst {
  margin-top: 45px;
}
.offert .gegtekst p:nth-child(2), .offert .gegtekst p:nth-child(4){
  margin-bottom: 45px;
}

/*====Einde Contact====*/
/*====Info AK====*/
#infoak {
  padding:2em 0;
}
#infoak > .single-row-three {
  width: 96%;
  margin: 0 auto;
  max-width: 1400px;
}
#infoak .single-row-three > * {
  margin-top: 0;
}
#infoak h3 {
  color: #E3000B;
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 20px;
}
#infoak ul {
  color: #696969;
  list-style-type: square;
  list-style-position: inside;
  font-family: 'Roboto Condensed', sans-serif;  
}
#infoak li {
  padding: .5em 0;
  color: #696969;
  border-bottom: 1px solid #878787;
  font-size: 1.05em;
}
#infoak li:last-child {
  border-bottom: 1px solid white;
}
#infoak p {
  color: #696969;
  font-size: 1.05em;
  line-height: 35px;
  margin-bottom: 30px;
}
#infoak h4 {
  color: #E3000B;
  text-align: right;
  width: 100%;
  font-size: 1.1em; 
 
}
/*=====Einde Info AK====*/
/*====Footer====*/
footer {
  background-color: #E3000B; 
}
#footer {
  color: white;
  text-align: justify;
  padding:2em 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.05em;
  line-height: 40px;
}
#footer p {
  color: white;
  line-height: 40px;
}
#footer:before,#footer .after {
  display: inline-block;
  content: "";
}
#footer:after {
  display: inline-block;
  content: "";
  width: 100%;
}
#footer > .footitem {
  display: inline-block;
  vertical-align: top;
}
#footer a{
  color: white;
  }
  #footer p {
    position: relative;
  }
  #footer p img, #footer h3 img {
    position: absolute;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #footer h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 1.3em;
  }
  #footer .fb p {
    text-transform: uppercase;
  }

  .disclaimer {
    background-color: white;
    text-align: center;
    padding: 10px;
  }
  
  .disclaimer a {
    color: black;
  }
  
  .disclaimer a:last-of-type i.show{
    display: inline-block;
  }
  
  .disclaimer a:last-of-type i.hidden{
    display: none;
    color: #8bcf97;
  }
  
  .disclaimer a:last-of-type:hover i.show {
      display: none;
  }
  .disclaimer a:last-of-type:hover i.hidden {
    display: inline-block;
  }
 
/*====Einde Footer====*/
@media screen and (max-width: 1300px){
   #nav a {
    padding:0 1.5em;
    min-width: 162px;
  }

}
@media screen and (max-width: 1240px){
   #nav a {
    padding:0 1em;
    min-width: 142px;
  }

  #atelier p {
    font-size: 1em;
  }

}
@media screen and (max-width: 1100px){
  #contact:after {
    display: block;
    content: "";
    clear: both;
  }
  .contactheight {
    float: left;
    width: 49%;
  }
  .contact-form {
    margin-right: 2%;
  }
  .location {
    margin:40px 0 0 0;
    width: 100%;
  }
  .offert .gegtekst {
  margin-top: 30px;
}
.offert .gegtekst p:nth-child(2), .offert .gegtekst p:nth-child(4){
  margin-bottom: 30px;
}
}

@media screen and (max-width: 1140px){
   #menubutton {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
  }
  #nav {
    display: none;
    background-color: white;
    z-index: 97;
    width: 100%;
    padding-top: 0;
  }
  #nav a {
    float: none;
    display: block;
    width: 100%;
    font-size:1.5em;
    height: 80px;
    line-height: 80px;
  }  
}

@media screen and (max-width: 1080px){
  #footer > .spaceblock {
    display: none;
  }

}
@media screen and (max-width: 1000px){
  #footer p.dn {
    display: block;
  }
  #footer .hidemobile {
    display: none;
  }
}

@media screen and (max-width: 950px){
  #nav a {
    padding:0 1em;
  }
}
@media screen and (max-width: 900px){
  #atelier h1{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 850px){
 
  #atelier .item> * {
    width: 100%;
    float: none;
  }
  #atelier .acttxt {
    padding-bottom: 80px;
  }

  header .logo {
    z-index: 98;
  }
  
  #catbar button {
    float: left;
    width: 31.33333%;
    margin-right: 2%;
    min-height: 60px;
  }
  #catbar button.endbutton {
    float: left;
    margin-right: 2%;
  }
  #catbar button:nth-child(3n){
    margin-right: 0;
  }
  #catbar:after {
    display: block;
    clear: both;
    content: "";
  }
  #catbar {
    padding-bottom: 60px;
  }
  
}
@media screen and (max-width: 650px){
  .disclaimer a {
    font-size: 0.9em;
  }
  #catbar button {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  #catbar button.endbutton {
    float: left;
    margin-right: 2%;
  }
  #catbar button:nth-child(3n){
    margin-right: 2%;
  }
  #catbar button:nth-child(2n){
    margin-right: 0;
  }
  #catbar:after {
    display: block;
    clear: both;
    content: "";
  }
  #catbar {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px){

  .PL_Wrapper {
    right: 10px;
  }

  .contactheight {
    margin:0 0 40px 0;
    width: 100%;
    float: none;
    min-height: 1px;
    padding-bottom: 60px;
  }
  .offert .contactheight {
    min-height: 1px;
  }
  .contactheight > *:last-child {
    margin-top: 10px;
  }
  #next2 {
    right: -4px;
    width: 25px;
  }
  #prev2 {
    left: -4px;
    width: 25px;
  }
}
@media screen and (max-width: 500px){
  .disclaimer a {
    font-size: 0.8em;
  }
  #sliderwrap, #banner, .ticker,.greystroke {
    display: none;
  }
  #infoak {
    border-top: 3px solid #E3000B;
  }
  header {
    border-bottom: 1px solid #E3000B;
  }
  .footitem {
    width: 100%;
    text-align: center;  
  }
  .footitem > *, .footitem h3 {
    max-width: 300px;
    margin:0 auto;
  }
  #footer p img, #footer h3 img {
    left: -10px;
  }
}

@media screen and (max-width: 450px) {

  .disclaimer a:first-of-type, .disclaimer a:nth-of-type(2), .disclaimer a:nth-of-type(3), .disclaimer span {
    display: none;
  }
}

@media screen and (max-width: 350px){
  #footer p img, #footer h3 img {
    left: 0px;
  }

  #menubutton
  {
    right: 20px;
  }

  header .logo
  {
    left: 15px;
  }
}
@media screen and (max-width: 325px){
  #footer p img, #footer h3 img {
    display: none;
  }
}
@media screen and (max-width: 280px){
  header .logo {
    left: 5px;
  }
}
@media screen and (max-width: 250px){
  #menubutton {
    right: 15px;
  }
}


