@charset "UTF-8";/* * blueimp Gallery CSS * https://github.com/blueimp/Gallery * * Copyright 2013, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * http://www.opensource.org/licenses/MIT */.blueimp-gallery,.blueimp-gallery > .slides > .slide > .slide-content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; /* Prevent artifacts in Mozilla Firefox: */ -moz-backface-visibility: hidden;}.blueimp-gallery > .slides > .slide > .slide-content { margin: auto; width: auto; height: auto; max-width: 100%; max-height: 100%; opacity: 1;}.blueimp-gallery { position: fixed; z-index: 999999; overflow: hidden; background: #000; background: rgba(0, 0, 0, 0.9); opacity: 0; display: none; direction: ltr; -ms-touch-action: none; touch-action: none;}.blueimp-gallery-carousel { position: relative; z-index: auto; margin: 1em auto; /* Set the carousel width/height ratio to 16/9: */ padding-bottom: 56.25%; box-shadow: 0 0 10px #000; -ms-touch-action: pan-y; touch-action: pan-y;}.blueimp-gallery-display { display: block; opacity: 1;}.blueimp-gallery > .slides { position: relative; height: 100%; overflow: hidden;}.blueimp-gallery-carousel > .slides { position: absolute;}.blueimp-gallery > .slides > .slide { position: relative; float: left; height: 100%; text-align: center; -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);}.blueimp-gallery,.blueimp-gallery > .slides > .slide > .slide-content { -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear;}.blueimp-gallery > .slides > .slide-loading { background: url(/assets/plugins/Gallery-2.21.3/img/loading.gif) center no-repeat; background-size: 32px 32px;}.blueimp-gallery > .slides > .slide-loading > .slide-content { opacity: 0;}.blueimp-gallery > .slides > .slide-error { background: url(../img/error.png) center no-repeat;}.blueimp-gallery > .slides > .slide-error > .slide-content { display: none;}.blueimp-gallery > .prev,.blueimp-gallery > .next { position: absolute; top: 50%; left: 15px; width: 80px; height: 80px; margin-top: -43px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 50px; font-weight: 100; line-height: 80px; color: #fff; text-decoration: none; text-shadow: 0 0 2px #000; text-align: center; cursor: pointer; display: none;}.blueimp-gallery > .next { left: auto; right: 15px;}.blueimp-gallery > .close,.blueimp-gallery > .title { position: absolute; top: 15px; left: 15px; margin: 0 40px 0 0; font-size: 20px; line-height: 30px; color: #fff; text-shadow: 0 0 2px #000; opacity: 0.8; display: none;}.blueimp-gallery > .close { padding: 15px; right: 15px; left: auto; margin: -15px; font-size: 30px; text-decoration: none; cursor: pointer;}.blueimp-gallery > .play-pause { position: absolute; right: 15px; bottom: 15px; width: 15px; height: 15px; background: url(/assets/plugins/Gallery-2.21.3/img/play-pause.png) 0 0 no-repeat; cursor: pointer; opacity: 0.5; display: none;}.blueimp-gallery-playing > .play-pause { background-position: -15px 0;}.blueimp-gallery > .prev:hover,.blueimp-gallery > .next:hover,.blueimp-gallery > .close:hover,.blueimp-gallery > .title:hover,.blueimp-gallery > .play-pause:hover { color: #afafaf; opacity: 1;}.blueimp-gallery-controls > .prev,.blueimp-gallery-controls > .next,.blueimp-gallery-controls > .close,.blueimp-gallery-controls > .title,.blueimp-gallery-controls > .play-pause { display: block; /* Fix z-index issues (controls behind slide element) on Android: */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0);}.blueimp-gallery-single > .prev,.blueimp-gallery-left > .prev,.blueimp-gallery-single > .next,.blueimp-gallery-right > .next,.blueimp-gallery-single > .play-pause { display: none;}.blueimp-gallery > .slides > .slide > .slide-content,.blueimp-gallery > .prev,.blueimp-gallery > .next,.blueimp-gallery > .close,.blueimp-gallery > .play-pause { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */body:last-child .blueimp-gallery > .slides > .slide-error { background-image: url(/assets/plugins/Gallery-2.21.3/img/error.svg);}body:last-child .blueimp-gallery > .play-pause { width: 20px; height: 20px; background-size: 40px 20px; background-image: url(/assets/plugins/Gallery-2.21.3/img/play-pause.svg);}body:last-child .blueimp-gallery-playing > .play-pause { background-position: -20px 0;}/* IE7 fixes */*+html .blueimp-gallery > .slides > .slide { min-height: 300px;}*+html .blueimp-gallery > .slides > .slide > .slide-content { position: relative;}
/* asap-regular - latin */@font-face { font-family: 'Asap'; font-style: normal; font-weight: 400; src: url('../fonts/asap-v22-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('../fonts/asap-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/asap-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/asap-v22-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/asap-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/asap-v22-latin-regular.svg#Asap') format('svg'); /* Legacy iOS */}/* asap-700 - latin */@font-face { font-family: 'Asap'; font-style: normal; font-weight: 700; src: url('../fonts/asap-v22-latin-700.eot'); /* IE9 Compat Modes */ src: local(''), url('../fonts/asap-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/asap-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/asap-v22-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/asap-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/asap-v22-latin-700.svg#Asap') format('svg'); /* Legacy iOS */}/* asap-italic - latin */@font-face { font-family: 'Asap'; font-style: italic; font-weight: 400; src: url('../fonts/asap-v22-latin-italic.eot'); /* IE9 Compat Modes */ src: local(''), url('../fonts/asap-v22-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/asap-v22-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/asap-v22-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/asap-v22-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/asap-v22-latin-italic.svg#Asap') format('svg'); /* Legacy iOS */}/* asap-700italic - latin */@font-face { font-family: 'Asap'; font-style: italic; font-weight: 700; src: url('../fonts/asap-v22-latin-700italic.eot'); /* IE9 Compat Modes */ src: local(''), url('../fonts/asap-v22-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/asap-v22-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/asap-v22-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/asap-v22-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/asap-v22-latin-700italic.svg#Asap') format('svg'); /* Legacy iOS */}/* Allgemein-----------------------------------------------------*/body { background: #0157A2 url(../files/header/bg.jpg) no-repeat center top; font: 14px 'Asap', Arial, Helvetica, sans-serif; color: #3f3f3f; line-height: 1.4;}h2 { font-size: 20px; line-height: 1.1em; color: #005EA8; margin: 10px 0 25px;}b, strong { color: #005EA8;}::selection { background: #fe57a1; color: #fff; text-shadow: none;}#page-wrapper p { margin-bottom: 20px;}#page-wrapper input { border-radius: 0;}#page-wrapper .btn { border-radius: 0px;}.suche-highlight { background: #2E9F76; color: #fff;}/* Cookie Notice------------------------------------------------------ */#cookie-disclaimer { position: fixed; bottom:0; background-color: rgba(1, 87, 162,0.8); color: #fff; width: 100%; z-index: 999; padding: 1em; line-height: 120%; -webkit-backface-visibility:hidden;}#cookie-disclaimer .title { font-size: 17px; font-weight: 500; margin-bottom: 1em;}#cookie-disclaimer .btn-primary { padding: 0.3em 1em; text-transform: uppercase; background: #19b5fe; border-color: #19b5fe; color: #fff !important; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; margin-left: 2em;}#cookie-disclaimer p { font-size: 14px; margin-bottom:0px;}#cookie-disclaimer a { font-size: 14px; color: #fff; border-bottom: 1px #fff dotted; margin-left: 5px;}#cookie-disclaimer a:hover { text-decoration: none;}#cookie-disclaimer .msg-close { border-bottom: 0;}.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}@-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; }}@keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; }}.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}@-webkit-keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }}@keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }}.fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown;}@-webkit-keyframes fadeOutDownBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); }}/* Header-------------------------------------------------------*/#header { background: url(../files/header/main.png) no-repeat scroll center 205px transparent; width: 100%; padding-top: 20px; position: relative;}#header .company { color: #FFFFFF; font-size: 16px; padding: 22px 10px 10px 0; display: inline-block; margin-left: 10px;}#header #logo a { display: inline-block;}#header #logo>img{ vertical-align: top;}#header #partner { float: right;}#header #partner a { display: inline-block;}#header #partner a>img { margin-right: 20px;}#header #top-menu { text-align: right; margin-bottom: 10px;}#header #top-menu a { padding-right: 12px; font-size: 12px; color: #fff;}#header #top-menu a:last-child::after { content: ''; background: url(../files/icons/search.png) no-repeat scroll left bottom transparent; width: 14px; height: 14px; display: inline-block; padding: 4px 6px; top: 4px; margin-left: 7px; position: absolute;}#header #top-menu a:hover,#header #top-menu ul>li.active>a { color: #2E9F76; text-decoration:none;}.trenner { display: inline-block; width: 5px;}.lang-wrapper { float: right; margin-bottom: 4px; margin-top: 4px;}.lang-wrapper img { padding-right: 5px;}.lang-wrapper>a { text-transform: uppercase; color: #777; font-size: 13px;}.lang-wrapper ul a { opacity: .4;}.lang-wrapper ul .active,.lang-wrapper a:hover,.lang-wrapper a:active,.lang-wrapper a:focus { opacity: 1; text-decoration: none;}/* buttons-----------------------------------------------------*/.btn-primary { background-color: #0157a2;}.btn-primary:hover { background-color: #014077; border-color: #014077;}/* Navigation-----------------------------------------------------*/#header { min-height: 490px;}#header .navbar { background-color: #2E9F76; border: 0; border-radius: 0; margin-top: 20px; min-height: 40px;}#header .nav>li>a { color: #fff; padding-top: 10px; padding-bottom: 10px;}#header .nav>li>a:focus,#header .nav>li>a:hover { background-color: transparent; color: #014179;}#header .nav>li.active>a { color: #014179;}.navbar-toggle { border-color: #fff; border-radius: 0;}.navbar-toggle .menu-title { font-size: 12px; color: #fff; margin-right: 5px;}.navbar-toggle .icon-bar { background-color: #fff;}/* content------------------------------------------------------*/#page-wrapper { padding: 30px 0 30px; background-color: #fff}#page-wrapper ul { padding-left: 0; margin-bottom: 20px;}#page-wrapper ul li { background: url(../files/icons/more-green.png) no-repeat scroll 0 2px transparent; letter-spacing: 0.02em; list-style-type: none; margin: 0 0 10px; padding: 0 0 0 20px;}#page-wrapper .sitemenu li{ background: url(../files/icons/more-green.png) no-repeat scroll 0 2px transparent; letter-spacing: 0.02em; list-style-type: none; border-bottom: 1px solid #CCCCCC; margin: 0 0 5px; padding: 0 0 5px;}#page-wrapper .sitemenu li a { padding: 0 0 0 15px; display: block; font-size: 13px;}#page-wrapper .sitemenu li a.active { font-weight: bold; color: #2e9f76;}#page-wrapper .sitemenu li a:hover { color: #2e9f76; text-decoration: none;}#page-wrapper blockquote { padding: 20px; border: 0; background: #eee; font-size: 100%;}#page-wrapper .caption { display: block; padding-top: 10px; color: #999; font-style: italic; font-size: 13px;}.member-list h3 { color: #005EA8; margin: 20px 0 10px 0; font-size: 100%; font-weight: bold;}#box-welcome { padding: 15px; margin-top: 30px; background-color: #fff; position: absolute; right: 15px;}#box-welcome h3 { font-size: 18px; margin: 10px 0 20px 0; color: #005EA8;}/* start------------------------------------------------------*/.box-green { position: relative; background-color: #2e9f76; color: #fff; padding: 15px 15px 0; margin: 0 0 6px; padding-bottom: 20px;}.box-green p{ font-size: 13px;}.box-green h3 { font-size: 16px; background: url(../files/icons/white-arrow.png) no-repeat scroll left center transparent; padding: 5px 0 5px 30px; margin: 0px 0px 15px 0px;}.more { background-color: #fff; background: url(../files/icons/more-green.png) 86px 12px no-repeat #fff; color: #0056A2; display: block; padding: 10px 0 5px; position: absolute; right: 0; bottom: 0; text-align: center; text-decoration: none; width: 100px; font-size: 13px;}.more:hover { text-decoration: none; color: #2e9f76;}.box-blue { position: relative; background-color: #dde8f5; padding: 15px 15px 0; margin: 0 0 6px; margin-top: 20px; padding-bottom: 20px;}.box-blue p { font-size: 13px;}.box-blue h3 { background: url(../files/icons/info.png) no-repeat scroll left center #DDE8F5; padding: 10px 0 10px 25px; margin: 0; color: #005EA8; font-size: 16px;}.box-small h3 { background: url(../files/icons/lupe.png) no-repeat scroll left center #DDE8F5; padding: 10px 0 10px 35px;}.box-small p { margin-left: 35px;}.box-pic { position: relative; background: url(../files/start/mitglied-werden.jpg) no-repeat scroll top left #fff; background-size: cover; padding-top: 10px; margin-top: 20px;}.box-pic .inner { padding: 10px 20px 20px 20px; margin-top: 90px; background-color: rgba(255,255,255,.8); font-size: 13px;}.box-pic h3 { font-size: 16px; padding: 10px 0 20px; margin: 0; color: #005EA8;}.mitglieder-links a {background-color: #DDE8F5; background: url(../files/icons/more-green.png) no-repeat scroll right #DDE8F5; background-position: right 30px center; height: 50px; display: block; padding: 17px 20px 15px 60px; color: #0056A2; font-weight: bold; margin-bottom: 1px;}.mitglieder-links a:hover { color: #2e9f76; text-decoration: none;}.press-release.table>tbody>tr>td,.press-release.table>tbody>tr>th, .press-release.table>tfoot>tr>td, .press-release.table>tfoot>tr>th, .press-release.table>thead>tr>td, .press-release.table>thead>tr>th { padding: 12px 8px; vertical-align: middle;}.press-release { background-color: #dde8f5;}.press-release.table-striped>tbody>tr:nth-of-type(odd) { background-color: #f5f9ff;}.green-label { position: absolute; right: 15px; width: 107px;}/* google maps------------------------------------------------------*/.mapCanvas { background-color: lightgray; height: 400px; margin-bottom: -45px;}/* foooter----------------------------------------------------*/#footer { background-color: #0157a2; padding: 40px 0px 20px; color: #fff;}#footer .company { font-weight: bold; font-size: 13px; padding-bottom: 20px;}#footer .phone,#footer .address { font-size: 13px; color: #b3cde3;}#footer .address { background: url(../files/icons/location.png) left center no-repeat transparent; padding: 0 0 0 20px;}#footer .phone { background: url(../files/icons/phone.png) left center no-repeat transparent; padding: 0 0 0 25px;}#footer .footer-links { list-style: none; padding: 0; text-align: right;}#footer .footer-links>a { padding-right: 12px; font-size: 13px; color: #b3cde3;}#footer .footer-links>a:hover { color: #fff; text-decoration: none;}/* media-queries----------------------------------------------------*//* Large desktops and laptops */@media (min-width: 1200px) {}/* Landscape tablets and medium desktops */@media (min-width: 992px) and (max-width: 1199px) {}@media (min-width: 979px) {}/* Portrait tablets and small desktops */@media (min-width: 768px) and (max-width: 991px) { #header .nav>li>a { font-size: 13px; padding-left: 5px; padding-right: 5px; } .navbar-collapse.collapse { padding-left: 5px; padding-right: 5px; }}/* Landscape phones and portrait tablets */@media (max-width: 767px) { .navbar-toggle { margin-top: 5px; margin-bottom: 5px; padding: 6px 8px; } #header { min-height: 100%; background: transparent; } #footer .footer-links { text-align: center; } .mitglieder-links a { padding-left: 15px; }}/* Portrait phones and smaller */@media (max-width: 480px) { #footer .address, #footer .phone { background: transparent; padding: 0; } #header #top-menu a { padding-right: 6px; }}
