/****************************************************
© 2004 - 2016 human-data.de / internetagentur-koch.de ****
****************************************************/
body {
	font-family: 'Open Sans','Helvetica','Arial', sans-serif;
	text-align:center;
	font-size:0.95em;
	color:#464646;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	margin:0;
	padding:0;
}
h1 {
	color: #55282b;
	font-size:1.4em;
	margin:0;
}
h2 {
	color: #55282b;
	font-size:1.2em;
	margin:0;
}
h3 {
	color: #55282b;
	font-size:1em;
	margin:0;
}
h4 {
	color: #383332;
	font-size:1em;
	margin:0;
}
a:link {
	color: #383332;
	text-decoration:none;
	font-weight: 600;
}
a:visited {
	color: #383332;
	text-decoration:none;
}
a:hover {
	color: #383332;
	text-decoration: underline !important;
}
a:active {
	color: #383332;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
a img {
	border:none;
}
table, iframe, object, video, embed, input, textarea {
	max-width: 100%;
}
table,td {
	vertical-align:top;
}
.kontakt_check {
	border-radius:5px;
	padding:10px;
	width:350px;
	background: rgba(255,255,255,0.7);
	box-shadow:0px 0px 10px rgba(90, 90, 90, .3);
}
.kontakt_check_span {
	font-size:1.0em;
	font-weight:600;
	color:#BC1717;
}

/* font-switcher end */
.social_plugin {
	display:none;
}

#newsletter_inc {
	margin-top:-5px;
	border:silver 1px solid;
	color:#ffffff;
	background:#5e5e5e;
	padding:5px 10px 5px 10px;
	width:300px;
}
.search_field {
	background:#DFE1E7;
	width:123px;
	color:#000000;
}
.submit_search{
	position:relative;top:6px;
}
.searchfield_header {/** Suchfeld navi_top_flyout **/
	position:absolute;
	top:0px;
	margin-left:10px;
}
#search_page {
	padding:20px 10px 20px 10px;
	margin:30px 230px 0px 0px;
	background:#ffffff;
	color:#000000;
	box-shadow:0px 0px 10px rgba(0, 0, 0, .4);
}
#search_page a{
	color:#000000;
}
#search_page p{
	padding:2px 2px 4px 2px;
	margin:0 0 1px 0;
	border:1px silver solid;
	background:#ffffff;
	display:block;
}
.pastos1 { /* sumas */
	position:absolute;
	top:-230px;
	left:-234px;
}
.pastos2 { /* sumas */
	position:absolute;
	top:-330px;
	left:-334px;
}
.pastos3 { /* sumas */
	position:absolute;
	top:-430px;
	left:-334px;
}

#foto_force_download {
	width:100%;
	background:none;
	padding:10px 10px 0px 0px;
	margin-bottom:10px;
}
#foto_force_download div{
	background:none;
}
#foto_force_download a{
	/*float:left;*/
	margin-right:10px;
}
#foto_force_download h2{
	font-size:1.2em;
	/*background:#ffffff;*/
	padding:2px 5px 12px 0px;
}
#foto_force_download img{
	box-shadow:5px 5px 10px rgba(90, 90, 90, .3);
}
#foto_force_download p{
	font-size:1.0em;
	padding:10px 12px 0px 0px;
	color:#000000;
}
#foto_force_download hr {
	/*display:none;*/
	/*clear:both;*/
	padding:0px;
	margin:10px 0px 10px 0px;
	height:1px;
}
.popup_file {
	background: rgba(255, 255, 255, 0.8);
	padding:1em;
	text-align:left;
}

.insert_gal_container_overlay_list {
	margin-top:20px;
}
.insert_gal_overlay_list {
	list-style-type: none;
	padding:0 !important;
	margin:0 !important;
}
.insert_gal_overlay_list li {
	list-style: none;
	/*float:left;*/
	display:inline-block;
	position:relative;
	box-shadow:0px 0px 15px rgba(0, 0, 0, .3);
	margin-right:20px;
	margin-top:20px;
	max-width: 380px;
}
.insert_gal_overlay_list img {
	height: auto;
	transition:opacity ease 600ms;
}
.insert_gal_overlay_list img:hover {
	opacity:0.7;
}
.insert_gal_sub_headline {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	padding:0.9em;
	opacity:1;
	background: rgba(0, 0, 0, 0.62);
	color:#ffffff;
	text-align:center;
}
.insert_gal_sub_headline:hover {
}

