 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300); /*************************************************************************************** * Physio Praxis * ****************************************************************************************/ .gMapsInfo { white-space: nowrap; margin: 10px 10px 15px 10px; } .gm-style-iw { overflow: hidden !important; } @-webkit-keyframes deko-leaf-ani01 { 0% { margin-top: 0px; margin-left: 0px; opacity: 0.0; } 10% { opacity: 1.0; } 25% { margin-left: 2%; } 50% { -webkit-transform: rotate(-20deg); /* chrome & safari*/ -moz-transform: rotate(-20deg); /* firefox */ -o-transform: rotate(-20deg); /* opera */ transform: rotate(-20deg); /* explorer > 9 */ } 75% { margin-left: -2%; opacity: 1.0; } 100% { margin-left: 0px; margin-top: 500px; opacity: 0.0; -webkit-transform: rotate(10deg); /* chrome & safari*/ -moz-transform: rotate(10deg); /* firefox */ -o-transform: rotate(10deg); /* opera */ transform: rotate(10deg); /* explorer > 9 */ } } @keyframes deko-leaf-ani01 { 0% { margin-top: 0px; margin-left: 0px; opacity: 0.0; } 10% { opacity: 1.0; } 25% { margin-left: 2%; } 50% { -webkit-transform: rotate(-20deg); /* chrome & safari*/ -moz-transform: rotate(-20deg); /* firefox */ -o-transform: rotate(-20deg); /* opera */ transform: rotate(-20deg); /* explorer > 9 */ } 75% { margin-left: -2%; opacity: 1.0; } 100% { margin-left: 0px; margin-top: 500px; opacity: 0.0; -webkit-transform: rotate(10deg); /* chrome & safari*/ -moz-transform: rotate(10deg); /* firefox */ -o-transform: rotate(10deg); /* opera */ transform: rotate(10deg); /* explorer > 9 */ } } @-webkit-keyframes deko-leaf-ani02 { 0% { margin-top: 0px; margin-left: 0px; opacity: 0.0; } 15% { opacity: 1.0; margin-left: 2%; } 30% { -webkit-transform: rotate(-20deg); /* chrome & safari*/ -moz-transform: rotate(-20deg); /* firefox */ -o-transform: rotate(-20deg); /* opera */ transform: rotate(-20deg); /* explorer > 9 */ } 45% { margin-left: -2%; opacity: 1.0; } 60% { margin-left: 0px; margin-top: 500px; opacity: 0.0; -webkit-transform: rotate(10deg); /* chrome & safari*/ -moz-transform: rotate(10deg); /* firefox */ -o-transform: rotate(10deg); /* opera */ transform: rotate(10deg); /* explorer > 9 */ } 100% { } } @keyframes deko-leaf-ani02 { 0% { margin-top: 0px; margin-left: 0px; opacity: 0.0; } 15% { opacity: 1.0; margin-left: 2%; } 30% { -webkit-transform: rotate(-20deg); /* chrome & safari*/ -moz-transform: rotate(-20deg); /* firefox */ -o-transform: rotate(-20deg); /* opera */ transform: rotate(-20deg); /* explorer > 9 */ } 45% { margin-left: -2%; opacity: 1.0; } 60% { margin-left: 0px; margin-top: 500px; opacity: 0.0; -webkit-transform: rotate(10deg); /* chrome & safari*/ -moz-transform: rotate(10deg); /* firefox */ -o-transform: rotate(10deg); /* opera */ transform: rotate(10deg); /* explorer > 9 */ } 100% { } } .deko-leaf img { opacity: 0.0; position: absolute; margin: auto; display: block; left: calc(50% + 183px); z-index: 101; } #deko-leaf01 { -webkit-animation: deko-leaf-ani01 15s ease-in-out infinite; -webkit-animation-delay: 20.25s; animation: deko-leaf-ani01 10s ease-in-out infinite; animation-delay: 19s; } #deko-leaf02 { -webkit-animation: deko-leaf-ani02 20s infinite; -webkit-animation-delay: 12.5s; animation: deko-leaf-ani01 8s infinite; animation-delay: 15s; } #deko-leaf03 { -webkit-animation: deko-leaf-ani01 ease-in-out 12.5s infinite; -webkit-animation-delay: 4s; animation: deko-leaf-ani01 ease-in-out 12s infinite; animation-delay: 7s; } .deko-leaf img:hover { opacity: 0.0; } body { font-family: 'Open Sans', Arial, Calibri, sans-serif; font-weight: 400; font-size: 15px; line-height: 1.4em; background: #FFFEFA; color: #727272; background: url("/file/img/header_01.png") no-repeat scroll center top #FFFEFA; } .gridArea { max-width: 882px; border-left: 1px solid #DDD; border-right: 1px solid #DDD; } * { box-sizing: border-box; -moz-box-sizing: border-box; } header { border-bottom: none; width: 100%; } header > div { margin: auto; left: 0; max-width: none; position: fixed; top: 0px; width: 100%; background: url("/file/img/header_02.png") no-repeat scroll left top rgba(0, 0, 0, 0); border-left: 0 solid #FFF; border-right: 0 solid #FFF; height: 260px; padding: 0; text-align: center; overflow: visible; position: relative; } header nav#menu { float: right; display: inline-block; } header nav#menu a { display: inline-block; position: relative; text-decoration: none; padding: 5px; margin-left: 12px; background: transparent; color: #FCFF8D; } header nav#menu > a:hover { text-decoration: underline; color: #fff; } header nav#menu a.focus { color: #fff; text-decoration: none; } section { position: relative; z-index: 2; } section img.c { display: block; margin-left: auto; margin-right: auto; } footer .gridArea { background-color: #F58C31; border-top: 3px solid #E82F6B; border-left: 0px; border-right: 0px; color: #FFF; padding-bottom: 10px; padding-top: 10px; text-align: right; } .h1 { font-weight: normal; vertical-align: top; font-size: 1em; color: #AAA; line-height: 1em; margin: 0px 5px 0px 0px; } .h2 { font-weight: 300; vertical-align: top; font-size: 2.6em; line-height: 1.1; margin: 5px 0px 20px 0px; color: #FF8040; } .h3 { font-size: 1.2em; line-height: 1.3em; margin-top: 1em; margin-bottom: 1em; margin-left: 0px; margin-right: 0px; font-weight: bold; display: block; } .h4 { font-weight: normal; vertical-align: top; font-size: 1.8em; line-height: 1.2em; margin: 15px 0px 15px 0px; } p, .p { font-size: 1em; line-height: 1.7em; margin: 0.5em 0; } .noListStyle, .noListStyle li { list-style: none; margin: 0px; } div#menuRoot > a { float: left; } div#menuRoot > a > img { margin-top: -77px; transition: margin-top ease-in 0.3s; z-index: 101; position: relative; } div#menuRoot > a:hover > img { margin: -50px 0; } img { max-width: 100%; } .vfo { margin-top: 20px; } .vfo img { box-shadow: 0 0 4px -1px #ccc; float: left; margin-right: 20px; } #map img { max-width: inherit; } div#menuRoot { z-index: 1100; padding: 0px; } div.menuRootFixed > .menuMobile { padding: 70px 0 0 0 !important; min-height: 0 !important; } div#menuRoot > nav#menu > input, div#menuRoot > span { display: none; } .menuMobile { overflow: hidden; height: 0; padding-top: 50px !important; padding-bottom: 0px !important; padding-left: 0px !important; width: 95px; position: relative; right: 0; float: right; } .menuMobileOpen { width: 100%; height: auto; overflow: visible; position: absolute; } .menuMobile > a { display: block !important; line-height: 30px; text-align: center !important; border-left: 1px solid #ccc; } .menuMobile > a.focus { box-shadow: none !important; } .menuMobile > a#menuElement4 { border-bottom: 1px solid #ccc !important; } .menuMobile > input { background: url("/file/img/icon/menu_mobile.svg") no-repeat scroll left top transparent; border: medium none; cursor: pointer; display: block !important; float: right; height: 50px; padding: 0; position: absolute; right: 10px; text-align: right; top: 0; width: 50px; z-index: 999; } .menuMobileOpen > a { background-color: #F8F7F3 !important; } /*Menu End*/ .anchor { position: absolute; margin-top: -70px; } footer p { font-size: 0.9em; line-height: 1.2em; } footer a { color: #FFF; } .hyphons { -moz-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens: auto; } article header { width: 100%; min-height: inherit; } .small { font-size: 0.8em; } li { margin-bottom: 5px; margin-left: 25px; } nav.subMenu { position: absolute; left: -25px; top: 143px; } nav.subMenu ul { list-style: none; } nav.subMenu ul li { text-align: left; margin: 0px; height: 50px; } nav.subMenu ul li img { transition: margin-top 0.5s; } nav.subMenu ul li:hover { cursor: pointer; } nav.subMenu ul li:hover img { margin-top: 5px; } #map { width: 100%; height: 450px; } div.imgContainer { position: relative; transition: all 0.8s ease 0s; min-height: 200px; } div.imgContainer > img { display: block; margin-left: auto; transition: all 0.8s ease 0s; max-width: 100%; } div.imgContainer > .thumbLine { /*bottom: -100px; height: 65px; overflow: hidden; position: absolute; right: 0; display: inline-block;*/ height: auto; position: relative; float: right; } #bigImage1Loader, #bigImage2Loader, #bigImage3Loader { position: absolute; top: 50%; left: 50%; } .thumbLine a { text-decoration: none; } .imageThumb { width: 60px; height: 60px; overflow: hidden; display: inline-block; text-align: center; } .imageThumb > img { display: block; margin-left: auto; margin-right: auto; max-width: inherit; min-height: 60px; min-width: 60px; } #focusThumb { box-shadow: 0px 0px 0px 2px #737C8B; } /* ---------------------------------------------------------------------------------------------------------- Media Queries ---------------------------------------------------------------------------------------------------------- */ @media (max-width:600px) { } @media (max-width:960px) { } @media (max-width:1201px) and (min-height:769px) { } @media (min-width:1201px) and (min-height:769px) { } 