* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  color: #000 !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

table td {
  vertical-align: top;
}

.module {
  display: block;
  width: 100%;
}

td.edit {
  border: 1px solid #c00;
  padding: 5px;
}

.titleH {
  margin-bottom: 15px;
}

.titleA {
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #000;
  margin-bottom: 20px;
  font-family: "Roboto Slab", sans-serif !important;
}

.edit .module {
  border: 1px solid #eee;
}

.module .settings {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.module .header {
  width: 100%;
}

.moduleBorderHeader h1 {
  display: inline-block;
  padding-right: 100px;
}

.Helpicon {
  display: inline-block;
}

.handle {
  display: block;
  height: 15px;
  cursor: move;
  background: #ccc;
  border-radius: 4px;
  margin-bottom: 5px;
}

.moduleClone .module,
.existingPanel .module {
  padding: 0;
}

.moduleCloneContent .handle,
.existingPanelContent .handle {
  display: none;
}

/* Headers */
h1 {
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  font-family: "Roboto Slab", sans-serif !important;
}

h2 {
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  font-family: "Roboto Slab", sans-serif !important;
}

h3 {
  font-size: 24px !important;
  line-height: 1 !important;
  font-family: "Roboto Slab", sans-serif !important;
}

h4 {
  font-size: 20px !important;
  line-height: 1 !important;
  font-family: "Roboto Slab", sans-serif !important;
}

a img {
  border: none;
}

p {
  margin: 10px 0;
}

ul,
ol {
  padding-left: 20px;
}

/* Styling new FontIcons */
.settings {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pageEdit,
.moduleEdit {
  width: 100% !important;
}

.FontIcon {
  color: #000 !important;
}

div.FontIcon.edit {
  min-height: 0px;
  min-width: 0px;
  padding: 0px;
}

/* Portal Reset */
.apply {
  margin-left: 0 !important;
}

.linkButtonMenu > .FontIcon {
  float: none !important;
  font-size: 20px !important;
  margin: 0 !important;
}

.linkButtonMenu {
  display: block;
  height: auto !important;
  padding: 5px 8px !important;
  width: auto !important;
  float: none !important;
  margin-bottom: 5px !important;
  border: 1px solid #444;
}

.choice h1.header {
  width: 100%;
  padding: 10px 5px 10px 15px;
  font-size: 16px !important;
}

.settings {
  padding: 10px 0;
}

.settings .choose a {
  margin-top: 10px;
}

.editHeader {
  padding: 0 0 10px 0;
}

.moduleTitle {
  text-transform: uppercase;
  font-family: "Roboto Slab", sans-serif;
  color: #294C84;
  font-weight: 400;
  margin-bottom: 1rem;
}

[id$="cmdEditModule"] {
  margin: 4.5px 0;
}

img {
  height: auto;
  max-width: 100%;
}

.img-svg {
  min-height: 100%;
}

.row > .module {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

main.row > .module {
  margin-top: 30px;
  margin-bottom: 30px;
}

main.clouds-background {
  background: url(../images/wolkjes.png) no-repeat center -250px;
  background-size: auto 1100px;
}

main.clouds-background > .container {
  padding-top: 200px;
}

.row > .module:not(.column) {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.imageLinks {
  margin-bottom: 30px;
}

.imageLinks .text {
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  display: inline-block !important;
  padding: 10px 0;
  margin-right: 20px !important;
}

.imageLinks td:first-child {
  padding-left: 0px;
}

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

.dropdown-menu {
  margin-top: 0px !important;
}

.dropdown-menu .dropdown-item {
  color: #000;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background: #000;
  color: #fff;
}

.edit.ui-sortable {
  border: 1px dotted #000 !important;
  margin-bottom: 2px;
}

/* Custom styling */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hero {
  color: #fff;
  padding: 0;
}

.hero #tdTopPane.edit {
  padding: 30px;
}

.hero .module.html {
  min-height: 250px;
}

.hero .moduleContent {
  margin: 0 auto;
}

.hero .moduleContent h1, .hero .moduleContent h2, .hero .moduleContent h3, .hero .moduleContent h4, .hero .moduleContent h5, .hero .moduleContent h6 {
  color: #fff;
  font-weight: 400 !important;
}

.hero .moduleContent h1 {
  font-size: 24px !important;
}

.hero :not(.edit) .module.html .moduleContent {
  padding: 90px 15px;
}

.hero.home {
  background: url("../images/background.png") no-repeat top center;
  background-size: auto 1100px;
}

.hero.home .module.html {
  min-height: 400px;
}

.hero.home :not(.edit) .module.html .moduleContent {
  padding: 150px 15px;
}

.hero h2 {
  margin-bottom: 20px;
}

.hero .module.html .moduleContent a {
  background: #77235B;
  margin-right: 10px;
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.hero .module.html .moduleContent a:hover {
  text-decoration: none;
  background-color: #3c122e;
}

.hero .submenuLinks {
  background-color: #294C84;
  padding: 15px;
}

.hero .submenuLinks .header {
  display: none;
}

.hero .submenuLinks .moduleContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .submenuLinks .subMenuList {
  display: inline-block;
  margin-bottom: 0;
}

.hero .submenuLinks .subMenuList li {
  display: inline-block;
}

.hero .submenuLinks .subMenuList li a {
  padding: 0 8px;
  font-size: 13px !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.hero .submenuLinks .subMenuList li a:hover {
  background: none;
  padding: 0 8px;
}

.hero .submenuLinks .active {
  border-bottom: 2px solid white;
}

.hero img {
  max-width: 100%;
  height: auto;
}

.hero .owl-item {
  display: inline-block;
  clear: none !important;
}

.hero .owl-item .module.html {
  background-position: 90% center !important;
  background-size: 40% !important;
}

.hero .owl-stage-outer {
  overflow: hidden;
}

@media (min-width: 576px) {
  .hero .moduleContent {
    max-width: 540px;
  }
  .hero .moduleContent h1 {
    font-size: 28px !important;
  }
  .hero.home :not(.edit) .module.html .moduleContent {
    padding: 140px 15px !important;
  }
}

@media (min-width: 768px) {
  .hero .moduleContent {
    max-width: 720px;
  }
  .hero .moduleContent h1 {
    font-size: 36px !important;
  }
  .hero.home :not(.edit) .module.html .moduleContent {
    padding: 130px 15px !important;
  }
}

@media (min-width: 992px) {
  .hero .moduleContent {
    max-width: 960px;
  }
  .hero .moduleContent h1 {
    font-size: 42px !important;
  }
  .hero .owl-item .module.html {
    background-position: 95% center !important;
    background-size: contain !important;
  }
  .hero.home :not(.edit) .module.html .moduleContent {
    padding: 120px 15px !important;
  }
}

@media (min-width: 1200px) {
  .hero .moduleContent {
    max-width: 1140px;
  }
  .hero .owl-item .module.html {
    background-position: 85% center !important;
  }
}

@media (min-width: 1500px) {
  .hero .owl-item .module.html {
    background-position: 80% center !important;
  }
}

@media (min-width: 1700px) {
  .hero .owl-item .module.html {
    background-position: 75% center !important;
  }
}

@media (max-width: 768px) {
  .module.column {
    margin-bottom: 15px;
  }
}

.btn.btn-primary {
  background: #77235B;
  margin-right: 10px;
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.btn.btn-primary:hover {
  text-decoration: none;
  background-color: #3c122e;
}

.carousel .carousel-inner .carousel-item img {
  margin-left: 45%;
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari 3-8 */
  transform: skewX(-10deg);
  max-width: 500px;
  max-height: 350px;
}

u {
  text-decoration: none;
  border-bottom: 2px solid #EF793D;
}

.nagtzaam-background-image-container {
  position: relative;
}

.nagtzaam-background-image-container img {
  position: absolute;
  width: 100%;
  height: 150px;
  top: -50px;
}

.nagtzaam-article-line {
  border-bottom: 2px solid #EF793D;
}

.nagtzaam-blue {
  color: #294C84;
}

.nagtzaam-title {
  text-transform: uppercase;
  font-family: "Roboto Slab", sans-serif;
  color: #294C84;
}

.nagtzaam-paragraph {
  font-family: "Roboto", sans-serif;
  color: #000000;
}

.nagtzaam-paragraph-small {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 14px;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.btn:focus,
.btn:active {
  outline: #EF793D !important;
  -webkit-box-shadow: 0 0 10px #EF793D !important;
          box-shadow: 0 0 10px #EF793D !important;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "Roboto Slab", sans-serif;
  color: #294C84;
  margin-bottom: 1rem;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  text-decoration: none !important;
  border-bottom: 2px solid #EF793D;
  display: inline-block;
}

.titleH span {
  border: none !important;
  margin: 0 !important;
}

.text-block-with-button .moduleContent a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.text-block-with-button .moduleContent a,
.btn-nagtzaam {
  font-family: "Roboto Slab", sans-serif;
  color: #fff !important;
  background-color: #EF793D !important;
  border-color: #EF793D !important;
}

.cta .moduleContent {
  background: #EF793D;
  padding: 20px 15px;
  color: #fff !important;
}

.cta .moduleContent a {
  color: #fff !important;
  font-weight: 700;
  font-family: "Roboto Slab", sans-serif;
  text-decoration: none;
}

.cta .moduleContent p {
  margin-bottom: 0;
}

.row .medewerker:nth-child(odd) .moduleContent p {
  background: rgba(216, 117, 56, 0.2);
  padding: 15px;
  margin-top: 10px;
}

.row .medewerker:nth-child(even) .moduleContent p {
  background: rgba(61, 85, 136, 0.2);
  padding: 15px;
  margin-top: 10px;
}

.medewerker {
  margin-top: 30px;
}

.medewerker .moduleContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.medewerker .moduleContent h2 + h3,
.medewerker .moduleContent h2 + h4,
.medewerker .moduleContent h2 + h5,
.medewerker .moduleContent h3 + h3,
.medewerker .moduleContent h3 + h4,
.medewerker .moduleContent h3 + h5 {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 10px;
}

.medewerker .moduleContent img {
  margin-bottom: 15px;
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.btn-big {
  width: 100%;
  padding: 20px !important;
}

.btn-nagtzaam-inverse {
  font-family: "Roboto Slab", sans-serif;
  background-color: white !important;
  color: #EF793D !important;
  border-radius: 5px;
  font-size: 13px;
  border: none;
}

.nagtzaam-blok .moduleContent {
  background-color: #EF793D;
}

.nagtzaam-blok .moduleContent {
  padding: 20px 25px;
}

.nagtzaam-blok .moduleContent h1, .nagtzaam-blok .moduleContent h2, .nagtzaam-blok .moduleContent h3, .nagtzaam-blok .moduleContent h4, .nagtzaam-blok .moduleContent h5, .nagtzaam-blok .moduleContent h6 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.nagtzaam-blok .moduleContent, .nagtzaam-blok .moduleContent *:not(a), .nagtzaam-blok .moduleTitle {
  color: #fff !important;
}

.nagtzaam-blok .moduleContent a {
  display: inline-block;
  font-weight: 400;
  color: #EF793D;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border: 1px solid white;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  font-family: "Roboto Slab", sans-serif;
}

.calendar-item {
  margin-bottom: 20px;
}

.calendar-item .calendar-block {
  display: inline-block;
}

.calendar-item .calendar-block .calendar-number {
  text-align: center;
  width: 80px;
  padding: 5px 20px;
  background-color: #E6E6E6;
  font-size: 24px;
  font-weight: 500;
}

.calendar-item .calendar-block .calendar-month {
  text-align: center;
  color: #fff;
  width: 80px;
  padding: 2px 10px;
  background-color: #4D4D4D;
}

.calendar-item .calendar-text {
  display: inline-block;
  padding-left: 10px;
  color: #294C84;
  font-weight: 500;
  font-size: 18px;
}

.diensten-artikel .moduleTitle, .diensten-artikel h1, .diensten-artikel h2, .diensten-artikel h3, .diensten-artikel h4, .diensten-artikel h5, .diensten-artikel h6 {
  font-size: 20px !important;
}

.oranje-border-bottom .moduleContent {
  padding-bottom: 10px;
  border-bottom: 2px solid #EF793D;
}

.nagtzaam-medewerkers-container a,
.nagtzaam-medewerkers-container a:link,
.nagtzaam-medewerkers-container a:active {
  color: #294C84;
}

.nagtzaam-avatar {
  max-width: 150px;
  max-height: 150px;
}

.nagtzaam-button:focus {
  outline: none !important;
}

.nagtzaam-form-input-coloured {
  border: none;
  width: 250px;
}

.nagtzaam-form-input-coloured:focus {
  outline: none !important;
  border: 1px solid #EF793D;
  -webkit-box-shadow: 0 0 2px #EF793D;
          box-shadow: 0 0 2px #EF793D;
}

.nagtzaam-form-input-coloured::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EF793D;
  opacity: 1;
  /* Firefox */
}

.nagtzaam-form-input-coloured:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EF793D;
  opacity: 1;
  /* Firefox */
}

.nagtzaam-form-input-coloured::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EF793D;
  opacity: 1;
  /* Firefox */
}

.nagtzaam-form-input-coloured::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EF793D;
  opacity: 1;
  /* Firefox */
}

.nagtzaam-form-input-coloured:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #EF793D;
}

.nagtzaam-form-input-coloured::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #EF793D;
}

#nagtzaam-searchbar:focus {
  outline: none !important;
  border: 1px solid #EF793D;
  -webkit-box-shadow: 0 0 2px #EF793D;
          box-shadow: 0 0 2px #EF793D;
}

.navbar {
  padding: 12px 16px !important;
}

.navbar .navbar-collapse .navbar-nav .nav-item {
  padding: 22px 10px 20px;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #294C84;
  border-bottom: 2px solid transparent;
  padding: 0;
}

.navbar .navbar-collapse .navbar-nav #nagtzaam-user {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar .navbar-collapse .navbar-nav .current {
  border-color: #EF793D !important;
}