.gallery_1 img {
	margin:3px;
	box-shadow:0px 1px 3px 1px rgba(90, 90, 90, .3);
}
.foto-gallery-repsonsive img {
	margin:3px;
	box-shadow:0px 1px 3px 1px rgba(90, 90, 90, .3);
}
.bild_schattenwurf {
	box-shadow:0px 0px 10px 5px rgba(90, 90, 90, .3); /*schattenwurf nach 4 Seiten*/
}
.two_col {
	width:100%;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 3em;
}
.two_col_border {
	width:100%;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 3em;
	-moz-column-rule: grey 1px dotted;
	-webkit-column-rule: grey 1px dotted;
	column-rule: grey 1px dotted;
}
.three_col {
	width:100%;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;

}
.three_col_border {
	width:100%;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
	-moz-column-rule: grey 1px dotted;
	-webkit-column-rule: grey 1px dotted;
	column-rule: grey 1px dotted;
}
a.URL_ext::after {
	content: "\f08e";
	display: inline-block;
	font-family: FontAwesome !important;
	font-size: 1.0em !important;
	font-weight: 400 !important;
	font-style: normal !important;
	margin-left: 4px;
	vertical-align: -1px;
}
a.URL_intern::before {
	content: "\f064"; /* f090 = fa-sign-in | f0a4 = fa-hand-o-right f0da = */
	display: inline-block;
	font-family: FontAwesome !important;
	font-size: 0.8em !important;
	font-weight: 400 !important;
	font-style: normal !important;
	margin-right: 4px;
	vertical-align: 0px;
}
.scrollToTop{
	width:80px;
	height:140px;
	padding:5px 10px 10px 15px;
	text-align:left;

	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:0px;
	right:5px;
	display:none;
	background: url('../images/0cols/to_top_grey.png') no-repeat 0px 20px;
	z-index: 20;
}
.scrollToTopSpan {
	color: #303030 !important;
}
.scrollToTop:hover{
	text-decoration:none;
}
.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.Zoom_pop_pastos_flex img {
	opacity: 1;
	transition: all ease 600ms;
}
.Zoom_pop_pastos_flex:hover img {
	opacity: 0.8;
	box-shadow: 0 0 4px 2px rgba(0,0,0, .4);
}
/*###################################### default/zentral.css ########################################################################### */

#path_info{
	width:75%;
	text-align:left;
	margin:0px 30px 0px 0px;
	padding:5px 0px 10px 5px;
	position:relative;
	top:-15px;
	border-bottom:1px #124172 solid;
	background:none;
	z-index:1;
}
#path_info a{
	color:#000000;
	z-index:2;
}
#path_info a:hover{
	text-decoration:underline;
}
.path_info_index{ /*dient als Platzhalter für ein überlanges Slidermodul*/
	padding:0px;
	margin:0px;
}
.foto_page_headline {
	font-size:1.2em;
}

#tbl_pastos {
	border-collapse:collapse;
}
#tbl_pastos th {
	padding:0 4px 0 4px;
	border:solid #717171 1px;
	background:#525252;
	color:#ffffff;
}
#tbl_pastos td {
	vertical-align:top;
	padding:2px 4px 0 4px;
	border:solid #3c3c3c 1px;
	background:#f6f6f6;
}

#copyright {
	margin:50px 0 0 0;
	text-align:center;
	color:#BD7957;
}
#copyright a{
	color:#BD7957;
}
#c_pastos {
	margin:50px 0 0 0;
	text-align:center;
	color:#363636;
}
#c_pastos a {
	color:#363636;
}

.request_missing {
	/*background:#ffe0e2;*/
	background-color: rgba(255, 232, 39, .3);
	box-shadow: 0 0 5px 2px rgba(0,0,0, .1);
	outline:0;
	border-radius: 3px;
	color:#000000;
	/*border:1px solid silver;*/

}
/*###################################### divs.css ########################################################################### */
.entire_wrapper {
	border-radius:0.3em;
	margin-top: 10px;
	margin-bottom:70em;
	hyphens: auto;
	/*background: red;*/
}

