.content p img {
  max-width: 100%; height: auto;
}

body {
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size:2.50rem;
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; 
	text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0px 2px 0 #000,
    0px -2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    1px -2px 0 #000,
    -1px -2px 0 #000,
    2px 1px 0 #000,
    -2px 1px 0 #000,
    2px -1px 0 #000,
    -2px -1px 0 #000;*/
   text-shadow: 2px 2px #000000;
	
}

.mt-6 {
margin-top: 4rem !important;	
}
.mt-7 {
margin-top: 5rem !important;	
}


.nav-item a:hover {
    text-decoration: none;
    color: #DD083B;;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-item a {
    text-decoration: none;
    color: #000000;
}


a:hover {
    text-decoration: none;
    color: #DD083B;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a {
    text-decoration: none;
    color: #CC0000;
}


.dropdown-menu a{
 color: #CC0000; !important;
}
.dropdown-menu a:hover{
 background: #FFFFFF;!important;
 background: linear-gradient(left, #DD083B, #DD083B);
 background: -moz-linear-gradient(left, #DD083B, #DD083B)!important;
 background: -webkit-gradient(linear, 100% 100%, 0% 0%, from(#DD083B), to(#DD083B))!important;
color: #f8f9fa !important;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out; 
}

.content ul {
  list-style: none;
  padding: 0;
}
.content li {
  padding-left: 2.3em;
}
.content li:marker {
	list-style: none;
	
}
.content li:before {
	font-family: 'Font Awesome\ 5 Free' !important;
  	content: "\f00c" !important; /* FontAwesome Unicode */
	font-weight: 900;
	color: #DD083B;
 
  display: inline-block;
  margin-left: -1.3em;  /* same as padding-left set on li */
  width: 1.3em;  /* same as padding-left set on li */
}


.borderslider {
	/*border-bottom: 1px solid #175586;*/
	border-bottom: 1px solid #FFFFFF;
}


@media (max-width: 767px) {
	.bgContent {
	background-image:linear-gradient(90deg, #FFFFFF 100%, #F5E8D5 0%)
	}
	.noImageMarginTop {
		margin-top: 5rem !important;
	
	}
}
@media (min-width: 767px) and (max-width: 992px ) {
	.bgContent {
	background-image:linear-gradient(90deg, #FFFFFF 50%, #F5E8D5 0%)
	}
	.noImageMarginTop {
		margin-top: 5rem !important;
	
	}
}
@media (min-width: 992px ) {
	.bgContent {
		background-image:linear-gradient(90deg, #FFFFFF 50%, #F5E8D5 0%)
	}
	.noImageMarginTop {
		margin-top: 5rem !important;
	
	}
}




.breadcrumb {
	background-color: transparent;
	font-size: 0.750rem;
	padding-left: 0.55rem;
}

/* card breakpoints */

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 
	
	.card-deck-wrapper {margin-right:0;margin-left:0;}
	.card-deck {
	    display: block;
	    width: 100%;
	    margin-bottom: .75rem;
	    table-layout: fixed;
	    border-spacing: 1.25rem 0;
	}
	.card-deck .card {
	    display: block;
	    margin-bottom: .75rem;
	    vertical-align: top;
	}
  
  .card-deck .card:not(:first-child) {
    margin-left: 0px;
}
 } 

/* card breakpoints ende*/

#toTop{
	position: fixed;
	bottom: 50px;
	right: 10px;
	cursor: pointer;
	display: none;
}
.toTopBgColor {
	background-color: #DD083B;
}

.sliderbutton {
	
}


.borderTop{
	border-bottom: 5px solid #DD083B;
}

.borderFooter{
	border-bottom: 5px solid #CCCCCC;
}

a .fas /* or selector a .fa */
  {  
  font-size:3em;
  border-radius: 50%;
  border: solid white;
  color: white;
  line-height: 2em;
  width: 2em;
  height: 2em;
  text-align: center;
  display: inline-block;
    transition:0.5s;
}

a:hover {font-size:1.00em}
.fas {
/* optionnal vertical-align: middle;*/
}

.bgFooter {
	
	background-color: #DD083B; /* Used if the image is unavailable */
	
}

.bgFooterLogo {
	background-image: url("../images/footer_r.png"); /* The image used */
	background-color: #DD083B; /* Used if the image is unavailable */
	height: 100%; /* You must set a specified height */
	background-position: left top; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: contain; /* Resize the background image to cover the entire container */
}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item.active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-primary .dropdown-item:active, .dropright .dropdown-menu.dropdown-primary .dropdown-item.active {
	background-color: #DD083B !important;
	color: #FFFFFF; !important;
}

.rotterdamRot {
    color: #DD083B;
}
