.dlh_googlemap img {max-width:none}.dlh_googlemap .routinglink{white-space:nowrap}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*

==========
  GENERAL
==========

*/

* {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: #D99527;
}

h1 {
	color: #D99527;
}

h2, h3, h4, h5, h6 {
	color: #88662E;
}

body { 
    background-image: url(/files/themes/tierpension_v1/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#main {
	background-color: rgb(255, 255, 255);
	padding-bottom: 8px;
}

#main .inside {
    margin-left: 20px;
    margin-right: 20px;
}

/*

==========
  HEADER
==========

*/

#logoimg {
	height: 192px;
	background-color: rgb(255,255,255);
	padding: 16px 16px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#logo {
    width: 266px;
}

@media all and (max-width:976px){
	#logo {margin: 0 auto;}
}

#header .mod_navigation {
	background-color: rgb(217,149,39);
    margin-top: 64px;
    margin-bottom: 16px;
}

#header .mod_navigation ul {
	float: left;
	list-style-type: none;
	width: auto;
    margin: 0;
    padding: 0;
}

#header .mod_navigation li {
	float: left;
	width: auto;
	margin: 0;
    padding: 12px 16px;
    border-right: 5px solid #D99527;
    color: #FFFFFF;
    text-transform: uppercase;
}

#header .mod_navigation .level_1 > li:hover, #header .mod_navigation .level_1 > .active {
    background-color: #575656;
    border-color: #88662E;
}

#header .mod_navigation a, #header .mod_navigation span {
	display: block;
    color:#FFFFFF;
}

#header .mod_navigation li:hover .level_2 {
	left: auto;
	top: 298px;
	overflow: auto;
	display: block;
	z-index: 2;
}

#header .mod_navigation .level_2 {
	background-color: #88662E;
	position: absolute;
	left: -30000px;
	top: -30000px;
	overflow: hidden;
	display: inline;
}

#header .mod_navigation .level_2 li {
	clear: both;
	border-color: #88662E;
}

#header .mod_navigation .level_2 li:hover, #header .mod_navigation .level_2 .active {
	text-decoration: underline;
	font-weight: bold;
}

/*

==========
   MAIN
==========

*/

#home > h1 {
	text-align: center;
}

label {
	width: 160px;
	float: left;
}

#anfahrt {
	margin-bottom: 11px;
}

form {
	margin-bottom: 16px;
}

/*

==========
  FOOTER
==========

*/

#footer {
	background-color: rgb(87,86,86);
    border-top: 10px solid #D99527;
    height: 218px;
    margin-bottom: 30px;
    text-align: center;
}

#footer .inside {
    height: 100%;
    width: 100%;
}

#footer h2, #footer h3 {
	color: black;
}

#footerlogo, #footertext, #footernav {
	width: 33%;
	float: left;
    height: 100%;
    text-align: center;
}

#footerlogoimg {
	height: 136px;
    margin: 36px auto;
}

#footernav ul {
	list-style-type: none;
	padding: 0;
}

#footernav a {
	color: black;
}

@media all and (max-width:976px){
	#footer {width:100%;overflow-x: hidden; margin-bottom: 0;}
	#footer .inside {max-width:100%;}
	#footer, #footerlogo, #footertext, #footernav {height:auto;width:100%;}
	#footerlogo {top:0;text-align: center;padding-left:0;}
    #footerlogoimg {display:inline-block; margin: 0; margin-top: 15px;}
    #footertext {text-align: center;padding-left:0;}
    #footertext p {text-align: center;margin-top:20px;margin-bottom:20px;}
    #footernav {padding-left:0;text-align: center;}
}