#nagtzaam-logo {
  width: 200px;
}

@media (max-width: 767px) {
  #nagtzaam-logo {
    width: 150px;
  }
}

#nagtzaam-user a div {
  font-size: 10px;
  color: #EF793D;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  #nagtzaam-user div {
    color: #294C84;
  }
  #nagtzaam-user div i {
    margin-top: 3px;
  }
  #nagtzaam-user div #mobile-profile-nav {
    color: #EF793D;
    padding-left: 5px;
  }
}

#footer {
  color: #294C84;
}

#footer a,
a:link,
a:active {
  color: #294C84;
}

#footer .nagtzaam-footer-text {
  font-size: 0.7em;
}

#footer h6 {
  font-family: "Roboto Slab", sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nagtzaam-footer-hr {
  height: 2px;
  border: none;
  color: #294C84;
  /* Old IE */
  background-color: #294C84;
  /* Modern Browsers */
}

#nagtzaam-disclaimer {
  text-align: end;
}

@media (max-width: 767px) {
  #nagtzaam-disclaimer {
    text-align: start;
  }
}

#nagtzaam-socialmedia {
  text-align: end;
}

@media (max-width: 767px) {
  #nagtzaam-socialmedia {
    text-align: start;
  }
}

#nagtzaam-quote-marker {
  color: #EF793D;
  font-size: 30px;
}