#navi_special_top {
	text-align:right;
	/*padding-right:33px;*/
	color:#5789b2;
	background: #ffffff;
	width: 100%;
	/*position: fixed;*/
}
#navi_special_top ul{
	list-style-type:none;
}
#navi_special_top li{
	display:inline;
	padding:2px;
}
#navi_special_top li a {
}
#navi_special_top_active a{
	font-style:italic;
	color:#5789b2;
}

.navi_special_bottom {
	width: 100%;
	background: #ffffff;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 1.0);
	text-align:center;
	padding:20px 0;
	position: fixed;
	bottom: 0;
	height: 20px;
}
.navi_special_bottom > div {
	margin: auto;
	max-width: 980px;
	text-align: right;
	padding-right: 30px;
}
#navi_special_bottom ul {
	list-style-type:none;
}
#navi_special_bottom li {
	display:inline-block;
	padding:2px;
	color: #1c1c1c;
}
#navi_special_bottom li a {
	color: #1c1c1c;
}
#navi_special_bottom li a:hover {
	color: #1c1c1c;
	text-decoration:underline;
}
#navi_special_bottom_active a {
	font-style:italic;
	color: #1c1c1c;
}
#navi_special_bottom i {
	margin-left:10px;
	position:relative;
	top:1px;
	color: #808080;
}

.head_wrapper {
	margin:0;
	padding:0;
	/*width: 100%;*/
		margin: auto;
	max-width:960px;
	background-color: rgba(255, 255, 255, .9);
	/*background-color: rgba(255, 255, 255, .4);*/
}
.head_wrap_sub {
	/*background-color: #4a4a4a;*/
}
/* Zum Ausblenden der Navi small: */
.fly_out_div_resp {
	display:none;
}
.navi_top_wrapper {
	margin:0;
	padding:0;
	line-height:2.4em;
	box-shadow: 0 10px 12px -2px rgba(0, 0, 0, .2);
	/*background: silver;*/
	z-index: 2000;
	position:relative;
}
.head {

}
.head img{
	display:block;
}
/* responsive end*/

