html, body
{
	width: 100%;
}

/************/
/* MENUBAND */
/************/

#visi_menuband
{
	z-index: 10;
	
	position: fixed;
	
	box-sizing: border-box;
	
	padding-left: 0px;
	padding-right: 0px;
	
	width: 100%;
	height: 40px;
	
	transition: background-color 0.4s;
}

#visi_menuband:hover
{
	cursor: pointer;
	
	background-color: #A0A0A0;
}

#visi_menuband_menupic
{
	display: block;
	
	width: 40px;
	height: 40px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#visi_menuband_title
{
	display: none;
	
	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: none;
	
	opacity: 0;
	
	position: absolute;
	top: auto;
	right: auto;
	
	transform: none;
	
	width: 100%;
	
	box-sizing: border-box;
	
	background-color: #FFF;
	
	border-top: 1px solid #363636;
	border-bottom: 1px solid #363636;
}

.visi_menuband_navigation_link
{
	display: block;
	
	margin-left: auto;
	margin-right: auto;
}

.visi_menuband_navigation_link>a
{
	color: #363636;
	font: normal normal normal 18px/1.4em raleway-regular,sans-serif;
	font-weight: normal;
	
	transition: color 0.4s ease 0s;
	
	box-sizing: border-box;
	
	width: 100%;
	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
	display: block;
}

.visi_menuband_navigation_link>a:hover
{
	cursor: pointer;
	color: #D1A33D;
	
	background-color: #E0E0E0;
}

.visi_menuband_navigation_link:last-of-type
{
	margin-right: 0px;
}

/*********
* FOOTER *
*********/

#visi_footer
{
	z-index: 20;
	
	position: fixed;
	
	box-sizing: border-box;
	
	width: 100%;
	
	padding-top: 8px;
	padding-bottom: 8px;
	
	bottom: 0px;
	
	color: #BABABA;
	font-family: raleway-regular;
	font-size: 10px;
	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: 400px;
	
	padding-bottom: 0px;
	
	width: 100%;
	
	margin-top: 20px;
	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;
	
	box-sizing: border-box;
	
	width: 600px;
	height: 290px;
	
	margin-top: 60px;
	margin-left: -220px;
	margin-right: 0px;

}

#visi_content_titelbild_bgpic_container
{
	
}

/* Titelbild Text */

#visi_content_titelbild_text
{
	margin-left: 50%;
	transform: translate(-50%, 200px);
	
	position: absolute;
	
	z-index: 5;
}

.visi_content_titelbild_text_slg
{
	font-size: 25px;
	letter-spacing: 20px;
	padding-bottom: 25px;
}

.visi_content_titelbild_text_sup
{
	padding-top: 40px;
	font-size: 25px;
	letter-spacing: 20px;
}

.visi_content_titelbild_text_sub
{
	font-size: 13px;
	letter-spacing: 10px;
	line-height: 24px;
}

/* Contents */

#visi_contents
{
	background-color: #FFF;
	
	width: 100%;
}

.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: 300px;
}

#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: 300px;
	
	background-repeat: no-repeat;
	background-size: contain;
}

#visi_content_1_article_leftcolumn_quote
{
	padding-left: 0;
	padding-right: 0;
	
	color: #363636;
	font-family: raleway-regular, sans-serif;
	font-size: 15px;
	
	text-align: center;
	line-height: 20px;
}

#visi_content_1_article_leftcolumn_sign
{
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	
	background-repeat: no-repeat;
	background-size: contain;
	
	width: 60px;
	height: 60px;
}

#visi_content_1_article_text
{
	margin-top: 10px;
	
	padding-left: 10px;
	padding-right: 10px;
	
	width: calc(100% - 10px - 10px);
	
	color: #363636;
	font-family: raleway-regular, sans-serif;
	font-size: 16px;
	
	text-align: justify;
	line-height: 25px;
}

/* Content 2 */

#visi_content_2
{
	background-color: #FBF3DF;
}

#visi_content_2_article
{
	margin-top: 60px;
}

.visi_content_2_article_column
{
	width: 50%;
	
	display: inline-block;
}

#visi_content_2_article_leftcolumn
{
	
}

#visi_content_2_article_rightcolumn
{
	
}

.visi_content_2_article_column_picture
{
	width: 50%;
	max-height: 150px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-repeat: no-repeat;
	background-size: contain;
}

#visi_content_2_article_leftcolumn_picture
{
	
}

#visi_content_2_article_rightcolumn_picture
{
	
}

.visi_content_2_article_column_text
{
	margin-top: 10px;
	margin-bottom: 60px;
	
	padding-left: 40px;
	padding-right: 40px;
	
	color: #363636;
	font-family: raleway-regular;
	font-size: 18px;
	
	text-align: center;
}

/* Content 3 */

#visi_content_3
{
	
}

#visi_content_3_article
{
	margin-top: 60px;
	
	text-align: center;
}

#visi_content_3_article_text
{
	color: #363636;
	font-family: raleway-regular;
	font-size: 20px;
}

#visi_content_3_article_table
{
	display: block;
	
	margin-top: 20px;
}

