/* ALLGEMEINE ANGABEN */
* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body {
	height: 100%;
	overflow: visible;
	background: white;
	background-image: url(img/grundlayout/hintergrund.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	color:#4B555A;
}
.wrapper-out {
	max-width: 1100px;
	margin: 0 auto;
	height: 100%;
}
.wrapper-in {
	width: 100%;
	height: 100%;
}
.clear {
	clear: both;
}
img {
	border: none;
}
h1 {
	font-size: 2.2em;
	font-weight: 300;
	color: #006F95;
	padding-bottom: 20px;
}
h2 {
	font-size: 1.5em;
	font-weight: 300;
	color: #006F95;
	padding-bottom: 20px;
}
h3 {
	font-size: 1.2em;
	font-weight: 400;
	color: #006F95;
	text-align: left;
	padding-top: 7px;
}
a {
	color: #006f95;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	font-weight: 400;
}
a:hover {
	color: #a0a0a0;
	transition: all 0.5s ease 0s;
}
hr {
	color: #A0A0A0;
	border-style: inset;
    border-width: 1px;
    background: #F2F1F1;
    border: none;
    height: 1px;
    margin: 20px 0;
}

/* LINKE SEITE LOGO NAME ... */
.container-links {
	float: left;
	width: 34.8%;
	min-height: 100%;
	border-right: 1px solid #F2F1F1;
	background-image: url(img/grundlayout/hintergrund-linke-seite.png);
	background-repeat: repeat-y;
	background-position: right;
}
.links-inside {
	float: right;
	margin-top: 100px;
	text-align: right;
	margin-right: 25px;
}
.logo-box img {
	width: 210px;
	height: auto;
}
.wbm-text {
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	color: #66757E;
	font-size: 1.5em;
	padding: 20px 0 10px;
}
.wbm-text-name {
	color: #66757E;
	font-size: 1.45em;
}
.kontakt-box {
	padding-top: 95px;
	font-size: .9em;
	color: #A0A0A0;
	font-family: "Open Sans",sans-serif;
}
.kontakt-box a {
	text-decoration: none;
	color: #a0a0a0;
}
.kontakt-box a:hover {
	color: #00385D;
}

/* RECHTE SEITE */
.container-rechts {
	float: left;
	width: 61%;
	min-height: 100%;
	background: white;
}
.rechts-inside {
	margin-top: 114px;
	margin-left: 25px;
	font-size: 1em;
	color:#4B555A;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	height: 100%;
	line-height: 1.7em;
	font-weight: 300;
}
.f-ref .footer {
	margin-top: 5px;
}
.footer {
	width: 100%;
	border-top: 1px solid #a0a0a0;
	font-size: .8em;
	color: #a0a0a0;
	text-align: center;
	padding: 5px 0 30px;
	margin-top: 30px;
}

/* INHALTE RECHTE SEITE */

/* CATEGORY REFERENZEN */
.cat-referenzen-links {
	float: left;
	padding-bottom: 20px;
	width: 50%;
}
.cat-referenzen-rechts {
	float: right;
	text-align: right;
	width: 50%;
	padding-bottom: 20px;
}
.cat-referenzen-rechts img,
.cat-referenzen-links img {
	width: 95%;
	height: auto;
}
.page-navi-box {
	width: 100%;
	text-align: center;
}
.wp-pagenavi {
    font-size: 12px !important;
    width: 100% !important;
}
.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
    padding: 3px 9px !important;
}

/* REFERENZEN */
.angabe-box {
	width: 100%;
	padding-top: 30px;
}
.angabe-box a {
	color: #006f95;
	text-decoration: none;
}
.angabe-box a:hover {
	color: #66757e;
}
.t-links {
	text-align: right;
	vertical-align:top;
	width: 20%;
}
.t-rechts {
	margin-left: 10px;
	vertical-align:top;
	width: 80%;
}
.page-slider {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	font-size: .9em;
}
.page-slider a {
	color: #006f95;
	text-decoration: none;
}
.page-slider a:hover {
	color: #66757e;
}
.durchgestrichen {
	color: #DEDEDE;
}



