@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400);
@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700);
@import url(//fonts.googleapis.com/css?family=Pacifico);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
	background: #444444;
    color: #828282;
    font: 13px/18px Tahoma, Geneva, sans-serif;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
}

.p1 {
    padding-top: 5px;
    margin-bottom: 25px;
}


input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family:  'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	font-weight: normal;
    font-weight: bold;
}

.page1 h3 {
    padding-top: 62px;
    margin-bottom: 22px;
}

h3.head1 {
    padding-top: 59px;
    margin-bottom: 12px;
}

h3 {
    padding-top: 63px;
    margin-bottom: 15px;
    font-size: 54px;
    line-height: 48px;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
}

h3 span {
    font-weight: normal;
    text-transform: none;
    color: #84bb17;
    font-size: 24px;
    line-height: 40px;
    display: block;
    font-family: 'Pacifico', cursive;
}

.slogan {
    color: #84bb17;
    background-color: #f2f7ef;
    display: inline-block;
    padding: 7px 16px 14px 5px;
    margin-bottom: 39px;
    font: 24px/24px 'Pacifico', cursive;
}


h2 {
    padding-right: 53px;
    padding-top: 120px;
    color: #fff;
    font-size: 84px;
    line-height: 70px;
    text-transform: uppercase;
}

h2 span {
    padding-top: 18px;
    display: block;
    text-transform: none;
    color: #FFF;
    font: 24px/24px 'Pacifico', cursive;
}

h4 {
    font-weight: bold;
    font-size: 30px;
    color: #222222;
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: 30px;
}


/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
    padding-top: 7px;
}

ul.list li {
    padding-left: 24px;

    background: url(../images/marker.png) 0 3px no-repeat;
}


ul.list  li+li {
    margin-top: 26px;
}

/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #84bb17;
	font-family: "Yanone Kaffeesatz", sans-serif;
}

a.btn {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background-color: #628519;
    margin-top: 31px;
    padding: 7px 18px 8px 13px;
}

a.btn:hover {
    background-color: #444444;
}
/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 18px;
	margin-top: 5px;
    border: 1px solid #e4e4e4;
}

.page1 .fleft {
    margin-top: 0;
}

.fleft {
	float: left;
	width: auto !important;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-top: 6px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

.main_bg {
    background-color: #fff;
}

header {
	display: block;
	position: relative;
	padding-top: 35px;
	z-index: 999;
	padding-top: 9px;
	background-image: url(../images/slider_bg.png);
}



header h1 {
	position: relative;
    margin-bottom: 8px;
	text-align: center;

}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width:  223px;
    height: 49px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.h_search {
    float: right;
}

.soc {
    float: left;
    overflow: hidden;
    padding: 1px 3px 0 7px;
}

.soc a {
    display: none;
    background: url(../images/socials.png) 0 0 no-repeat;
    width: 24px;
    height: 23px;
    float: left;
}

.soc a+a {
    margin-left: 6px;
    background-position: right 0;
}

.soc a:hover {
    opacity: 0.5;
}

#search {
    float: left;
    width: 202px;
    z-index: 999;
    position: relative;

}



#search input {
    border: 1px solid #d0d0d0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
     -webkit-appearance: none;
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    color: #828282;
    font: 13px/18px Tahoma, Geneva, sans-serif;
    height: 27px;
    padding: 2px 12px 2px 40px;

}

#search input:focus {
    border: 1px solid #84bb17;
}

#search a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 10px;
    cursor: pointer;
    background: url(../images/search_icon.png) 0px bottom no-repeat;
    height: 27px;
    width: 27px;
}

#search a:hover {
    background-position: 0 0;
}

.page1_block {
    background-color: #f2f7ef;
}

/**Content**/

.content {
    padding-bottom: 73px;

}
.page1  .content {

    padding-bottom: 59px;
}

.car_div {
    box-shadow: 0 1px 2px #cacec8;
    background-color: #444444;
}

.page1_block {
    text-align: center;
    padding-bottom: 39px;
    box-shadow: 0 1px 2px 1px #e3e3e3;
}

.page1_block >div>div:hover .icon {
    background-position: center bottom;
}

.icon {
    margin-top: 37px;
    height: 71px;
    background: url(../images/icon1.png) center 0 no-repeat;
}

.ic2 {
    background-image: url(../images/icon2.png);
}

.ic3 {
    background-image: url(../images/icon3.png);
    background-position: center bottom;
}
.ic4 {
    background-image: url(../images/icon4.png);
    background-position: center bottom;
}

.page1_block >div>div:hover .icon.ic3, .page1_block >div>div:hover .icon.ic4 {
    background-position: center 0;
}

