HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers14/coeveringmatrijzen.nl/wwwroot/css/layouts/_contact.sass
body.contact
  h1
    text-align: left

.contactData
  +respond-to(handheld)
  max-width: 400px

  .type
    float: left
    width: 100px
    color: #8FBAC6
    font-size: .842105263em

  &::selection
    background: #8FBAC6
    color: #fff

  &::-moz-selection
    background: #8FBAC6
    color: #fff

  .data
    float: left
    width: 300px

  .clear
    margin-bottom: 1.263157895em

.btnPlanRouteMask
  position: absolute
  left: 50%
  top: -30px
  overflow: hidden
  margin-left: -150px
  height: 80px
  width: 300px
  font-family: 'DIN Next W02 Medium',arial,sans-serif

  +respond-to(handheld)
    top: -70px

#btnPlanRoute
  margin: 0

.inputPlanRouteMask
  position: absolute
  top: -30px
  left: 50%
  overflow: hidden
  margin-left: 0
  width: 0
  height: 60px
  opacity: 0
  filter: alpha(opacity=0)


.inputHolder
  width: 380px
  height: 60px

  .start
    float: left
    width: 10px
    height: 60px
    background: no-repeat url('/images/structure/coevering_sprite.png') -350px -50px

  .middle
    float: left
    width: 360px
    height: 60px
    background: repeat-x url('/images/structure/inputOrange_holder.jpg')

  .end
    float: left
    width: 10px
    height: 60px
    background: no-repeat url('/images/structure/coevering_sprite.png') -370px -50px

.inputFormHolder
  position: absolute
  top: 10px
  left: 10px
  width: 360px
  height: 40px

  .start
    float: left
    width: 10px
    height: 40px
    background: no-repeat url('/images/structure/coevering_sprite.png') -390px -60px

  .middle
    float: left
    width: 340px
    height: 40px
    background: repeat-x url('/images/structure/inputOrange_field.jpg')

  .end
    float: left
    width: 10px
    height: 40px
    background: no-repeat url('/images/structure/coevering_sprite.png') -410px -60px

  form
    position: absolute
    width: 360px
    height: 40px

  label
    display: none

  input[type="text"]
    position: absolute
    padding: 0 20px
    width: 360px
    height: 40px
    border: none
    background: none
    color: #fff
    font-family: 'DIN Next W02 Regular',arial,sans-serif
    font-size: .842105263em

  input[type="submit"]
    position: absolute
    top: 10px
    right: 10px
    z-index: 10
    width: 20px
    height: 20px
    border: none
    background: no-repeat url('/images/structure/coevering_sprite.png') -330px -10px
    cursor: pointer


.maps
  margin-top: 40px
  padding: 20px
  min-height: 300px

  img
    width: 100%