/* AKTUELL */
.uitleg
{
  font-size: x-small;
}

.datum
{
  font-size: small;
  font-weight: bolder;
}
/* CREDITS */
#credits
{
  padding:7px;
  font-size: x-small;
  text-align: center;
  background-color: #f18e00c9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#credits p
{
  margin:0px;
  padding:0px;
}
#credits a
{
    color:black;
    font-weight: bolder;
}

#credits a:hover
{
    text-decoration: none;
}
.simonammann
{
  color:#000;
  text-transform:uppercase;
  font-weight: bolder;
}
a.simonammann:hover
{
  text-decoration: none;
}
/* ********* FAQ **************/
.card-header
{
  border-bottom: none;
}

.btn-faq
{
  text-align: left;
  display: flex;
}

.btn-faq:focus
{
  box-shadow:none;
}

.btn-faq:hover
{
  color:#F18E00;
}

html {
  scroll-behavior: smooth;
}

body
{
  height: 100%;
  position: relative;
}

h6
{
  color:#fff;
}
i
{
  background-color: #F18E00;
  padding:7px;
  color:#fff;
  font-size: small;
}
/* CORP STYLE */
.embed-picture
{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-red
{
  background-color:#F18E00;
}

.color-corp
{
  color:#F18E00;
}
.text-white
{
  color:#FFFFFF !important;
}

.btn-primary
{
  background-color: #F18E00 !important;
  border-color:#fff !important;
}

.team-picture
{
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  height:210px;
  width:210px;
  border:2px solid #fff;
  font-size: 60px;
  transition: 0.6s;
}

.angebot-picture
{
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height:210px;
  width:210px;
  font-size: 60px;
  transition: 0.6s;
}

.angebot-icons
{
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  height:150px;
  width:150px;
  border:2px solid #fff;
  font-size: 60px;
}

.angebot-icons:hover
{
    text-decoration: none;
    color: #fff;
}

.angebot-icons-sm
{
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  height:85px;
  width:85px;
  border:2px solid #fff;
  font-size: 30px;
}

.angebot-icons-sm:hover
{
    text-decoration: none;
    color: #fff;
}

/* NAVBAR CUSTOM STYLE */
.navbar
{
  position: fixed;
  top:0px;
  z-index:1020;
  width:100%;
  background-color: rgba(255,255,255,.9);
}
.navbar-light .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(255, 255, 255, 1)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>') !important;
}

/*
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    c/olor: rgba(255,255,255,.9) !important;
}
*/

.navbar-brand
{
  font-weight: bold;
  font-size: x-large;
}

#logo
{
  width:210px;
}
/* USER ICONS */
.user-icons-block
{
  position:absolute;
  display: flex;
  flex-direction: column;

  top:20px;
  right:20px;
  z-index:1001;
}
.user-icons-block a
{
  font-size: xx-small;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 15px;
  height:25px;
  width: 25px;
  color:#fff;
  background-color: #D2232A;
  border-radius: 50%;
}

/* INFOBLOCK */

/* DIENSTEN */
.diensten-icons
{
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  height:150px;
  width:150px;
  border:2px solid #fff;
  font-size: 60px;
  transition: 0.6s;
}

.diensten-icons:hover
{
  background-color: #fff;
  border:2px solid #D2232A;
  text-decoration: none;
  color:#D2232A;
}

@media screen and (max-width: 1024px)  {
  .doorklik-lg
  {
    display: none;
  }
}

.btn-doorklik-lg
{
  display: block;
  width: 100%;
  background-color: #D2232A;
  border: 1px solid #FFF;
  color:#FFF;
  border-radius: 0;
}

.btn-doorklik-lg:hover
{
  background-color: #FFF;
  border: 1px solid #D2232A;
  color:#D2232A;
}

a.dienst
{
  text-decoration: none;
  color: #111;
}


/** ***** ANKER **** **/

.anker
{
  display: block;
  position: relative;
  top:-80px;
}

@media screen and (min-width: 1024px)  {
  .anker
  {
    display: block;
    position: relative;
    top:-80px;
  }
}

.pictureframe {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index:-999;
}

.overlay
{
  /*display: none;*/
  position: absolute;
  width: 100%;
  margin: 0px;
  height:100%;
  left:0px;
  top:0px;
}

.overlay-dark
{
  background-color: rgba(0,0,0,.3);
}

.overlay-light
{
  background-color: rgba(255,255,255,.3);
  color:#000;
}

.strip
{
  height:50vh;
  color:#fff;
}
.contentblock
{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
}

.subtitle
{
  font-size: x-large;
  color: #FFF;
}

.img-square
{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:100%;
}

.img-strip
{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:50vh;
  color:#fff;
}

.korting
{
  color:#D2232A;
}
#footer
{
  padding:25px 0;
  background-color: #F18E00;
}

#footer p
{
  color:#f8f9fa;
  font-size: small;
}

/* ***** MAILCHIMP ***** */
#mc_embed_signup
{
  color:#f8f9fa;
  font-size: small;
}
#mc_embed_signup a
{
  color:inherit;
  text-decoration: underline;
}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  div[class*="bgimg"] {
    background-attachment: scroll;
  }
}

/* SHADOW */
.myshadow
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.my-btn-sm
{
  border:2px solid #fff;
  text-decoration: none;
  display:block;
  color:#fff;
  height:65px;
  width:65px;
  border-radius:50%;
  transition: 0.8s;
}

.my-btn-sm:hover
{
    text-decoration: none;
    border:2px solid #F18E00;
    background-color: #FFF;
    color:#F18E00;
}

.items-center
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*testimonial*/

.testimonial-start
{
  font-family: "Times New Roman", Times, serif;
    line-height: 50%;
    font-weight: bold;
    font-size: 100px;
    color: #D2232A;
    text-align: left;
}

.testimonial-end
{
    height: 100%;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 100px;
    color: #D2232A;
    line-height: 75%;
    text-align: right;
  }

#honingpot
{
  display: none;
}

.sitemap
{
  list-style-type:none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: small;

}

.sitemap a
{
    color: #fff;
    text-decoration: none;
}

.sitemap a:hover
{
    color: #fff;
    text-decoration: none;
}
