@media only screen{
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@-ms-viewport {width: device-width; zoom:1;}
@-o-viewport {width: device-width; zoom:1;}
@viewport {width: device-width; zoom:1;}
img {
	display: block;
	max-width: 100%;
}
.img{
	border: 0px solid white;
}
a:link, a:visited{
	color: #4b4b4b;
	text-decoration: none;
}
a:hover, a:focus, a:active{
	color: #4b4b4b;
	text-decoration: none;
	transition: .3s all ease;
}
body, html {
	font-family: 'Verdana', sans-serif;
  font-style: normal;
	font-size: 13px;
	background-color: #FEEABC;
	-webkit-text-size-adjust: none;
	color: #4b4b4b;
	letter-spacing: .03em;
	height: 100%;
}
h1, h2, h3, h4{
	font-weight: normal;
}
.block {
	display: block;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
/*vertikale Zentrierung*/
.zentriert {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.center{
	text-align: center;
}
.hidden_text, .show_print{
	display: none;
}
.hidden{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.delay{
	animation-delay: .5s;
}
.duration{
	animation-duration: 2s;
}
.underline a:link, .underline a:visited{
	text-decoration: underline;
}
.underline a:hover, .underline a:focus, .underline a:active{
	text-decoration: none;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.col{
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
/**********MEDIA*QUERIES**************************************************************************/
#page-wrapper{
	min-height: 100%;
}
header, #logo, nav, nav a{
	height: 160px;
}
header{
  width: 100%;
	background-color: #fff;
}
#logo{
  float: left;
}
#logo img{
	padding-left: 30px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 320px;
}
#logo h1{
	font-size: 25px;
	font-weight: bold;
}
@media only screen and (max-width: 700px){
	header, #logo, nav, nav a{
		height: auto;
	}
	#logo img{
		height: auto;
		width: 70%;
		max-width: 300px;
		padding: 10px 0;
		max-width: 350px;
		position: static;
		top: 0%;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		transform: translateY(-0%);
	}
}
nav{
	display: none;
}
@media only screen and (min-width: 993px){
	nav{
		display: block;
	  float: right;
		animation-delay: 1s;
		animation-duration: 1.5s;
	}
	nav a{
	  float: left;
	  list-style-type: none;
	  padding: 120px 15px 0px 15px;
		font-size: 17px;
	}
	nav a:link, nav a:visited{
		color: #11869B;
	}
	nav a:hover, nav .active a{
		background-color: #11869B;
		color: #fff;
	}
}
.bot{
	padding-bottom: 100px;
}
.container{
}
.container .image, .container .text{
  height: 600px;
}
.container.imp .text, .container.imp .image{
	height: 740px;
}
@media only screen and (min-width: 1308px) and (max-width: 1537px){
	.container > div.high{
		height: 700px
	}
}
@media only screen and (min-width: 1308px) and (max-width: 1950px){
	.container > div.high2{
		height: 850px
	}
}
.container .image{
	width: 40%;
  background-color: lightgray;
  background-size: cover;
	background-repeat: no-repeat;
}
.container .text{
	float: left;
	width: 60%;
}
.textbox{
  max-width: 85%;
  margin: 0 auto;
  position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 1307px){
	.container .image,
	.container.imp .image{
		height: 300px;
		width: 100%;
	}
	.container #img1.image{
		height: auto;
	}
	.container .text,
	.container.imp .text{
		height: auto;
		width: 100%;
	}
	.textbox{
		position: static;
		top: 0%;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		transform: translateY(-0%);
		padding: 50px 0;
	}
}
.textbox p{
  line-height: 1.3em;
  letter-spacing: .05em;
  margin-bottom: 15px;
}
.textbox ul li{
  list-style-type: none;
  margin-left: 10px;
  line-height: 1.3em;
}
.textbox ul li:before{
  content: "\f0da";
  color: #11869B;
  font-family: FontAwesome;
  display: inline-block;
  width: 10px;
  margin-left: -10px;
}
.textbox p:last-child{
  margin-bottom: 0;
}
.textbox .margintop{
  margin-top: 30px;
}
.textbox .large{
  font-weight: bold;
  text-transform: uppercase;
}
.orange{
  background-color: #E5A303;
  color: #fff;
}
.orange2{
  color: #E5A303;
	font-weight: bold;
}
.textbox h2{
  font-size: 30px;
  color: #E5A303;
}
.textbox h3{
  font-size: 17px;
  text-transform: uppercase;
}
.orange .textbox h2{
  color: #11869B;
}
.orange .textbox h3{
  color: #4b4b4b;
  font-weight: normal;
  margin-top: 5px;
}
.column{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 60px;
  margin-top: 30px;
}
.column3{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 60px;
  margin-top: 30px;
}
@media only screen and (max-width: 810px){
	.column3{
		-webkit-column-count: 2;
	  -moz-column-count: 2;
	  column-count: 2;
	}
}
@media only screen and (max-width: 756px){
	.column, .column3{
		-webkit-column-count: 1;
	  -moz-column-count: 1;
	  column-count: 1;
	}
}
.column.sma{
	margin-top: 15px;
}
.column3 ul li{
  margin-bottom: 15px;
}
.single-item{
	height: 600px;
	width: 100%;
}
#eins{
  background-image: url(../img/building.jpg);
	background-position: center;
	background-size: cover;
	height: 600px;
}
#zwei{
  background-image: url(../img/staircase.jpg);
	background-position: center;
	background-size: cover;
	height: 600px;
}
#drei{
	background-image: url(../img/baustelle.jpg);
	background-position: center;
	background-size: cover;
	height: 600px;
}
#vier{
	background-image: url(../img/house.jpg);
	background-position: center center;
	background-size: cover;
	height: 600px;
}
@media only screen and (max-width: 1307px){
	.single-item, #eins, #zwei, #drei, #vier{
	  height: 300px;
	}
}
#img2{
  background-image: url(../img/norbert_galda-01.jpg);
	background-size: auto 100%;
	background-position: top left;
}
#img3{
  background-image: url(../img/buch.jpg);
  background-position: bottom right;
}
@media only screen and (min-width: 900px) and (max-width: 1307px){
	#img3{
	  background-position: bottom -70px right;
	}
}
#publications{
	width: 100%;
	background-color: #fff;
	background-image: url(../img/publications.jpg);
	background-size: 100% auto;
	background-position: center center;
}
#img4{
  background-image: url(../img/signature.jpg);
}
@media only screen and (min-width: 900px) and (max-width: 1307px){
	#img4{
	  background-position: bottom -130px right;
	}
}
#img5{
  background-image: url(../img/construction.jpg);
}
#img6{
  background-image: url(../img/meeting.jpg);
  background-position: bottom right;
}
@media only screen and (min-width: 900px) and (max-width: 1307px){
	#img6{
	  background-position: bottom -250px left;
	}
}
#img7{
  background-image: url(../img/baustelle2.jpg);
}
@media only screen and (min-width: 900px) and  (max-width: 1307px){
	#img7{
	  background-position: top right;
	}
}
#img8{
  background-image: url(../img/computer.jpg);
  background-position: bottom right;
}
#vollmacht p{
	padding: 15px 3px;
}
.single-item2{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.single-item2 > div{
	padding: 80px;
}
.slick-slide{
	padding: 0 15px;
}
#baustoffhandel{

}
.vollmacht{
	padding: 15px;
	border: 1px solid #ddd;
	display: inline-block;
}
.vollmacht > div{
	font-size: 19px;
	margin: 1em 0;
	line-height: 1.5em;
}
.vollmacht i{
	color: #11869B;
	font-size: 30px;
}
.vollmacht a:hover{
	text-shadow: 1px 1px 1px #999;
}
.box{
	height: 20px;
	width: 100%;
	background-color: #fff;
}
@media only screen and (max-width: 1307px){
	.box{
		display: none;
	}
}
#map{
	height: 500px;
	width: 100%;
}
.big{
	font-size: 17px;
	color: #11869B;
}
footer{
	height: 100px;
	margin-top: -100px;
	padding: 0px 20px;
	letter-spacing: .05em;
	font-size: 16px;
}
footer .left{
	float: left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer .right{
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer a:link, footer a:visited{
	color: #fff;
}
footer a:hover, footer a:focus, footer a:active{
	text-decoration: underline;
}
@media only screen and (max-width: 750px){
	footer .right{
		display: none;
	}
	footer .left{
		float: none;
		text-align: center;
	}
}
ol {
	margin-left: 18px;
	margin-bottom: 15px;
}
ol.alpha{
	list-style-type: lower-alpha;
}
.underline2{
	text-decoration: underline;
}
.le{
	width: 50%;
	float: left;
	padding-right: 5px;
}
.bg_g{
	background: #eee;
	padding: 10px 10px 0 10px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 600px){
	.le{
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.bg_g{
		padding-bottom: 1px;
	}
}
.wid{
	float: left;
	width: 150px;
}
.wid2{
	padding-left: 150px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 524px){
	.wid{
		float: none;
		width: 100%;
		text-decoration: underline;
	}
	.wid2{
		padding-left: 0;
		margin-bottom: 15px;
	}
}
.wid2.last{
	margin-bottom: 15px;
}
.tab-l{
	padding-right: 90px;
	margin-bottom: 10px;
}
.tab-r{
	float: right;
	width: 70px;
	margin-bottom: 10px;
}
#aktuelles{
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 35px auto;
	padding-bottom: 100px;
}
#aktuelles > h2{
	font-size: 30px;
	color: #E5A303;
	margin-bottom: 30px;
}
#news{
	width: 750px;
}
#news h2{
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.accordion{
	margin-bottom: 20px;
}
.ui-accordion .ui-accordion-content ul,
.ui-accordion .ui-accordion-content p{
	margin-bottom: 15px;
}
.ui-accordion .ui-accordion-content ul{
	margin-left: 12px;
	list-style-type: square;
}
.ui-accordion .ui-accordion-header{
	padding-top: 12px;
	padding-bottom: 12px;
}
#ibrOnlineUrteilsfensterDiv{
	width: 300px;
	height: 400px;
	background-color: #fff;
	float: right;
}
@media only screen and (max-width: 1262px){
	#aktuelles{
		padding-left: 40px;
	}
	#news{
		width: 60%;
	}
	#ibrOnlineUrteilsfensterDiv{
		margin-right: 40px;
	}
}
@media only screen and (max-width: 963px){
	#ibrOnlineUrteilsfensterDiv{
		background-color: #fff;
		float: none;
	}
	#news{
		float: none;
		width: 100%;
		margin-top: 50px;
	}
	#aktuelles{
		padding-right: 40px;
	}
}
@media only screen and (max-width: 400px){
	#aktuelles{
		padding-left: 20px;
		padding-right: 20px;
	}
}
#datenschutz{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 40px;
	background-color: #fff;
}
@media only screen and (max-width: 355px){
	#datenschutz{
		padding: 20px;
	}
}
.imgbox1{
	height: 500px;
	background-color: #fff;
	background-image: url(../img/norbert-galda.jpg);
	background-position: top right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1050px){
	.imgbox1{
		height: 300px;
	}
}
@media only screen and (max-width: 661px){
	.imgbox1{
		height: 300px;
		background-position: top right -100px;
	}
}
@media only screen and (max-width: 420px){
	.imgbox1{
		height: 200px;
		background-position: top right -100px;
	}
}
.imgbox{
	height: 250px;
	background-image: url(../img/signature.jpg);
	background-position: center center;
	background-size: cover;
}
#datenschutz h2{
	color: #11869B;
	margin-top: 30px;
}
#datenschutz h3, #datenschutz h2{
	margin-bottom: 15px;
}
#datenschutz h3{
	text-transform: uppercase;
}
#datenschutz p, #datenschutz ul{
	margin-bottom: 15px;
}
#datenschutz ul li{
	margin-left: 10px;
	list-style-type: none;
}
#datenschutz ul li:before{
	content: "\f0da";
  color: #11869B;
  font-family: FontAwesome;
  display: inline-block;
  width: 10px;
  margin-left: -10px;
}
/***************sidr***************************************************************/
#sidrwrapper{
	position: relative;
	z-index: 999;
	float: right;
}
.menu-button {
	display: block;
	background-size: auto auto;
	background-position: bottom left;
  padding-right: 5px;
  overflow: hidden;
  font-size: 40px;
  animation-delay: .5s;
	animation-duration: 1.5s;
  line-height: 1em;
}
.menu-button i{
  color: #11869B;
  text-shadow: 1px 1px 2px #666;
}
#sidr-wrapper a:hover, #sidr-wrapper a:focus, #sidr-wrapper a:active{
  color: #11869B;
}
.menue{
	float: left;
	display: block;
}
.menu-button.right {
    right: 20px;
    left: auto;
}
.menu-button.bottom {
    top: 100px;
}
.menu-button.fixed {
    position: fixed;
}
#button-top{
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9;
}
#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52,116,124,.9);
    z-index: 2;
    display: none;
}
#sidr{
	letter-spacing: .1em;
	text-shadow: 1px 1px 1px #666;
}
.sidr {
  display: block;
  position: fixed;
	z-index: 3;
  top: 0;
  height: 100%;
  width: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #11869B;
	box-shadow: 0 0 10px #000;
	color: #fff;
	border-top: 5px solid #E5A303;
	margin-right: 7px;
}
.sidr > ul{
	clear: both;
  margin: 10px 10px 0 10px;
}
.sidr ul li{
	list-style-type: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333;
	font-weight: bold;
}
.sidr ul li a{
	display: block;
	line-height: 4em;
	font-size: 16px;
	padding: 10px 20px;
	background-color: #11869B;
	border: 1px solid rgba(255,255,255,.3);
	margin-bottom: 5px;
}
.sidr ul li a:link, .sidr ul li a:visited{
  color: rgba(255,255,255,.8);
}
.sidr ul li ul li a:link, .sidr ul li ul li a:visited{
  color: #fff;
}
.sidr a:link, .sidr a:visited{
	color: #333;
}
.sidr a:hover, .sidr a:focus, .sidr a:active{
	text-decoration: none;
	color: #333;
}
.sidr .arrow{
	display: inline-block;
	position: relative;
}
.sidr .arrow:hover{
	transform: translateX(4px);
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -270px;
}
.sidr.left {
  left: -270px;
  right: auto;
}
.sidr-open #overlay {
    display: block;
}
@media only screen and (min-width: 993px){
	#sidrwrapper, #button-top{
		display: none;
	}
}
}
/*----------------------------------------------------------------print---------------------------------------------------------------------------*/
@media print {
	body {
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
	}
	header, nav, #sidrwrapper, #galerie, footer, img, .print, .single-item, .hidden_text, #button-top, #map{
		display: none !important;
	}
	.bold{
		font-weight: bold;
	}
	h1, h2, h3, h4 {
		font-weight: bold;
		font-size: 110%;
		color: #000;
	}
	.heading{
		font-size: 110%;
		font-weight: bold;
		color: #000;
	}
	.link_print a[href]:after {
		content: " (" attr(href) ")";
	}
	.accordion > *, #accordion > *{
		display: block !important;
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}
	.col, .column, .column3{
		-webkit-column-count: 1;
	  -moz-column-count: 1;
	  column-count: 1;
	}
	.container .text {
    float: none;
    width: 100%;
	}
}
