/* COLORS  

light: 	#a5b5de;
medium: #bf9179;
dark:	#926e5c;
grey:	#2a2a2a;

*/


body {
	background-color: #ffffff;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	background-image: url('../images/web_vis_bg.png');
	background-repeat: repeat;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

/* TYPO */

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1 { 
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #6f6f6f;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

#introtext h1, #introtext_2 h1 { 
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #bf9179;
	margin: 0 0 5px 0;
}

#content_main h2 { 
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #bf9179;
	margin: 0 0 5px 0;
	/*padding-bottom: 5px;
	border-bottom: 1px solid #bf9179;*/
}

#content_main ul li{
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	color: #444444;
	list-style-type: circle;
	margin: 0 0 8px 0;
}

#content_main ul {
	margin-top: 2px;
	padding: 0 0 0 14px;
}

#introtext h3, #introtext_2 h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	color: #555555;
}

#introtext ul {
	padding: 10px 0 0 20px;
}

#introtext ul li {
	list-style-type: circle;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	color: #444444;
	margin: 0 0 8px 0;
}

#content_main h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	color: #555555;
}

#content_main h4 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	color: #bf9179;
}

#content_main a {
	color: #926e5c;/*#bf9179;*/
	text-decoration: none;
}

#content_main b {
	color: #926e5c;
}

#content_main a:hover {
	color: #bf9179;
	/*text-decoration: underline;*/
}

p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	color: #777777;
	margin: 0 0 8px 0;
}

p.p_space {
	margin-bottom: 20px;
}

p.last_p {
	margin-bottom: 20px;
}

p.last_p2 {
	margin-bottom: 20px;
}

p strong {
	font-weight: 600;
}

p b {
	font-weight: 600;
}

i {
	color: #d3b3a2;
	font-size:20px !important;
}

/* LAYOUT */

#site {
	background-color: #ffffff;
	position: relative;
}

#navbar {
	background-color: #926e5c;
	margin: 0;
	padding: 15px 10px;
	font-size: 13px;
	font-weight: 400;
}

#language {
	float: left;
}

#top-bar-text {
	padding-left: 10px;
}

#top-bar-text a {
	padding-right: 20px !important;
}

#language a:first-child {
	border-right: 2px solid #666666;
}

#metamenu a:first-child {
	border-left: 0px solid #666666 !important;
}

#metamenu a {
	border-left: 1px solid #bf9179;
	text-transform: uppercase;
}

#metamenu {
	font-size: 13px;
}

#anschrift {
	padding: 2px 12px 2px 0;
}

#navbar a, #metamenu a {
	color: #d3b3a2;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	transition: all ease 0.5s;
}

#navbar a:hover, #navbar a.active, #metamenu a:hover, #metamenu a.active, #copyright a:hover, #copyright a.active {
	color: #ffffff;
}


#top-phone {
	padding: 0 10px;
}

#top-phone, #top-email {
	height: 20px;
	vertical-align: middle;
	display: table-cell;
}

#top_mail_add i.fa {
	display: table-cell !important;
}

#logo img {
	border: 0;
}

#logo_div {
	position: relative;
	background-color: #ffffff;
}


#topmenu ul li a {
	text-decoration: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #6f6f6f;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 5px;
	transition: all ease 0.5s;
}

#topmenu ul li a:hover {
	border-bottom: 2px solid #926e5c;
}

#topmenu ul li a.active {
	border-bottom: 2px solid #d3b3a2;
}

#topmenu ul li a.active {
	color: #926e5c;
}

#topmenu ul li {
	float: left;
	padding-left: 20px;
}

#topmenu ul {
	list-style-type: none;
}


/*
main ul {
	list-style: none;
	font-size: 15px;
	color: #414141; 
	padding-left: 13px;
}

main ul li {
	
}

main ul li::before {
	content: "◘"; color: #5c825b;
  	display: inline-block; 
	width: 13px;
  	margin-left: -13px
}
*/
#main_image {
	height: 456px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-bottom: 2px solid #926e5c;
}

#content_main_image {
	height: 360px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#content-fullwidth {
	padding: 1px 20px 20px 20px;
}

#content-fullwidth a, a.contentlink {
	color: #5c825b !important;
	text-decoration: underline !important;
}

#content-fullwidth a:hover, a.contentlink:hover {
	color: #ffa500 !important;
	text-decoration: underline !important;
} 

#main_footer, #services-teaser_01, #services-teaser_02 {
	padding: 16px 20px;
	background-color: #926e5c;
}

#pre_footer {
	background-color: #bf9179;
	padding: 20px 24px 25px 24px;
}

#pre_footer p, #pre_footer a {
	color: #ffffff;
}

#pre_footer h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
	color: #ffffff;
}

#pre_footer p {
	font-weight: 400;
	line-height: 20px;
	color: #ffffff;
} 

#pre_footer a {
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
	transition: all ease 0.5s;
}

#pre_footer a:hover {
	font-weight: 600;
	color: #926e5c;
}

#copyright p, #services-teaser_01 p, #services-teaser_02 p {
	font-size: 13px;
	/*font-weight: 600;*/
	margin: 0;
	color: #ffffff;
	text-align: left;
}
#services-teaser_01 p b, #services-teaser_02 p b {color: #ffffff !important;}


