@charset "UTF-8";

.ho-color-black
{
	color: #222222;
}

.ho-color-grey
{
	color: #7F7F7F;
}

.ho-color-lightgrey
{
	color: #c4c4c4;
}

.ho-color-blue
{
	color: #6A95C1;
}

.ho-color-darkblue
{
	color: #92569C;
}

.ho-color-white
{
	color: #ffffff;
}

.ho-color-green
{
	color: #BCDEA3;
}

.ho-color-red
{
	color: #C73153;
}

.ho-fontsize-mega
{
 	font-size: 110px;
}

.ho-fontsize-greatest
{
	font-size: 36px;
}

.ho-fontsize-greater
{
	font-size: 34px;
}

.ho-fontsize-great
{
	font-size: 18px;
}

.ho-fontsize-moregreater
{
	font-size: 72px;
}

.ho-fontsize-normal
{
	font-size: 16px;
}

.ho-backgroundcolor-grey
{
	background-color: #E8E8E8;
}

.ho-backgroundcolor-white
{
	background-color: #FFFFFF;
}

/* background color for "Kinder" */
.ho-backgroundcolor-red
{
	background-color: #C73153;
}

/* background color for "Eltern" */
.ho-backgroundcolor-blue
{
	background-color: #6A95C1;
}

/* background color for "Personal" */
.ho-backgroundcolor-green
{
	background-color: #BCDEA3;
}

/* background color for the sidebox of contact */
.ho-backgroundcolor-lightblue
{
	background-color: #b2c8e0;
}

/* background color for the sidebox of contact */
.ho-backgroundcolor-lighterblue
{
	background-color: #E1E9F2;
}

/* background color for the contactbox */
.ho-backgroundcolor-darkblue
{
	background-color: #779fc7;
}

.ho-fontweight-bold
{
	font-weight: bold;
}

.ho-fontweight-normal
{
	font-weight: normal;
}

.ho-fontweight-light
{
	font-weight: lighter;
}

.ho-border-radius
{
	border-radius: 0px 0px 0px 0px;
}

/* round edges for the images */
.ho-border-radius-round
{
	border-radius: 5px 5px 5px 5px;
}

/* round edges for google maps */
.ho-border-radius-rounder
{
	border-radius: 10px 10px 10px 10px;
}

/* round edges for the images */
.ho-border-radius-roundest
{
	border-radius: 30px 30px 30px 30px;
}

/* line-height for the qutation on the front page */
.ho-lineheight-mega
{
	line-height: 120px;
}

/* line-height for the headline on "Leitbild" */
.ho-lineheight-greatest
{
	line-height: 50px;
}

/* line-height for the headline on "Leitbild" */
.ho-lineheight-greater
{
	line-height: 32px;
}

/* line-height for the headline on "Leitbild" */
.ho-lineheight-moregreater
{
	line-height: 72px;
}

/* line-height for the contact page */
.ho-lineheight-great
{
	line-height: 26px;
}

/* line-height for normal text */
.ho-lineheight-normal
{
	line-height: 22px;
}

/* separator line under the images of the administration in Viersen */
.ho-separator-thick
{
	height: 5px;
	color: #6A95C1;
	background-color: #6A95C1;
}

/* separator line under the portraits of the team */
.ho-separator-thin
{
	height: 1px;
	color: #7F7F7F;
	background-color: #7F7F7F;
}

.ho-bordercolor-blue
{
	border-color: #6A95C1;
}

.ho-bordercolor-grey
{
	border-color: #E8E8E8;
}

.ho-bordercolor-white
{
	border-color: #FFFFFF;
}

.ho-padding-small
{
	padding: 20px;
}

.ho-padding-none
{
	padding: 0px;
}

.ho-paddingleft-none
{
	padding-left: 0px;
}

.ho-paddingright-none
{
	padding-right: 0px;
}

.ho-paddingtop-none
{
	padding-top: 0px;
}

.ho-paddingbottom-none
{
	padding-bottom: 0px;
}

.ho-margin-middle
{
	margin: 20px;
}

.ho-margintopbottom-middle
{
	margin: 20px 0px 20px 0px;
}

.ho-margin-small
{
	margin: 10px;
}

.ho-margintopbottom-small
{
	margin: 10px 0px 10px 0px;
}

.ho-margin-great
{
	margin: 30px;
}

.ho-margintopbottom-great
{
	margin: 30px 0px 30px 0px;
}

.ho-margin-none
{
	margin: 0px;
}

.ho-margintopbottom-none
{
	margin: 0px 0px 0px 0px;
}

.ho-marginleft-none
{
	margin-left: 0px;
}

.ho-marginright-none
{
	margin-right: 0px;
}

.ho-margintop-none
{
	margin-top: 0px;
}

.ho-marginbottom-none
{
	margin-bottom: 0px;
}

.ho-opacity-none
{
	opacity: 1;
}

.ho-opacity-light
{
	opacity: 0.4;
}

.ho-opacity-full
{
	opacity: 0;
}

.ho-letterspacing-small
{
	letter-spacing: 1px;
}

.ho-letterspacing-none
{
	letter-spacing: 0px;
}

.ho-overflow-none
{
	overflow: hidden;
}

.ho-texttransform-uppercase
{
	text-transform: uppercase;
}

@media screen and (max-width: 768px)
{
	
	.ho-fontsize-greatest
	{
		font-size: 30px;
	}
	
	.ho-fontsize-greater
	{
		font-size: 28px;
	}
	
	.ho-fontsize-great
	{
		font-size: 18px;
	}
	
	.ho-fontsize-moregreater
	{
		font-size: 50px;
	}
	
	.ho-fontsize-normal
	{
		font-size: 16px;
	}
	
	.ho-fontsize-mega
	{
		font-size: 60px;
	}
	
	.ho-lineheight-mega
	{
		line-height: 60px;
	}
	
	.ho-lineheight-greatest
	{
		line-height: 40px;
	}
	
	.ho-lineheight-greater
	{
		line-height: 32px;
	}
	
	.ho-lineheight-moregreater
	{
		line-height: 50px;
	}
	
	.ho-lineheight-great
	{
		line-height: 26px;
	}
	
	.ho-lineheight-normal
	{
		line-height: 22px;
	}
	
	html body .ho-heading
	{
		padding-left: 0px !important;
		padding-right: 0px !important;	
	}
}