@font-face {
  font-family: "Material Icons";
  font-display: swap;
  src: url('styles/MaterialIcons/MaterialIcons-Regular.woff2') format('woff2'),
  url('styles/MaterialIcons/MaterialIcons-Regular.woff') format('woff'),
  url('styles/MaterialIcons/MaterialIcons-Regular.ttf') format('truetype'),
  url('styles/MaterialIcons/MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
  url('styles/MaterialIcons/MaterialIcons-Regular.eot') format('embedded-opentype');
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, sans-serif;
  font-weight: normal;
  /*font-size: 13px;*/
  line-height: 1.1875;
  margin: 0;
  text-align: center;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

#HeaderTop {
  display: inline-block;
  vertical-align: middle;
  height:30px;
}
#HeaderTop_Container {
  position:fixed;
  left:0;
  top:0;
  right:0;
  width: 100%;
  height:30px;
  text-align:center;
  background-color: #366289;
  display: flex;
  align-items:center;
  justify-content: center;
  z-index: 100;
}
.Telmail {
  position:absolute;
  top:8px;
  height:14px;
  text-align:center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}

#HeaderMenu {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#HeaderMenu_Container {
  width:100%;
  position:fixed;
  left:0;
  top:30px;
  right:0;
  height:51px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E6E6E6;
  z-index: 100;
  display: flex;
  justify-content: center;
}

.logoContainer {
  width:25%;
  display: flex;
  justify-content: center;
  margin: auto;
}
.menuContainer {
  width:100%;
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: auto;
}
.headerMenuItemText {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline;
}

.wb_LogoDAARTS {
  width:101px;
  height:29px;
}

.Carousel {
  width:100%;
  min-height:560px;
  height: 100%;
  background-color: #F2F5F7;
  border-radius: 0;
  position:relative;
}
.carousel-caption {
  top: 15%;
}
.slideTextContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
}
.slideButtonContainer {
  display: flex;
  width: 100%;
  justify-content: center;
}
.slideButton {
  width: 205px;
  height: 49px;
  text-decoration: none;
  /*box-sizing: border-box;*/
  border: 3px solid #FFFFFF;
  border-radius: 4px;
  background-color: #393939;
  background-image: none;
  color: #FFFFFF;
  box-shadow: 0 2px 4px #737373;
  margin: 0;
}
.slideButton a {
  line-height: 41px;
  text-decoration: none;
  vertical-align: top;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  padding: 1px 6px 1px 6px;
  text-align: center;
  -webkit-appearance: none;
  margin: 0;
  color: #FFFFFF;
}
.slideButton a:visited {
  line-height: 41px;
  text-decoration: none;
  vertical-align: top;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  padding: 1px 6px 1px 6px;
  text-align: center;
  -webkit-appearance: none;
  margin: 0;
  color: #FFFFFF;
}
.slideButton a:hover {
  line-height: 41px;
  text-decoration: none;
  vertical-align: top;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  padding: 1px 6px 1px 6px;
  text-align: center;
  -webkit-appearance: none;
  margin: 0;
  color:#ffcc00;
}
.slideButton a:active {
  line-height: 41px;
  text-decoration: none;
  vertical-align: top;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  padding: 1px 6px 1px 6px;
  text-align: center;
  -webkit-appearance: none;
  margin: 0;
  color: #FFFFFF;
}
.slideText {
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:3em;
}

#Contact-m {
  height: max-content;
  width: 100%;
  min-height:811px;
  padding: 8%;
}

.Contact-m_Container {
  width: 100%;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.wb_ContactInfo {
  width:100%;
  min-height:38px;
  text-align:center;
  margin: 20px;
}
/*.wb_ContactInfoText {*/
/*  width:100%;*/
/*  min-height:187px;*/
/*  margin: 10px;*/
/*  text-align: left;*/
/*}*/

#GoogleMaps {
  width:100%;
  height:100%;
}

#wb_JavaScript_GoogleMaps {
  margin: 80px;
  width: 660px;
  height: 349px;
}

a.Menu-top {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  display: inline-block;
}
a.Menu-top::after {
  background: transparent;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
a.Menu-top:hover::after {
  background: #FFFFFF;
  width: 100%;
}
a.Menu-top:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a.Menu-top:active {
  color: #FFFFFF;
  text-decoration: none;
}
a.Menu-top:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.Head-table {
  text-align:center;
  color: #FFFFFF;
}

/*Small devices (landscape phones, 576px - 767px)*/
@media (max-width: 767px) {
  #HeaderMenu {
    display: none;
  }
  #wb_JavaScript_GoogleMaps {
    margin: 15px;
    width: 330px;
    height: 174px;
  }
  .slideText {
    font-size: 24px;
  }
}

/*Medium devices (tablets, 768px - 991px and up)*/
@media (min-width: 768px) {
  #HeaderMenuMobile {
    display: none;
  }
  #wb_JavaScript_GoogleMaps {
    margin: 30px;
    width: 495px;
    height: 261px;
  }
}

@media (min-width: 992px) {
  #wb_JavaScript_GoogleMaps {
    margin: 80px;
    width: 660px;
    height: 349px;
  }
}
/*Large devices (desktops, 992px - 1199px and up)*/

/*X-Large devices (large desktops, 1200px - 1399px)*/
@media (min-width: 1200px) { }

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { }
