@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400');
html {
	height: 100%;
}
body {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 16px;
	margin: 0;
}
.text_light {
	font-weight: 300;
	color: #666;
}
.text_center {
	text-align: center;
}
.separator {
	overflow: hidden;
	text-align: center;
	color: #CCC;
	margin: 40px 0;
}
.separator span {
	position: relative;
	padding: 0 20px;
	display: inline-block;
	max-width: 80%;
}
.separator span:before,
.separator span:after {
	content: "";
	position: absolute;
	width: 10000px;
	height: 1px;
	top: 50%;
	border-bottom: 1px solid #CCC;
}
.separator span:before {
	left: -10000px;
}
.separator span:after {
	left: 100%;
}
.separator--left-aligned {
	text-align: left;
}
.separator--right-aligned {
	text-align: right;
}
.separator-single {
	overflow: hidden;
	text-align: center;
	color: #CCC;
	margin: -5px 0;
	position: relative;
}
.separator-single:before {
	content: "";
	position: absolute;
	width: 10000px;
	height: 1px;
	top: 50%;
	left: 0;
	border-bottom: 1px solid #CCC;
}
.separator-single span {
	display: inline-block;
	background-color: #fff;
	position: relative;
	z-index: 10;
	padding: 10px;
}
.separator-single--left-aligned {
	text-align: left;
}
.separator-single--right-aligned {
	text-align: right;
}
.container_bg {
	background-color: #FFF;
}
.header_name {
	font-size: 44px;
	left: 90px;
}
.header_job {
	font-size: 32px;
	color: #666;
}
.header_subtitle {
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
}
.mainframe_border {
	border-radius: 5px;
}
.copyright {
	color: #EAEAEA;
	text-align: right;
	font-size: 14px;
}
.img_container {
	position: relative;
	text-align: center;
	width: 350px;
	height: 234px;
	color: #FFF;
}
.bottom-right {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-weight: bold;
}
.picture_box {
	float: left;
}
.ma_caption {
	font-size: 36px;
	color: #666;
	font-weight: 300;
}
.ma_name {
	font-size: 24px;
}
.ma_titel {
	font-size: 17px;
}
.ma_email {
	font-size: 16px;
	color: #666;
	background-image: url('images/symbols/mail-tiny.png');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-left: 30px;
	display: block;
}
.ma_phone {
	font-size: 16px;
	color: #666;
	background-image: url('images/symbols/phone-tiny.png');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-left: 30px;
	display: block;
}
.picture_box {
	border-radius: 6px;
}
.page_title {
	font-size: 52px;
	font-weight: 300;
	color: #333;
	margin-left: 5px;
	vertical-align: middle;
}
.header_h3 {
	font-size: 26px;
	font-weight: 300;
	border-bottom: 2px solid #59A2D3;
}
.header_h4 {
	font-size: 22px;
	font-weight: 300;
}
.header_h5 {
	font-size: 18px;
	font-weight: 300;
}
h3 {
	font-size: 26px;
	font-weight: 300;
}

.header_container {
	position: fixed;
	width: 100%;
	background-color: #FFF;
	padding-top: 10px;
}

.page_team {
	background-image: url('images/icon/64/005-group.png');
	background-repeat: no-repeat;
	padding-left: 67px;
}
.page_impressum {
	background-image: url('images/icon/64/001-technology.png');
	background-repeat: no-repeat;
	padding-left: 67px;
}
.page_leistung {
	background-image: url('images/icon/64/002-interface.png');
	background-repeat: no-repeat;
	padding-left: 67px;
}
.page_kontakt {
	background-image: url('images/icon/64/003-cloud-computing.png');
	background-repeat: no-repeat;
	padding-left: 67px;
}
.image_center {
	vertical-align: middle;
}
.menu_text_size {
	font-size: 18px;
	font-weight: 300;
}
.sp_title {
	font-size: 52px;
	font-weight: 300;
	color: #333;
}
.sp_subtext {
	font-size: 22px;
	font-weight: 300;
	text-align:justify;
}
.menu_underline {
	border: solid;
	border-color: #59A2D3;
	border-width: 1px;
}


.icon_mail {
	background: url(images/symbols/001-mail-1.png) no-repeat 0 -4px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 20px 20px;
}
.icon_text {
	padding-left: 30px;
	font-weight: bold;
}
.navbar_padding {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar {
	font-size: 22px;
}
.link:link {
	font-weight: 300;
	color: #000;
	text-decoration: none;
}
.link:visited {
	text-decoration: none;
	color: #000;
}
.link:hover {
	border-bottom: 3px solid #59A2D3;
}
.link_active {
	border-bottom: 3px solid #59A2D3;
}
.info_box_title {
	font-size: 23px;
}
.info_box {
	width: 420px;
}
.btn_kontakt {
	background-color: #59A2D3;
	border-radius: 3px;
	color: white;
	padding: 12px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
.webkit {
	-webkit-appearance: none;
}
.input {
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
	font-size: 16px;
	border-color: #666;
}
.input_btn {
	border-bottom-width: 2px;
	border-bottom-color: #59A2D3;
}
.input:focus {
	border-color: #59A2D3;
}
.form-style-2 {
	max-width: 500px;
	padding: 20px 12px 10px 20px;
}
.form-style-2 label {
	display: block;
	margin: 0px 0px 15px 0px;
}
.form-style-2 label > span {
	width: 100px;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.form-style-2 span.required {
	color: red;
}
.form-style-2 .tel-pre-number-field {
	width: 60px;
	text-align: center;
}
.form-style-2 .tel-number-field {
	width: 130px;
}
.form-style-2 input.input-field,
.form-style-2 .select-field {
	width: 48%;
}
.form-style-2 input.input-field,
.form-style-2 .tel-number-field,
.form-style-2 .tel-pre-number-field,
.form-style-2 .textarea-field,
.form-style-2 .select-field {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
}
.form-style-2 .input-field:focus,
.form-style-2 .tel-number-field:focus,
.form-style-2 .tel-pre-number-field:focus,
.form-style-2 .textarea-field:focus,
.form-style-2 .select-field:focus {
	border: 1px solid #59A2D3;
}
.form-style-2 .textarea-field {
	height: 100px;
	width: 55%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button] {
	border: none;
	padding: 8px 15px 8px 15px;
	background: #59A2D3;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover {
	background: #EA7B00;
	color: #fff;
}

hr.pageDivider {
	margin-top: 0;
	height: 10px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.containerMain {
	min-height: 100%;
	margin-bottom: -142px;
	padding-top: 200px;
	width: 880px;
	margin: 0 auto;
	padding-left:25px;
	padding-right:25px;
}
.containerMain:after {
	content: "";
	display: block;
}
.footerContainer,
.containerMain:after {
	height: 42px;
}
.startpage_footer {
	bottom: 0px;
	position: fixed;
}
.footerContainer {
	color: #FFF;
	background: #59A2D3;
	padding-left:10px;
	padding-right:10px;
}
.containerTransparent {
	background: rgba(255, 255, 255, 0.9);
}
.imageDiv {
	background-image: url(images/kanzlei/gebaeude1.jpg);
	width: 1000px;
	height: 765px;
	border: 2px solid #fff;
	-moz-box-shadow: inset 10px 10px 250px #fff;
	-webkit-box-shadow: inset 10px 10px 250px #fff;
	box-shadow: inset 10px 10px 250px #fff;
	border-radius: 15px;
}


.containerHeader {
	position: fixed;
	width: 100%;
#	padding-top: 10px;
	z-index:2000;
}
.containerHeaderBg {
	background-color: #FFF;
}

.bodyImage {
	background-repeat: no-repeat;
	background-attachment: fixed;
}



.innen1 {
	background: url(images/kanzlei/innen1-min.jpg) no-repeat center center fixed; 
    background-size: cover;
}
.innen2 {
	background: url(images/kanzlei/innen2-min.jpg) no-repeat center center fixed; 
    background-size: cover;

}
.innen3 {
	background: url(images/kanzlei/innen3-min.jpg) no-repeat center center fixed; 
    background-size: cover;

}
.innen4 {
	background: url(images/kanzlei/innen4-min.jpg) no-repeat center center fixed; 
    background-size: cover;

}
.innen5 {
	background: url(images/kanzlei/innen5-min.jpg) no-repeat center center fixed; 
    background-size: cover;

}

/*
.innen1 {
	background-image:url(images/kanzlei/innen1-min.jpg);
	background-size: 100%;
}
.innen2 {
	background-image:url(images/kanzlei/innen2-min.jpg);
	background-size: 100%;
}
.innen3 {
	background-image:url(images/kanzlei/innen3-min.jpg);
	background-size: 100%;	
}
.innen4 {
	background-image:url(images/kanzlei/innen4-min.jpg);
	background-size: 100%;	
}
.innen5 {
	background-image:url(images/kanzlei/innen5-min.jpg);
	background-size: 100%;	
}
*/