body
{
	
}

/************/
/* MENUBAND */
/************/

#visi_menuband
{
	z-index: 10;
	
	position: fixed;
	
	padding-left: 80px;
	padding-right: 80px;
	
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	
	background-color: #FFF;
}

#visi_menuband_title
{
	display: inline-block;
	
	position: absolute;
	top: 50%;
	
	transform: translate(0, -50%);
	
	color: #363636;
	font: normal normal normal 16px/1.4em raleway-regular,sans-serif;
	font-weight: normal;
	
	transition: color 0.4s ease 0s;
}

#visi_menuband_title:hover
{
	cursor: pointer;
	color: #D1A33D;
}

#visi_menuband_navigation
{
	display: inline-block;
	
	position: absolute;
	top: 50%;
	right: calc(0px + 80px);
	
	transform: translate(0, -50%);
}

.visi_menuband_navigation_link
{
	display: inline-block;
	
	margin-right: 30px;
}

.visi_menuband_navigation_link>a
{
	color: #363636;
	font: normal normal normal 14px/1.4em raleway-regular,sans-serif;
	font-weight: normal;
	
	transition: color 0.4s ease 0s;
}

.visi_menuband_navigation_link>a:hover
{
	cursor: pointer;
	color: #D1A33D;
}

.visi_menuband_navigation_link:last-of-type
{
	margin-right: 0px;
}

/*********
* FOOTER *
*********/

#visi_footer
{
	z-index: 20;
	
	position: fixed;
	
	width: 100%;
	
	box-sizing: border-box;
	
	padding-top: 8px;
	padding-bottom: 8px;
	
	bottom: 0px;
	
	color: #BABABA;
	font-family: raleway-regular;
	text-align: center;
	
	background-color: #FFF;
	border-top: 1px solid #BABABA;
	
	transition: background-color 0.4s, color 0.4s;
}

#visi_footer:hover
{
	cursor: pointer;
	
	color: #000;
	
	background-color: #EEE;
}

/***********/
/* CONTENT */
/***********/

#visi_content
{
	position: absolute;
	
	top: calc(100% - 80px);
	
	padding-bottom: 0px;
	
	margin-left: 0px;
	margin-right: 0px;
}

/* Titelbild */

#visi_content_titelbild
{
	z-index: -10;
	
	position: absolute;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	width: 100%;
	height: calc(100% - 80px);
	
	margin-left: 0px;
	margin-right: 0px;
}

#visi_content_titelbild_bgpic_container
{
	
}

/* Titelbild Text */

	/* No changes */

/* Contents */

#visi_contents
{
	background-color: #FFF;
}

.visi_content_caption
{
	width: 100%;
}

.visi_content_caption_line_container
{
	width: 100%;
	height: 70px;
}

.visi_content_caption_line
{
	border-left: 1px solid #BABABA;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 1px;
	height: 70px;
	
	box-sizing: border-box;
}

.visi_content_caption_text
{
	margin-top: 40px;
	
	color: #BABABA;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	text-align: center;
}

.visi_content_scrolljumppoint
{
	position: absolute;
	
	top: -80px;
}

.visi_content_n
{
	background-color: #FFFFFF;
	
	margin-left: 0px;
	margin-right: 0px;
}

/* Content 1 */

#visi_content_1
{
	width: 100%;
	
	padding-bottom: 100px;
}

#visi_content_1_article
{
	margin-top: 60px;
	margin-left: 15%;
	margin-right: 15%;
}

#visi_content_1_article_columns
{
	min-height: 600px;
}

#visi_content_1_article_leftcolumn
{
	float: left;
	
	display: block;
	
	width: 50%;
	min-height: 10px;
}

#visi_content_1_article_rightcolumn
{
	display: block;
	
	float: right;
	
	width: 50%;
	height: 600px;
	
	background-repeat: no-repeat;
	background-size: contain;
}

#visi_content_1_article_leftcolumn_quote
{
	padding-left: 20%;
	padding-right: 20%;
	
	color: #363636;
	font-family: raleway-regular, sans-serif;
	font-size: 27px;
	
	text-align: center;
	line-height: 45px;
}

#visi_content_1_article_leftcolumn_sign
{
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	
	background-repeat: no-repeat;
	background-size: contain;
	
	width: 120px;
	height: 120px;
}

#visi_content_1_article_text
{
	margin-top: 60px;
	
	padding-left: 10%;
	padding-right: 10%;
	
	width: calc(100% - 10% - 10%);
	
	color: #363636;
	font-family: raleway-regular, sans-serif;
	font-size: 16px;
	
	text-align: justify;
	line-height: 25px;
}

/* Content 2 */

	/* No changes */

/* Content 3 */

	/* No changes */

/* Content 4 */

	/* No changes */

/* Impressum und Datenschutz */