.center_wrapper {
	text-align:left;
	overflow:hidden;
	margin-top:0px;
	padding:0px 30px 40px 30px;
		margin: auto;
	max-width:900px;
	background-color: rgba(255, 255, 255, .9);
}
.center_wrap_2 {
}
.center_right {
	display:none;
}
.center_left {
}
.center_left ul {
	list-style:none;
	margin:0;
	padding:0;
}
.center_left li {
}
.center_content_anchor {
}
.center_content {
	line-height: 1.4em;
	margin:7px 0px 0px 0px;
	padding:0 0 20px 0;
	min-height:550px;
}
.center_content_1 {
	padding:00px 00px 20px 00px;
}
.center_inner_content {
}
.center_content ul{
	margin:0px;
	padding:5px 10px 5px 30px;
}
.center_h1_pastos {
	font-size:1.1em;
	text-align:left;
}
.center_h1_pastos::before {
}
.center_content h1 {
	margin-top:0;
}
#center_form_modul {
	max-width: 70%;
	padding:10px;
	margin-top:20px;
	box-shadow: 0px 0px 7px 3px rgba(97,97,97,0.3);
}
#center_form_modul input{
	padding-left:3px;
}
#foot {
		margin: auto;
	max-width: 960px;
	clear:both;
	min-height:22px;
	color: #55282b;
	text-align:center;
}
#foot a {
	color: #55282b;
	/*font-size:0.9em;*/
	/*text-decoration:none;*/
	/*color:#005f8d;*/
}
#foot a:hover {
	text-decoration: underline !important;
}
#foot span {
	/*font-size:0.9em;*/
	/*text-decoration:none;*/
}
.special_txt_foot {
	padding:0.8em 0.1em 0.1em 0.1em;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(125,125,125,0.1);
	text-align:center;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.wrapper_foot_col_flex {
	display:flex;
	margin: 0 auto;
	max-width:900px;
	text-align: left;
}

.special_txt_foot_col_2_1 {
	width: 50%;
}
.special_txt_foot_col_2_2 {
	width: 50%;
}

.special_txt_foot_col_3_1 {
	width: 33.3%;
}
.special_txt_foot_col_3_2 {
	width: 33.3%;
}
.special_txt_foot_col_3_3 {
	width: 33.3%;
}

.special_txt_foot_col_4_1 {
	width: 21%;
	padding: 1%;
	margin: 1%;
}
.special_txt_foot_col_4_2 {
	width: 21%;
	padding: 1%;
	margin: 1%;
	text-align: left;
}
.special_txt_foot_col_4_3 {
	width: 21%;
	padding: 1%;
	margin: 1%;
	text-align: left;
}
.special_txt_foot_col_4_4 {
	width: 21%;
	padding: 1%;
	margin: 1%;
}
.special_txt_foot_inner_div {
	z-index: 3;
}

.wrapper_col_flex {
	display:flex;
}
.txt_col_2_1 {
	padding-right: 2%;
	width: 48%;
}
.txt_col_2_2 {
	padding-right: 2%;
	width: 48%;
}
.txt_col_3_1 {
	padding-right: 2%;
	width: 31.3%;
}
.txt_col_3_2 {
	padding-right: 2%;
	width: 31.3%;
}
.txt_col_3_3 {
	padding-right: 2%;
	width: 31.3%;
}
.txt_col_4_1 {
	width: 22%;
	padding-right: 2%;
}
.txt_col_4_2 {
	width: 22%;
	padding-right: 2%;
}
.txt_col_4_3 {
	width: 22%;
	padding-right: 2%;
}
.txt_col_4_4 {
	width: 22%;
	padding-right: 2%;
}

.text_sumas_bottom div{
	margin: auto;
}
.text_sumas_bottom div{
	max-width:980px;
	padding:2.8em;
	text-align: left;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(125,125,125,0.1);
}
/*######################################### submit_button.css ######################################################################### */
fieldset{
	margin-top:2em;
	border-radius:0.2em;
	box-shadow: 0 0 0.3em 0.1em rgba(63,121,168,0.1);
	background:#ffffff;
	border:silver 1px solid;
}

select {
	box-shadow: 0 0 0.3em 0.1em rgba(63,121,168,0.1);
	border-radius:0.2em;
	padding:0.5em;
	border:none;
	outline:none;
	background: #f8f8f8;
	color: #454545;
}

input[type=text] {
	box-shadow: 0 0 0.3em 0.1em rgba(63,121,168,0.1);
	border-radius:0.2em;
	padding:0.5em;
}
input[type=password] {
	box-shadow: 0 0 0.3em 0.1em rgba(63,121,168,0.1);
	border-radius:0.2em;
	padding:0.5em;
}
textarea{
	box-shadow: 0 0 0.3em 0.1em rgba(63,121,168,0.1);
	border-radius:0.2em;
	padding:0.5em;
}
input[type=submit] {
	cursor:pointer;
	font-weight:800;
	padding:0.8em 1.5em 0.7em 1.5em;
	text-indent: 0.8em;
	letter-spacing:0.1em;
	font-size: 1.0em;
	background: #55282b;
	color:#ffffff;
	border:none 0;
	border-radius:0.2em;

}
input[type=submit]:hover  {
	background: #55282b;
	box-shadow:0 0 5px rgba(0, 0, 0, .5);
}
input[type=submit]:focus {
	background: #55282b;
}

input[type=reset] {
	cursor:pointer;
	font-weight:800;
	padding:0.8em 1.5em 0.7em 1.5em;
	text-indent: 1.0em;
	letter-spacing:0.1em;
	font-size: 1.0em;
	background: #55282b;
	color:#ffffff;
	border:none 0;
	border-radius:0.2em;
}
input[type=reset]:hover  {
	background: #55282b;
	box-shadow:0 0 5px rgba(0, 0, 0, .5);
}
input[type=reset]:focus {
	background: #55282b;
}

input[type=button] {
	cursor:pointer;
	font-weight:800;
	padding:0.8em 1.5em 0.7em 1.5em;
	text-indent: 1.0em;
	letter-spacing:0.1em;
	font-size: 1.0em;
	background: #55282b;
	color:#ffffff;
	border:none 0;
	border-radius:0.2em;
}
input[type=button]:hover  {
	background: #55282b;
	box-shadow:0 0 5px rgba(0, 0, 0, .5);
}
input[type=button]:focus {
	background: #55282b;
}