/* HELPERS */

.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.hide {
	display: none;
}

/* Clearfix */
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


#content-left a, #content-right a {
	text-decoration: none;
	color: #414141;
}

/*#content-left a:hover, #content-right a:hover, #copyright a:hover {
	color: #5c825b;
	text-decoration: underline;
}*/

#content-left, #content-right, #content-fullwidth {
	padding: 20px 20px 20px 20px;
}

#content_main {
	padding: 24px 24px 28px 24px;
}

#content-right p, #content-right a {
	color: #5c825b;
	transition: all ease 0.5s;
}

#content-right a:hover {
	text-decoration: underline;
}

#content-left {
	background-color: #ffffff;
}

#content-right {
	position: relative;
}

#selfportrait {
	
	position: absolute;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	border: 2px solid #5c825b;
}

/* für Portrait-Foto wieder aktivieren .home_cr {
	padding-top: 230px !important;
}*/ 


.content-33 h3 {
	margin-bottom: 0;
}

#introtext {
	position: absolute;
	top: 420px;
	left: 60px;
	width: 450px;
}

hr {
  border: 1px solid #bf9179;
  margin: 25px 0;
}

/* MEDIA QUERRIES */

@media only screen and (min-width: 10px) {
	div.content-33 {
		width: 100%;
		float: left;
		text-align: center;
	}
	div.content-50 {
		width: 100%;
		float: left;
	}
	
}

@media only screen and (min-width: 500px) {
	
}

@media only screen and (min-width: 700px) {
	div.content-33 {
		width: 50%;
		float: left;
		text-align: left;
	}
	div.content-50 {
		width: 50%;
		float: left;
	}
	
}

@media only screen and (min-width: 750px) {
	div.content-33 {
		width: 33%;
		float: left;
	}
}

@media only screen and (max-width: 650px) {
	#top-bar-text {
		/*display: none;*/
	}
	
	#copyright_text {/*display: none !important;*/}
	
	#anschrift {
		margin-top: 15px;
	}
	
	#navbar {
		text-align: center;
	}
	
	#footer {
		text-align: center;
	}
	
	#copyright p {
		text-align: center;
		margin-top: 15px;
	}
		
	#metamenu {
		text-align: center;
		margin: 10px 0 25px 0;
	}
	
	#logo_div {
		height: 172px;
	}
	
	#logo_img {
		padding: 28px 0 0 0;
		position: absolute;
		width: 230px;
		height: 66px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	
	
	#topmenu {
		position: absolute;
		top: 50px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		width: 319px;
		height: 19px;
	}
	
	#topmenu ul {
		padding: 0 0 0 19px;
	}
	
	#topmenu ul li:first-child {
		padding-left: 0;
	}
}

@media only screen and (min-width: 651px) {
	#anschrift {
		display: inline; 
	    text-align: left;
		float: right;}
	
	#copyright p{
		text-align: left;
	}
	
	#copyright p {
		display: inline;
	}
		
	#metamenu {
		float: right;
	}
}

@media screen and (max-width: 680px) and (min-width: 651px) {
	#anschrift {
		display: none;
	}
}


@media screen and (max-width: 900px) and (min-width: 651px) {
	#logo_div {
		height: 122px;
	}
}

@media only screen and (max-width: 900px) {
    #site {
        width: 100%;
		margin: 0;
    }
		
	.iconbox {
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 50px;
		padding-bottom: 25px;
		text-align: center;
	}
	
	
	.iconbox p {
		margin: 0;
	}
		
	
	
	#logo_img {
		padding: 28px 0 12px 0;
		position: absolute;
		width: 300px;
		height: 66px;
		/*margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;*/
	}
	
	
	#topmenu ul {
		position: absolute;
		right: 24px;
		top: 35px;
	}
	
	#services-teaser_01 {display: none;}
	#services-teaser_02 {display: block;}
	#oeffnungszeiten {text-align: center;}
	#introtext {display: none;}
	/*#anschrift {
		width: 100%; 
		text-align: center;}*/
	
}

@media only screen and (min-width: 901px) {
	
	#logo_img {
		position: absolute;
		left: 24px;
	}
	
	#introtext_2 {display: none;}
	#services-teaser_01 {display: block;}
	#services-teaser_02 {display: none;}	
    #site {
        width: 900px;
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 40px;
		-webkit-box-shadow: 0 0 25px 0 #ABABAB;
		box-shadow: 0 0 25px 0 #ABABAB;
    }
	
	
	#logo_div {
		height: 182px;
	}
	
	#logo_img {
		padding: 30px 0 40px 0;
		position: absolute;
		left: 24px;
		width: 286px;
		height: 120px;
		/*margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;*/
	}
	
	
	#topmenu ul {
		position: absolute;
		right: 24px;
		top: 70px;
	}
	
	#content-left  {
		float: left;
		width: 520px; 
	}	
	
	#content-right {
		float: left;
		width: 300px;
	}	
	
	.iconbox {
		background-repeat: no-repeat;
		padding-left: 55px;
		min-height: 55px;
	}

	body.impressum #content-right {
		/*min-height: 420px;*/
	}
}