.recensie {
  position: relative;
}

.recensie .moduleAnchor {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

.recensie .moduleAnchor::before {
  position: absolute;
  top: 15px;
  left: 30px;
  color: #EF793D;
  font-size: 30px;
  content: "\f10d";
}

.recensie .moduleContent {
  color: white;
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
  background-color: #1e315d;
  padding: 20px 20px 20px 60px;
}

.recensie .moduleContent p:last-child {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

#nagtzaam-nieuwsbrief-button {
  text-transform: uppercase;
  font-family: "Roboto Slab", sans-serif;
}

#nagtzaam-foto-over-ons {
  max-width: 300px;
  max-height: 200px;
}

@media (max-width: 767px) {
  #nagtzaam-foto-over-ons {
    max-width: 250px;
    max-height: 200px;
  }
}

#nagtzaam-foto-diensten {
  max-width: 300px;
  max-height: 200px;
}

@media (max-width: 767px) {
  #nagtzaam-foto-diensten {
    max-width: 250px;
    max-height: 200px;
  }
}

#nagtzaam-calendar div .row {
  color: white;
  background-color: #575757;
}

#nagtzaam-calendar .row {
  margin-bottom: 8px;
  padding-bottom: 2px;
}

#nagtzaam-calendar h6 {
  color: #294C84;
  border-bottom: solid 2px #294C84;
  padding-bottom: 10px;
}

