body {
  color: #333333 !important;
	font-size: 1.2rem;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #1D5C8E !important;
  line-height: 1.0 !important;
  }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #333333 !important;
    }

h1 {
  	font-size: 3.225rem !important;
  	}

h2 {
  	font-size: 1.5rem !important; }

h3 {
  	font-size: 1.275rem !important; }

h4 {
  	font-size: 1rem !important; }

h5 {
  	font-size: 0.925rem !important; }

h6 {
  	font-size: 0.825rem !important; }
  
button, .button {
  	background-color: #5B89AE !important;
  	color: #FFFFFF !important;
  	font-weight: bold;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: #FE9900 !important;
	color: #FFFFFF !important; }
	
.row {
	/* max-width: 77.5em !important; */ 	
}

a.clearing-close {
	font-size: 60px;
	color: #FFFFFF !important;;
	text-decoration: none;
}


.maincontentdiv {
	
	min-height: 400px;
}

table tbody {
	border: none;
}

a {
	text-decoration: none;
	color: #333333 !important;
}

a:hover {
	text-decoration: underline;
}

.slick-prev, .slick-next {
	width: 25px !important;
}

.slick-prev:before
{
    content: '\f137' !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}

.slick-next:before
{
    content: '\f138' !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}

table.noBorderNoColor, table.noBorderNoColor td, table.noBorderNoColor tr {
	background: transparent !important; 
}

.headerRow {
	margin-top: 10px;
}

.footerdiv * {
	color: #FFFFFF !important;
}

.footerdiv {
	background: #FE9900;
	color: #FFFFFF;
	padding: 4px;
	margin-top: 20px;
}

.footerdiv  table td, .footerdiv  table tbody {
	background: #333333 !important;
	border:none !important;
	padding: 0;
}

.footerImprint {
	background: #5B89AE !important;
	color: #FFFFFF !important;
	padding: 5px;
}

.footerImprint a {
	color: #FFFFFF !important;
	font-weight: bold;
}

.orbit-controls button, .orbit-controls button:focus {
	background: transparent !important;
}

.orbit-controls button:hover {
	background: #333333 !important;
}

#scrollToTopButton {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    background-color: #3F619E; /* Set a background color */
    color: #FFFFFF !important; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 15px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	text-align: center;
}

#scrollToTopButton:hover {
    background-color: #FFDD00;
    color: #333333 !important;  
}

/* Small only */
@media screen and (max-width: 39.9375em) {

}

/* Medium and up */
@media screen and (min-width: 40em) {
		
	.hcmsSlickHeaderImg {
		height: 50vh !important;
		overflow: hidden;
		
	}
	
	.hcmsSlickHeaderImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	#scrollToTopButton {
		bottom: 20px; 
	    right: 20px;
	}
	
}

.socialMediaIcons, .footerImprintLinks {
	text-align: right;
}

.imgSocialMediaIcons {
	height: 50px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

	.companyName {
		text-align: center;
	}
	
	.companyName img {
		width: 80% !important;
	}
	
	h1 {
  		font-size: 2.225rem !important;
  	}
	
	.socialMediaIcons, .footerImprintLinks, .footerImprint .cell {
		text-align: center !important;
		
	}
	
	
	
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	
}

/* Large and up */
@media screen and (min-width: 64em) {
	
	
}