.visi_content_3_article_row
{
	margin-top: 0px;
}

.visi_content_3_article_row_entry
{
	width: 100%;/*calc(33% - 60px - 60px);*/
	
	box-sizing: border-box;
	
	display: inline-table;
	
	margin-left: 0px;
	margin-top: 30px;
	
	color: #363636;
	font-family: raleway-regular;
}

.visi_content_3_article_row_entry:first-of-type
{
	margin-left: 0px;
}

.visi_content_3_article_row_entry_text
{
	background-color: #FBF3DF;
	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	
	font-size: 18px;
	font-style: italic;
}

.visi_content_3_article_row_entry_name
{
	margin-top: 5px;
}

#visi_content_3_article_pics
{
	margin-top: 60px;
}

.visi_content_3_article_picture
{
	display: inline-block;
	
	width: 80px;
	height: 80px;
	
	background-repeat: no-repeat;
	background-size: cover;
	
	border-radius: 50%;
	
	margin-left: 10px;
}

.visi_content_3_article_picture:first-of-type
{
	margin-left: 0;
}

#visi_content_3_article_picture_1
{
	
}

#visi_content_3_article_picture_2
{
	
}

#visi_content_3_article_picture_3
{
	
}

/* Content 4 */

#visi_content_4
{
	margin-top: 100px;
	
	background-color: #FBF3DF;
	
	padding-bottom: 80px;
}

#visi_content_4_article
{
	margin-top: 20px;
	
	width: 100%;
	
	text-align: center;
	
	color: #363636;
	font-family: avenir;
	font-size: 20px;
}

#visi_content_4_article_table
{
	display: inline-block;
	
	border-collapse: collapse;
	
	margin-bottom: 20px;
}

#visi_content_4_article_table td
{
	padding-left: 0px;
	vertical-align: top;
	
	width: 100%;
	
	display: block;
}

#visi_content_4_article_table td:first-of-type
{
	padding-left: 0;
}

#visi_content_4_article_table tr:first-of-type
{
	display: none;
}

#visi_content_4_article_table tr:nth-of-type(2) td
{
	padding-top: 60px;
}

#visi_content_4_article_table tr:nth-of-type(2) td:nth-of-type(2)
{
	display: inline-block;
}

.visi_content_4_article_form_element
{
	border: 1px solid #999;
	border-radius: 0;
	box-sizing: border-box;
	
	padding: 10px;
	
	color: #B57D00;
	font-family: avenir;
	font-size: 18px;
	
	display: block;
}

#visi_content_4_article_form_mail
{
	display: block;
	
	width: 100%;
}

#visi_content_4_article_form_name
{
	display: block;
	
	margin-top: 10px;
	margin-left: 0px;
	
	width: 100%;
}

#visi_content_4_article_form_tele
{
	display: block;
	
	margin-top: 10px;
	
	width: 100%;
}

#visi_content_4_article_form_text
{
	display: block;
	
	margin-top: 10px;
	
	width: 100%;
	height: 300px;
	
	resize: none;
}

#visi_content_4_article_form_send
{
	display: inline-block;
	
	margin-top: 40px;
	
	color: #B57D00;
}

#visi_content_4_article_form_send:hover
{
	cursor: pointer;
}

#visi_content_4_article_adr_kon
{
	text-align: left;
	
	font-size: 14px;
	
	display: inline-block;
	
	margin-left: auto;
	margin-right: auto;
}

#visi_content_4_article_me_pic
{
	width: 200px;
	height: 200px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-repeat: no-repeat;
	background-size: cover;
	
	border-radius: 50%;
}

#visi_content_4_article_me_list
{
	margin-top: 40px;
	
	font-size: 15px;
	text-align: left;
	
	padding-left: 0;
}

/* Impressum und Datenschutz */

#visi_impressum_datenschutz
{
	display: none;
	
	background-color: #FFF;
	
	z-index: 40;
	
	position: fixed;
	
	width: 100%;
	height: 100%;
	
	font-size: 12px;
	text-align: justify;
}

#visi_impressum_datenschutz_caption
{
	float: left;
	
	width: calc(100% - 80px);
	height: 80px;
	
	padding-top: 24px;
	padding-bottom: 10px;
	
	box-sizing: border-box;
	
	color: #363636;
	font: normal normal normal 15px raleway-regular,sans-serif;
	font-weight: normal;
	
	text-align: center;
}

#visi_impressum_datenschutz_close
{
	float: right;
	
	width: 80px;
	height: 80px;
	
	background-color: #FFF;
	padding-top: 24px;
	
	box-sizing: border-box;
	
	color: #363636;
	font: normal normal normal 15px raleway-regular,sans-serif;
	font-weight: normal;
	
	text-align: center;
	
	transition: background-color 0.4s, color 0.4s;
}

#visi_impressum_datenschutz_close:hover
{
	background-color: #D1A33D;
	color: #FFF;
	
	cursor: pointer;
}

#visi_impressum_datenschutz_text
{
	width: 100%;
	height: calc(100% - 80px);
	
	box-sizing: border-box;
	
	overflow-y: scroll;
	
	padding-left: 10px;
	padding-right: 10px;
}