/*!
 * Start Bootstrap - Grayscale v5.0.8 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

#mainNav {
  min-height: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #d05f00;
  border: 1px solid #d05f00;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #d05f00;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #d05f00;
    outline: none;
    border-bottom: 0.25rem solid #d05f00;
  }
}

.myvid {
	
	width: 100%;
	height:auto;
	max-height: 99vh;
	align-content: center;
	align-self: center;
	
}
.buttondark {
  display: inline-block;
  border-radius: 34px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #161616;

  color: #161616;
  text-align: center;
  font-size: 18px;
  padding: 5px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.buttondark span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttondark span:after {
  content: '\00bb';
  position: absolute;
  color: #d05f00;
  opacity: 0;
  top: 0;
  right: -40px;   
  transition: 0.5s;

}

.buttondark:hover span {
  padding-right: 25px;
  color: #d05f00;

}
.buttondark:hover {
	background-color: rgba(255, 255, 255, 0.95);
	border: 1px solid #FFFFFF;
}

.buttondark:hover span:after {
	
  opacity: 1;
  right: 0;
}
.overlay {
	
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	height: 67vw;
	max-height: 101vh;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 20%, rgba(22, 22, 22, 1) 95%, #161616 100%);
  z-index: 100;
	background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.content_bg{
	background-image: url("../img/hout noir.jpg");
}
.content_bg_1{
	background-image: url("../img/sfeerbeelden/ingredienten.jpg");
	background-repeat:	no-repeat;
	background-size: 100% 100%;
	padding-top: 100%;
}
.content_bg_2{
	background-image: url("../img/sfeerbeelden/quooker.jpg");
	background-repeat:	no-repeat;
	background-size: 100% 100%;
	padding-top: 100%;
}
.content_bg_3{
	background-image: url("../img/sfeerbeelden/hout.jpg");
	background-repeat:	no-repeat;
	background-size: 100% 100%;
	padding-top: 100%;
}
.content-bg-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem ;
  padding: 15rem 0;
  /*!background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.3)), color-stop(75%, rgba(22, 22, 22, 0.7)), to(#161616)), url("../img/Robuuste buitenkeuken nachtbeeld.jpg");*/
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../movies/test.m4v");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;

}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;

}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #d05f00;
	  
}
.btn-primary-wide {
	color: #FFFFFF;
  background-color: #d05f00;
  width: 400px;
}
.btn-primary-wide:hover {
	color: #FFFFFF;
  background-color: #d05f00;
  width: 400px;
	  
}
.btn-secondary {
  background-color: #CCCCCC;
	  padding: 0.55rem  2rem;
	font-size: 60%;
	width: 100%;
	  
}
.btn-secondary:hover {
  background-color: #CCCCCC;
  font-size: 60%;
  width: 100%;
  
}

.btn-orange_buy {
  background-color: #d05f00;
    color: #FFFFFF;
	  padding: 0.55rem  2rem;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    opacity: 100%;
	font-size: 60%;
	width: 50%;
	  
}
.btn-orange_buy:hover {
  background-color: #d05f00;
    color: #FFFFFF;
  font-size: 60%;
    opacity: 80%;
  width: 50%;
    transition: all 0.4s ease-in-out;
  
}
.btn-orange_pers {
  background-color: #CCCCCC;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #FFFFFF;
	  padding: 0.55rem  2rem;
    opacity: 100%;
	font-size: 60%;
	width: 50%;
	  
}
.btn-orange_pers:hover {
  background-color: #CCCCCC;
    opacity: 80%;
    color: #FFFFFF;
  font-size: 60%;
  width: 50%;
    transition: all 0.4s ease-in-out;
  
}

.btn-primary:hover {
  background-color: #d05f00;

}

.paddingbottom {

	margin-bottom: 30px;
}

.btn-primary:focus {
  background-color: #d05f00;
  color: white;
}

.btn-primary:active {
  background-color: #d05f00 !important;
}

.about-section {
  padding-top: 10rem;

  background: -webkit-linear-gradient(#161616 0%, rgba(22, 22, 22, 0.8) 75%, rgba(22, 22, 22, 0.95) 100%);
  background: -o-linear-gradient(#161616 0%, rgba(22, 22, 22, 0.8) 75%, rgba(22, 22, 22, 0.95) 100%);
  background: linear-gradient(#161616 0%, rgba(22, 22, 22, 0.8) 75%, rgba(22, 22, 22, 0.95) 100%);
}
.garanties-section {
  padding: 2rem;

  background: -webkit-linear-gradient(rgba(22, 22, 22, 0.95) 0%, rgba(22, 22, 22, 0.9) 100%);
  background: -o-linear-gradient(rgba(22, 22, 22, 0.95) 0%, rgba(22, 22, 22, 0.9) 100%);
  background: linear-gradient(rgba(22, 22, 22, 0.95) 0%, rgba(22, 22, 22, 0.9) 100%);
  /*background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.8) 100%);*/
}

.uitleg-section{
	 background-color: rgba(22, 22, 22, 1);
	  padding-bottom: 3rem;

}
.buitenkeuken-section {
padding-bottom: 2em;
	/*background: -webkit-gradient(linear, right top, left top, from(#161616), color-stop(75%, rgba(22, 22, 22, 0.9)), to(rgba(22, 22, 22, 0.8)));
  background: linear-gradient(to left, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);*/
background: radial-gradient(farthest-corner at -140px, rgba(22,22,22,.90) 10%, rgba(22,22,22,.95)60%, rgba(22,22,22,1)80%);
}
.aankoop-proces {
  padding-top: 8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), color-stop(75%, rgba(22, 22, 22, 0.9)), to(rgba(22, 22, 22, 0.8)));
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}
.about-section p {
  margin-bottom: 1rem;
}

.projects-section {
  padding: 10rem 0;
}

.projects-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #d05f00;
  }
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #d05f00;
    border-width: .25rem;
    width: 30%;
  }
}

.details-section{
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616));
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%);	
	
}
.fade-tobottom-section{
  	
  background: linear-gradient(to top, rgba(22, 22, 22, 0.95) 0%, #161616 100%);
	height: 50px;
	background-color: transparent !important;
}

.functionaliteiten-section{
	background-repeat:	no-repeat;
	background-size: cover;
	background-image: radial-gradient(farthest-corner at -160px -40px, rgba(22,22,22,0) 40%, rgba(22,22,22,.5)60%, rgba(22,22,22,1)80%), url("../img/sfeerbeelden/buitendiner.jpg");
	
		/*background-image: linear-gradient(top to right, rgba(22,22,22,0) 40%, rgba(22,22,22,.5)60%, rgba(22,22,22,.8)80%), url("../img/sfeerbeelden/buitendiner.jpg");*/
}

.signup-section {
  padding: 6rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(65%, rgba(22, 22, 22, 0.5)), to(#161616)), url("../img/Robuuste buitenkeuken fade daglicht.jpg");
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 45%, rgba(22, 22, 22, 1.0) 95%), url("../img/Robuuste buitenkeuken fade daglicht.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.overgang-section{
	padding: 2rem;
	background: linear-gradient(to bottom, rgba(22, 22, 22, 0.9) 0%, rgba(44, 43, 44, 1) 95%);
}
.afsluiting-section {
  padding: 10rem 0;
  background: -webkit-linear-gradient(rgba(22, 22, 22, 0.0) 70%, rgba(22, 22, 22, 0.2) 80%, rgba(22, 22, 22, 1.0) 95%), url("../img/sfeerbeelden/buitenkeuken_voorkant_pizza.jpg");
  background: -o-linear-gradient(rgba(22, 22, 22, 0.0) 70%,rgba(22, 22, 22, 0.2) 80%, rgba(22, 22, 22, 1.0) 95%), url("../img/sfeerbeelden/buitenkeuken_voorkant_pizza.jpg");
  background: linear-gradient(rgba(22, 22, 22, 0.0) 70%, rgba(22, 22, 22, 0.2) 80%,rgba(22, 22, 22, 1.0) 95%), url("../img/sfeerbeelden/buitenkeuken_voorkant_pizza.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
	
}

.signup-section .form-inline input {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 3rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #d05f00;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #d05f00;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

a {
  color: #d05f00;
}

a:focus, a:hover {
  text-decoration: none;
  color: #d05f00;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #d05f00 !important;
}

.text-primary {
  color: #d05f00 !important;
}

footer {
  padding: 5rem 0;
}
footer.aankoop {
  padding: 1rem 0;
}
.corten{

	color:  #d05f00;
	
}
.col_underline{
	border-bottom: 3px solid #d05f00;
}

.text-titel{
	  font-family: 'Varela Round';
  font-size: 2.0rem;
  letter-spacing: 0.6rem;
	color: #d05f00;
	opacity: 0.5;
}
.text-titel-2{
	  font-family: 'Varela Round';
  font-size: 2.0rem;
  letter-spacing: 0.6rem;
	color: #d05f00;
}

.text-wit-doorzichtig {
  color: rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 767px) {
.text-wit-doorzichtig  {
  font-size: 1.2rem;

}
  }
.text-wit-doorzichtig-links {
  color: rgba(255, 255, 255, 0.5) !important;
	padding-left: 1rem;
	text-align: left;
}

.text-zwart-links{
	 color: rgba(44, 43, 44, 1) !important;
	padding-left: 1rem;
	text-align: left;
}

.text-zwart-links ds{
	 opacity: .5;
	font-style: bold;
}
.text-zwart-links-2{
	color: rgba(44, 43, 44, 1) !important;
	padding-left: 1rem;
	text-align: left;
	 
}

.text-zwart-links-2 ds{
	 opacity: .2;
}


@media (max-width: 767px) {
.text-doorzichtig-2  {
    font-family: 'Varela Round';
  font-size: 1.2rem;
	line-height: 1.5rem;
    color: #FFFFFF;
	opacity: 0.8;
	padding-bottom: 2rem;
        text-align: left;

}
  }


@media (min-width: 767.1px) {
.text-doorzichtig-2{
	  font-family: 'Varela Round';
  font-size: 1rem;
	line-height: 1.5rem;
    color: #FFFFFF;
	opacity: 0.8;
	padding-bottom: 2rem;
    text-align: left;
}
}

.text-doorzichtig-2{
      color: rgba(255, 255, 255, 0.7) !important;
}
.text-doorzichtig-2-titel{
	  font-family: 'Varela Round';
	padding: 4rem 0rem 1rem 0rem;
  font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.4rem;
	line-height: 1.4rem;
	color: #d05f00;
	text-align: left;
}
.text-doorzichtig-2-titel-links{
	  font-family: 'Varela Round';
	padding: 4rem 1rem 1rem 1rem;
  font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.4rem;
	line-height: 1.4rem;
	color: #d05f00;
	text-align: left;
}
.text-doorzichtig-2-titel-links-nopadding{
	  font-family: 'Varela Round';
	padding: 0rem  1rem 1rem 1rem;
  font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.4rem;
	line-height: 1.4rem;
	color: #d05f00;
	text-align: left;
}
.text-2-titel{
	  font-family: 'Varela Round';
	padding: 0rem 0rem 1rem 0rem;
  font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.4rem;
	line-height: 1.4rem;
	color: #d05f00;
	text-align: left;
}
@media (max-width:990px) {
.bovenruimte{
	  padding: 0 0 0 0;
}
}
.bovenruimte {
	padding: 300 0 0 0;
}
.overlayshadow {
	position: absolute;
	z-index: 100;
	height: 100px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(44, 43, 44, 100) 0%, rgba(44, 43, 44, 0.0) 100%);
}

.fotore{
	min-height: 50vh;
	background-repeat:	no-repeat;
	background-size: cover;
	/*border: solid;
	border-color: #d05f00;
	border-radius: 10px;
	*/
	border-left: 0.5rem solid #d05f00;
	
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/sfeerbeelden/evelineenralph.jpg");
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/sfeerbeelden/evelineenralph.jpg");
	background-image: linear-gradient(rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/sfeerbeelden/evelineenralph.jpg");
		/*background-image: linear-gradient(top to right, rgba(22,22,22,0) 40%, rgba(22,22,22,.5)60%, rgba(22,22,22,.8)80%), url("../img/sfeerbeelden/buitendiner.jpg");*/
	
}
@media (max-width:990px) {
	.fotore{
	min-height: 50vh;
	background-repeat:	no-repeat;
	background-size: cover;
	 background-position: 0px -90px;
	/*border: solid;
	border-color: #d05f00;
	border-radius: 10px;

	filter: drop-shadow(7px 7px 4px #2c2b2c);*/
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/sfeerbeelden/evelineenralph.jpg");
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/sfeerbeelden/evelineenralph.jpg");
	background-image: linear-gradient(rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/sfeerbeelden/evelineenralph.jpg");
		/*background-image: linear-gradient(top to right, rgba(22,22,22,0) 40%, rgba(22,22,22,.5)60%, rgba(22,22,22,.8)80%), url("../img/sfeerbeelden/buitendiner.jpg");*/
}
}
.paddingbovenonder{
	padding: 4rem 0rem;
	
}

.zwartnaarrechts{
	background: linear-gradient(to left, rgba(44, 43, 44, 1) 0%, rgba(44, 43, 44, 1) 70%, rgba(44, 43, 44, 0.0) 100%);
}

.menukleur_section {
  height: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), color-stop(75%, rgba(22, 22, 22, 0.9)), to(rgba(22, 22, 22, 0.8)));
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}
.wrapper{
  position: relative;
  height: 100vh;
  overflow: hidden;
	z-index: 1;
}
.featured {
  position: absolute;
  max-width: calc(100vh * (1920 / 1280));    /*  video width / height  */
  max-height: calc(100vw * (1280 / 1920));   /*  video height / width  */
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 10;
	align-content: flex-end;

}
.featured_tekst {
  position: absolute;
  width: 100vw;
  height: 100vh;
  margin-top: 140px;
	padding-left: 20px;
	z-index: 11;
}

.featured_overlay {
  position: absolute;
  max-width: calc(100vh * (1920 / 1280));    /*  video width / height  */
  max-height: calc(100vw * (1280 / 1920));   /*  video height / width  */
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 1) 120px, rgba(22, 22, 22, 0) 120px, rgba(22, 22, 22, 0.0) 85%,rgba(22, 22, 22, 1) 100%);
	z-index: 100;
}
video {
  position: absolute;
  top: 120px;
  right: calc(((100vh * (1920 / 1280)) - 100vw) / 2);
  width: 100%;
  height: 100%;
	z-index: 1;
	
}

 @media (max-aspect-ratio: 3/2) {
  video {
    right: 0 ;
	  
  }
}

.featured_tekst h1 {
  font-family: 'Varela Round';
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(44, 43, 44, 0.9), rgba(44, 43, 44, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;

}

.maatwerk_zien {
	visibility: visible;	
	height: 200px;
	 transition: all 0.5s;
}

.maatwerk_hidden {
	visibility: hidden;
	overflow: hidden;
	height: 10px !important;
	transition: all 0.5s;
	 
}

.borderattention {
	border-left: 0.25rem solid #d05f00;
	padding-left: 10px;
}

#cookiebar {
  padding-top: 5px;
  padding-bottom: 5px;
}

.carousel-indicators li {
  background-color: #999 !important;
  background-color: rgba(70,70,70,.25) !important;
}

.carousel-indicators .active {
  background-color: #444 !important;
    
}
.carousel-control-prev-icon, .carousel-control-next-icon {

    outline: black;
    background-color: rgba(208, 95, 0, 0.9);
    background-size: 100%, 100%;
    border-radius: 50%;
}
.carouselzelf{
    height: 400px;
    width: 100%;
    background: #CCCCCC;
    overflow: hidden;
}
.underline_gray {
    border-bottom: 0.05rem solid #CCCCCC;
    
}
.underline_orange {
    border-bottom: 0.10rem solid #d05f00;
    height: 10px;
}

.emailtemplate {
    font-family: "Arial" !important;
}