 /*ADD ON 08 SEPTEMBER 2015*/
  
.alignRight{
	text-align: right;
}

.page-content .col-md-12 .csc-default .col-md-12{
	/* margin-bottom: 50px; */
}

.col-md-12 .csc-default >.teaser{
	min-height: 500px;
}

/*Footer Links*/
.footer-links a{
	text-align: left;
	padding-bottom: 10px;
	width: 100px;}

/*ADD ON 30 MARCH 2017*/	
/*FONT*/
@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf')
	format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf')
	format('truetype');
	font-weight: 700;
}


/*ADD ON 15 JUNE 2018 AFTER TYPO3 UPDATE*/
.csc-frame{
	margin-bottom: 30px;
}

.col-md-12{
	/* margin-bottom: 30px; */
}

.small{
	display: block;
}


/*ADD ON 24 NOVEMBER 2019*/
.align-center{
	text-align: center;
}

#scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #922224;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
}

#scroll-to-top-btn:hover {
    background-color: #922224;
}

#arrow {
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    position: relative;
	top: 5px;
}

input[type="submit"]:hover {
  background: #286090;
}