/* KONTAKT */
.responsiveContainer {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.small a {
	text-decoration: none;
	color: #006f95;
	transition: all 0.5s ease 0s;
}
.small a:hover {
	color: #66757e;
	transition: all 0.5s ease 0s;
}
.kf p {
	padding-bottom: 15px;
}
.kf img {
	border: 1px solid #CBCED1;
	border-radius: 5px;
	padding: 5px;
	float: left;
}
.wpcf7-captchar,
.kf input {
	width: 60%;
	padding: 5px;
	border: 1px solid #CBCED1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 35px;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	color:#4B555A;
	font-size: 1em;
}
.kf textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #CBCED1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	color:#4B555A;
	font-size: 1em;
}

.kf .wpcf7-captchar {
	width: 60% !important;
	float: right;
}
.kf .wpcf7-submit {
	background: #006f95;
	border: none;
	width: 40%;
	color: White;
	transition: all 0.5s ease 0s;
	cursor: pointer;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
div.wpcf7 img.ajax-loader {
    margin-top: 4px;
}
.kf .wpcf7-submit:hover {
	background: #66757e;
	transition: all 0.5s ease 0s;
}
.kf .captcha {
	width: 40%;
	padding-bottom: 40px;
}

/* ALLGEMEINE INHALTE */
.rechts-inside ul {
	margin-left: 25px;
}
.rechts-inside li {
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	padding-top: 5px;
}
.min-height {
	min-height: 609px;
}

/* LEISTUNGEN */
.cl-img {
	float: left;
	width: 20%;
	display: block;
	padding: 0 3% 0% 0;
}
.cl-img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 1px solid #E5E5E5;
	display: block;
}
.cl-text {
	width: auto;
}


.cl-text h2 {
	padding-bottom: 10px;
	margin-top: -5px;
}
.cl .footer {
	margin-top: 13px;
}
.cl hr {
	margin: 23px 0;
}
.cl h1 {
	padding-bottom: 40px;
}
/* LEISTUNGEN SINGLE */
/* MIN HEIGHT */
.sl {
	min-height: 745px;
}
.sl-text {
	margin-top: -10px;
}
.sl-text p {
	padding: 10px 0;
}
.sl-img {
	float: left;
	width: 30%;
	display: block;
	padding: 0 3% 0% 0;
}
.sl-img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 1px solid #E5E5E5;
	display: block;
}
.slf .footer {
	margin-top: 0px;
}

/* SONSTIGE INFORMATIONEN SINGLE */
/* MIN HEIGHT */
.ss {
	min-height: 745px;
}
.ss-text {
	margin-top: -10px;
}
.ss-text p {
	padding: 10px 0;
}
.ss-img {
	float: left;
	width: 30%;
	display: block;
	padding: 0 3% 0% 0;
}
.ss-img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 1px solid #E5E5E5;
	display: block;
}
.ssf .footer {
	margin-top: 0px;
}

/* PAGE NORMAL */
.page-n {

}
.page-n-text {
	margin-top: -10px;
}
.page-n-text p {
	padding: 10px 0;
}
.page-n-img {
	float: left;
	width: 30%;
	display: block;
	padding: 0 3% 0% 0;
}
.page-n-img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 1px solid #E5E5E5;
	display: block;
}
.page-nf .footer {
	margin-top: 0px;
}

/* TABELLEN */
#tablepress-1 .column-1 {
	width: 85%;
}
#tablepress-1 .column-2 {
	width: 15%;
	text-align: right;
}
/* STATISTIK */
.statistik {
	font-size: .8em;
}

/* BULLETS STARTSEITE */
#rev_slider_20_1_wrapper .tp-bullets {
	display: none;
}

/* CAPTCHA TIP */
.wpcf7-not-valid-tip {
	clear: both;
}
span.wpcf7-form-control-wrap {
    position: inherit !important;
}
div.wpcf7-response-output {
    margin: 20px 0 !important;
    clear: both;
}

.revsliderstyles {
	display: none;
}