.page1_block .title {
    font: 20px/20px 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    color: #222222;
    margin-top: -1px;
    margin-bottom: 1px;
}

.box {
    padding: 4px 5px 0 4px;
    border: 1px solid #e4e4e4;
}

.projects a.gal {
    display: block;
    position: relative;
    border: 1px solid #e4e4e4;
    background-color: #628519;
}

.projects a.gal span {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: url(../images/magnify.png) -100px center no-repeat;
}

.projects a.gal img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    box-shadow: 0 0 #fff;
}

.projects a.gal:hover span {
    background-position: center center;
}

.projects a.gal:hover img {
    opacity: 0.5;
}

.rel {
    position: relative;
}

a.abs {
    z-index: 10;
    right: 1px;
    bottom: 1px;
    position: absolute;
    display: block;
    color: #fff;
    background-color: #628519;
    text-shadow: 1px 1px #557316;
    text-transform: uppercase;
    padding: 5px 10px 7px 13px;
}

a.abs:hover {
    background-color: #434343;
}

.projects {
    overflow: hidden;
    position: relative;
    top: -19px;
}

.box  {
    margin-top: 19px;
}

.box .pad {
    padding: 5px 0 7px 5px;
}

.box .title {
    font: 20px/20px 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    color: #222222;
}

.text1 {
    font: 20px/24px 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 14px;
}

.block1 {
    overflow: hidden;
    padding-top: 9px;
}

.block1+.block1 {
    margin-top: 8px;
}

.block1 .title {
    margin-bottom: 2px;
    font: bold 24px/28px 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    color: #222222;
}

.block1 .fleft {
    margin-right: 19px;
}

.cl1 {
    height: 23px;
}

.serv {
    padding-top: 6px;
}

.serv span {
    color: #222222;
    font: 15px/18px 'Open Sans', sans-serif;;
}

.mb1 {
    margin-bottom: 20px;
}

.mb2 {
    margin-bottom: 42px;
}

.proj {
    overflow: hidden;
}

.proj+.proj  {
    margin-top: 27px;
}



.gallery a.gal {
    display: block ;
    float: left;
    position: relative;
    background-color: #628519;
}

.gallery a.gal span {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	position: absolute;
	left: 16px;
	right: 0;
	top: 13px;
	bottom: 0;
	display: block;
	background: url(../images/magnify.png) -100px center no-repeat;
}

.gallery a.gal img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    display: block;
    box-shadow: 0 0 #fff;
}

.gallery a.gal:hover span {
    background-position: center center;
}

.gallery a.gal:hover img {
    opacity: 0.5;
}

.gal1 a.gal {
    margin-top: 6px;
    margin-bottom: 19px;
}

.prv p {
    padding-top: 2px;
    margin-bottom: 16px;
}

.prv span {
    display: block;
        font-size: 15px;
    color: #222222;
}

/**Map**/

.map {
    overflow: hidden;
    position: relative;
}
 

.map figure {
    margin-top: 6px;
    position: relative;
	display: block;
	width: 571px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-right: 23px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 353px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 75px;
}

.map  p {
    margin-bottom: 24px;
}


.map address dt {
    font-size: 15px;
    color: #222222;
    margin-bottom: 18px;
}

 address dd span {
	min-width: 74px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}

a.link-1 {
    color: #84bb17;
}

a.link-1:hover {
    color: inherit;
}
/**Footer**/
footer {
    text-align: center;
	display: block;
    padding-bottom: 40px;
    padding-top: 36px;
    color: #fff;
}

footer a:hover {
}

.copy strong {
    color: #090909;
}


.copy {
    position: relative;


}


a.f_logo {
    margin-bottom: 13px;
    display: inline-block;
}

.alert-oeffnungszeiten{display:block}

.news-bg{width:100%; height:100%; background:rgba(0,0,0,0.5); padding:15px; box-sizing:border-box}
.news-bg h2,.news-bg a{text-align:center}

/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

#owl .extra_wrapper {
    overflow: hidden;
}


 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

h2 {
    padding-top: 40px;
}

}


@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.h_search {
    float: none;
    overflow: hidden;
    padding-top: 20px;
}

#search {
    width: 355px;
}

.slogan {
    line-height: 38px;
}

.caption {
    display: none;
}

#owl .item > img {
    margin-right: 8px;
}

 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
}




.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}


}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

#search {
    width: 235px;
}

#owl .extra_wrapper {
    overflow: visible;
}

#owl {
    padding-bottom: 50px;
}


#owl blockquote p {
    padding-left: 0;
}

#owl .item>img {
    margin-left: 20px;
}

.car_img {
    margin-left: 30px;
}

}


/* ISSUUU
__________________________*/
.issuu{width:100%; height:390px; border:none}