#klant-comment {
  height: 100px;
}

#nagtzaam-contact-form {
  display: inline-block !important;
}

#nagtzaam-contact-form input {
  border: 2px solid #EF793D;
}

#nagtzaam-contact-form input:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 10px #EF793D;
          box-shadow: 0 0 10px #EF793D;
}

#nagtzaam-contact-form textarea {
  border: 2px solid #EF793D;
}

#nagtzaam-contact-form textarea:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 10px #EF793D;
          box-shadow: 0 0 10px #EF793D;
}

#nagtzaam-contact-map {
  height: 400px;
  width: 100%;
}

.nieuwsbrief-form {
  height: 100%;
}

.nieuwsbrief-form .moduleTitle, .nieuwsbrief-form h1, .nieuwsbrief-form h2, .nieuwsbrief-form h3, .nieuwsbrief-form h4, .nieuwsbrief-form h5, .nieuwsbrief-form h6 {
  font-size: 16px !important;
  text-transform: uppercase;
  color: #294C84;
}

.nieuwsbrief-form [id$=pnlKort] p:first-child {
  display: none;
}

.nieuwsbrief-form .header,
.nieuwsbrief-form [id$=UpdatePanel1] {
  background: rgba(216, 117, 56, 0.2);
}

.nieuwsbrief-form .header {
  padding: 20px 20px 20px 20px;
}

.nieuwsbrief-form .header h1 {
  margin: 0 !important;
}

.nieuwsbrief-form [id$=UpdatePanel1] {
  padding: 0 20px 26px 20px;
}

.contactForm .apply,
.mailingRegister .apply {
  position: relative;
  padding: 0px !important;
  clear: both;
  width: 110px !important;
  height: 32px !important;
}

.contactForm .apply input,
.mailingRegister .apply input {
  top: 0;
  opacity: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 110px !important;
  height: 32px !important;
}

.contactForm .apply::before,
.mailingRegister .apply::before {
  content: "Verzenden" !important;
  color: #fff !important;
  font-size: 16px !important;
  text-align: center !important;
  width: auto !important;
  display: inline-block;
  top: 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  line-height: 20px;
  padding: 6px 14px;
  border-radius: 4px;
  background: #EF793D !important;
  font-family: "Roboto Slab", sans-serif !important;
}

.contactForm input,
.contactForm textarea,
.contactForm select {
  border: 1px solid #EF793D;
  border-radius: 4px;
}

.contactForm td {
  min-width: 105px !important;
}

.round-images .moduleContent img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.contactForm .apply input,
.formCreator .apply input,
.shopCartSmall .apply input,
.mailingRegister .apply input {
  top: 0;
  opacity: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.contactForm .apply,
.formCreator .apply,
.shopCartSmall .apply,
.mailingRegister .apply {
  position: relative;
  display: inline-block;
  padding: 0 !important;
  margin: 10px 0 !important;
}

.contactForm .apply:before,
.formCreator .apply:before,
.shopCartSmall .apply:before,
.mailingRegister .apply:before {
  content: "Verzenden" !important;
  font-size: 14px !important;
  text-align: center !important;
  width: auto !important;
  display: inline-block;
  font-family: "Roboto Slab", sans-serif;
  color: #fff !important;
  background-color: #EF793D !important;
  border-color: #EF793D !important;
  top: 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  line-height: 20px;
  padding: 6px 14px;
  border-radius: 4px;
}
/*# sourceMappingURL=Standard.css.map */