@font-face {
font-family: 'lg';
src: url(//www.abk-neustart.de/wp-content/themes/onepress/assets/fonts/lg.eot?n1z373);
src: url(//www.abk-neustart.de/wp-content/themes/onepress/assets/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//www.abk-neustart.de/wp-content/themes/onepress/assets/fonts/lg.woff?n1z373) format("woff"), url(//www.abk-neustart.de/wp-content/themes/onepress/assets/fonts/lg.ttf?n1z373) format("truetype"), url(//www.abk-neustart.de/wp-content/themes/onepress/assets/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: normal;
font-style: normal;
}
.lg-icon {
font-family: 'lg';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF;
}
.lg-actions .lg-next {
right: 20px;
}
.lg-actions .lg-next:before {
content: "\e095";
}
.lg-actions .lg-prev {
left: 20px;
}
.lg-actions .lg-prev:after {
content: "\e094";
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
color: #FFF;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
background-color: rgba(0, 0, 0, 0.45);
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center;
z-index: 1080;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
color: #999;
display: inline-block;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
border-radius: 5px;
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom 0.25s ease;
transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
color: #FFF;
}
.lg-outer .lg-video-cont {
display: inline-block;
vertical-align: middle;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px;
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
}
.lg-outer .lg-has-html5 .lg-video-play {
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1083;
opacity: 0;
-webkit-transition: opacity 0.08s ease 0s;
transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: "\e311";
}
#lg-actual-size {
font-size: 20px;
}
#lg-actual-size:after {
content: "\e033";
}
#lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
#lg-zoom-out:after {
content: "\e312";
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow 0.3s ease 0s;
transition: box-shadow 0.3s ease 0s;
width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0;
}
.lg-fullscreen:after {
content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
background-color: rgba(0, 0, 0, 0.25);
bottom: 0;
cursor: default;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1081;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-ms-transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
color: #FFF;
}
.lg-outer .lg-dropdown {
background-color: #fff;
border-radius: 2px;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: left;
top: 50px;
opacity: 0;
visibility: hidden;
-ms-transform: translate3d(0, 5px, 0);
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
content: "";
display: block;
height: 0;
width: 0;
position: absolute;
border: 8px solid transparent;
border-bottom-color: #FFF;
right: 16px;
top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
color: #333;
}
.lg-outer .lg-dropdown a {
color: #333;
display: block;
white-space: pre;
padding: 4px 12px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
display: inline-block;
line-height: 1;
margin-top: -3px;
vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
color: #333;
display: inline-block;
float: none;
font-size: 20px;
height: auto;
line-height: 1;
margin-right: 8px;
padding: 0;
vertical-align: middle;
width: auto;
}
.lg-outer #lg-share {
position: relative;
}
.lg-outer #lg-share:after {
content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
content: "\e903";
}
.group {
*zoom: 1;
}
.group:before, .group:after {
display: table;
content: "";
line-height: 0;
}
.group:after {
clear: both;
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
}
.lg-outer .lg-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
background: url(//www.abk-neustart.de/wp-content/themes/onepress/assets/images/loading.gif) no-repeat scroll center center transparent;
display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
.lg-outer .lg-img-wrap {
position: absolute;
padding: 0 5px;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html {
display: none;
}
.lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
body.lg-on .lg-backdrop {
z-index: 99999;
}
body.lg-on .lg-outer {
z-index: 999999;
}@keyframes scharf {
0% {
filter: blur(0px) brightness(1);
visibility:hidden;
}
35% {
visibility:visible;
filter: blur(15px) brightness(1);
}
100% {
filter: blur(0px) brightness(1);
}
}
@keyframes kreise {
0% {
transform-origin: 50% 50%;
transform:rotate(0deg) scale(2);
opacity:0;
}
50% {
transform-origin: 50% 50%;
transform:rotate(180deg) scale(1);
opacity:.25;
}
100% {
transform-origin: 50% 50%;
transform:rotate(360deg) scale(.5);
opacity:.5;
}
}
@keyframes kreise_loop {
0% {
transform-origin: 50% 50%;
transform:scale(50%);
}
30% {
transform-origin: 50% 50%;
transform:scale(50%);
}
45% {
transform-origin: 50% 50%;
transform:scale(52%);
}
70% {
transform-origin: 50% 50%;
transform:scale(50%);
}
100% {
transform-origin: 50% 50%;
transform:scale(50%);
}
}
@keyframes hero_loop {
0% {
filter:brightness(1);
}
30% {
filter:brightness(1);
}
45% {
filter:brightness(1.2);
}
70% {
filter:brightness(1);
}
100% {
filter:brightness(1);
}
}
@keyframes angebote {
0% {
background-color:(0,0,0,0.25);
box-shadow:none;
transform:none;
}
30% {
background-color:rgba(0,0,0,0.25);
box-shadow:none;
transform:none;
}
45% {
box-shadow:5px 5px 10px rgba(0,0,0,.25) !important;
transform:translateY(-2px) translateX(-2px) !important;
background-color:rgba(238,123,0,1);
}
70% {
background-color:rgba(0,0,0,0.25);
box-shadow:none;
transform:none;
}
100% {
background-color:rgba(0,0,0,0.25);
box-shadow:none;
transform:none;
}
}
@keyframes headerbild {
0% {
filter:grayscale(0);
}
25% {
filter:grayscale(0.5) brightness(1);
}
50% {
filter:grayscale(0.85) brightness(1.25);
}
75% {
filter:grayscale(0.5) brightness(1);
}
100% {
filter:grayscale(0) brightness(1);
}
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-LightItalic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-Italic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-SemiboldItalic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-BoldItalic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-ExtraBoldItalic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-Light.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-Regular.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-Semibold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-Bold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-ExtraBold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
margin:0px;
padding:0px;
box-sizing: border-box;
font-family:'Open Sans';
background-color:#ddd;
}
.hidden-xl, {display:none}
.hidden-xs {display:block}
a.pdf,
img.pdf {
vertical-align:text-top;
} div.mitarbeiter {
position:relative;
display:block;
border:1px dotted #AAA;
padding:10px;
margin:10px;
background-color:#fff;
min-width:52%;
vertical-align:top;
min-height:210px;
transition:all .2s ease;
float:left;
background-color:#ffffff;
}
div.mitarbeiter:hover {
background:none;
background-color:#f3f3f3;
background: radial-gradient(farthest-corner at 20% 20%, rgba(255,255,255,1), rgba(125,125,125,0.05));
box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
div.links, 
div.float {
display:inline-block;
margin-right:10px;
vertical-align:top
}
div.float {
margin-right:30px;
margin-bottom:15px;
}
div.float h3 {
color:#999;
}
div.rechts {
display:inline-block;
max-width:47%;
}
.flex-container {
display: flex;
align-items: flex-starts;
}
.flex-item {
flex: 0 1 auto;
}
.termin-rechts {
margin:8px 0px !important;
}
img.mitarbeiter,
img.attachment-thumbnail { border:1px solid #666;
margin:8px 15px;
min-height:150px;
width:auto;
}
.ma_bild {
width:120px;
height:160px;
background:transparent;
background-size:130%;
background-position:top center;
transition:all .5s ease;
background-repeat:no-repeat;
filter:grayscale(1) brightness(1.25) opacity(.85);
border:1px solid #666;
}
.ma_bild:hover {
filter:grayscale(0) brightness(1) opacity(1);
background-size:140%;
} body.page-id-104 #content ul > li {
margin: 10px;
background-color: #fff;
list-style-position: outside;
list-style-type: none;
padding: 5px 5px 5px 55px;
display:inline-block;
background-image:url(//www.abk-neustart.de/wp-content/themes/abk/img/rundbrief.png);
background-position:0 0;
background-repeat:no-repeat;
min-height:60px;
width:30%;
border:1px dotted #ddd;
transition:all .2s ease;
}
body.page-id-104 #content ul > li:hover {
background-color:#fff;
box-shadow:2px 2px 2px rgba(0,0,0,0.1);
transform: translate(1px)
}
body.page-id-104 #content  ul > li > a {
display:block;
} .page-header  {
height:25vH;
opacity:0;
}
.page-header-ani {
animation:headerbild 3s ease;
}
.page-header.page--cover::before {
background:none;
}
.page-header .entry-title {
display:none;
padding:10px;
}
.entry-header .entry-title {
font-weight: 700;
letter-spacing: 0px;
}
.entry-content > * {
padding-left: 10px;
padding-right: 10px;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Open sans", Helvetica, Arial, sans-serif;
line-height: 1.4em;
}
h1.entry-title::before,
h2.section-title::before {
content:'';
padding-left:20px;
border-left:10px solid #ee7b00;
margin-left:10px;
}
h3.entry-title::before {
content:'';
padding-left:10px;
border-left:10px solid #ee7b00;
margin-left:10px;
}
h3.titel {
font-size:1.1em;
margin-bottom:6px;
} .hcl2-content h1 {
font-size: 2.75rem;
} img.custom-logo {
width:250px;
height:auto;
margin:1em;
} img.foerderer {
filter: grayscale(1) brightness(0.87);
border:1px solid transparent;
transition:all 1s ease;
}
img.foerderer:hover {
filter: grayscale(0%) brightness(1);
transition:0.5s;
box-shadow:0px 0px 6px rgba(0,0,0,.2);
border:1px solid #999;
} img.foerderer_start {
box-shadow:2px 2px 2px rgba(0, 0, 0, 0.25);
transition:all 1.5s ease;
}
img.foerderer_start:hover {
box-shadow:4px 4px 4px rgba(0, 0, 0, 0.35);
transition:0.5s;
} .hero__content {
padding-top: 26px;
}
h1.fp {
text-transform: none;
font-size:2em;
}
h3.fp {
font-size:1.5em;
}
span.fp {
padding-left:27px;
}
img.fp_img {
max-width:150px;
margin-bottom:8px;
}  .site-footer .site-info {
background: #ddd;
} .section-parallax .parallax-bg::before, 
#parallax-hero .parallax-bg::before {
background: rgba(0, 0, 0, 0.2);
}
.parallax-bg {
background-image:url(//www.abk-neustart.de/wp-content/themes/abk/img/start.jpg);
background-position:top center !important;
background-repeat:no-repeat !important;
background-size:cover !important;
animation: scharf 3s ease;
}
.kreise {
position:relative;
opacity:.5;
width:100%;
height:100%;
top: 28vH;
left: 36vW;
transform:scale(50%);
animation: kreise 3s ease;
}
.kreise_loop  {
animation: kreise_loop 4s  infinite ease;
}
.hero_loop {
animation: hero_loop 4s infinite ease;
}
.hero-content-style1 h2 {
font-size: 2.5em;
letter-spacing: 4px;
text-transform:none;
}
.hero-content-style1 p {
font-size: 1.2em;
font-weight:500;
}
.hero-content-style1 p strong {
font-style: normal;
background-color:#ee7b00;
padding:2px 15px;
color:white;
} .btn-theme-primary {
background-color: rgba(0,0,0,.3);
color: #ffffff;
border:1px solid #fff;
transition:background .25s !important;
font-size:1.4em;
}
.btn-theme-primary:hover {
background-color: #ee7b00;
box-shadow:5px 5px 10px rgba(0,0,0,.25) !important;
transform:translateY(-2px) translateX(-2px) !important;
}
a.btn-angebote-start {
animation: angebote 4s infinite ease;
}
a.btn-angebote-start:hover {
animation: none;
} .btn-md {
font-size: .8rem;
color: black;
background-color: #eee;
padding: .3em .75em;
}
.btn-md:hover {
font-size: .8rem;
color: #ee7b00;
background-color: #fff;
padding: .3em .75em;
box-shadow:none
} .onepress-menu ul {
width: auto !important;
}
.onepress-menu > li > a {
background: #fff;
border-top:5px solid transparent;
color:#000000;
}
.onepress-menu > li > a:hover, 
.onepress-menu > li.current_page_item > a,
.onepress-menu > li.current-menu-parent > a {
background: #fff;
color:#ee7b00;
border-top:5px solid #ee7b00
}
.sub-menu .menu-item > a {
background: #fff;
border-left:10px solid transparent;
color:#000000;
}
.sub-menu .menu-item > a:hover,
.sub-menu .nav-toggle-subarrow,
.sub-menu .current-menu-item > a {
background: #fff;
border-left:10px solid #ee7b00;
color:#ee7b00;
}
.onepress-menu > .current-menu-ancestor > a {
border-top:5px solid #ee7b00;
color:#ee7b00;
}
.onepress-menu > .current-menu-ancestor > .sub-menu > .current-menu-ancestor > a {
border-left:10px solid #ee7b00;
color:#ee7b00;
} img.custom-logo {
transition:all .25s ease;
} .left-sidebar .content-area {
width: 67%;
} div.untermenu {
position:relative;
}
div.untermenu ul {
list-style-type:none;
margin-left:10px;
padding-left:0px;
}
div.untermenu ul li {
padding:0px;
margin:0px 5px;
min-width:200px;
}
div.untermenu ul li a {
background: #fff;
padding-left: 10px;
border-left: 10px solid #ee7b00;
line-height:1.5em;
}
div.untermenu ul li a:hover {
padding-left: 5px;
border-left: 15px solid #ee7b00;
} .breadcrumbs a.archive,
.breadcrumbs a.post, 
.breadcrumbs a.category {
padding:3px 5px;
color:#ee7b00;
text-decoration:none;
font-size:1.2em;
}
.breadcrumbs span.archive,
.breadcrumbs span.post, 
.breadcrumbs a.category {
padding:3px 10px;
text-decoration:none;
font-size:1.2em;
} .flex-container {   
display: flex;
border:1px solid #ddd;
margin-bottom:1em;
margin-right:1em;
}
.flex-item {  
flex: 0 1 auto; 
padding:1em;
}
.unsere_termine { 
transition:all .25s ease;
background-position: right bottom;
}
.unsere_termine:hover { 
box-shadow:3px 3px 5px rgba(0,0,0,0.25);
background-image:url(//www.abk-neustart.de/wp-content/themes/abk/img/kreise-bg.png);
background-repeat:no-repeat;
background-position: right bottom;
transform:translate(1px);
}
.termin-datum {
border-bottom:1px dotted #DDD;
margin-bottom:10px;
}
.termin-header {
}
.termin-thumbnail {
min-width:200px;
}
.termin_rechts {
}
.termin-content {}
img.attachment-thumbnail {
border: 1px solid #666;
margin: 8px 15px;
height: 150px;
width: auto;
transition:all .2s ease;
}
img.attachment-thumbnail:hover {
box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
.site-footer .site-info {
padding: 23px 0px;
}
.back {
position:relative;
margin-left:15px;
margin-bottom:15px;
}
h1.dblogo {
font-size:1em;
margin-top:2em;
margin-bottom:1em;
color:#666;
}
div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:73vH} @media (max-width:1680px) {
.hero__content {
padding-top: 65px;
}
div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:74vH}
} @media (max-width:1440px) {
.kreise,
.kreise_loop {
top: 20vH;
left: 36vW;
}
div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:68vH}
} @media (max-width:1280px) { body.page-id-104 #content ul > li {
margin:10px;
width:45%;
}
.left-sidebar .content-area {
width: 90%;
}
div.mitarbeiter {
max-width:100%
}
.kreise,
.kreise_loop {
top: 20vH;
left: 36vW;
} h1.fp {
font-size:1.4em;
}
h3.fp {
font-size:1.2em;
}
span.fp {
padding-left:15px;
}
.btn-theme-primary {
font-size: 1.1em;
} div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:73vH}
}
@media (max-width:1280px) and (max-height:720px) {
.parallax-hero {height:60vH}
} @media (max-width:1140px) {
img.custom-logo {
height:auto;
width:260px;
transition:all .25s ease;
}
div.mitarbeiter {
max-width:100%
}
.kreise,
.kreise_loop {
top: 17vH;
left: 40vW;
}
.hcl2-content h1 {
font-size: 2.2rem;
} h1.fp {
font-size:1.4em;
}
h3.fp {
font-size:1.2em;
}
span.fp {
padding-left:15px;
}
.btn-theme-primary {
font-size: 1.1em;
} div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:73vH}
} @media (max-width:1024px) {
.kreise,
.kreise_loop {
top: 16vH;
left: 37vW;
} h1.fp {
font-size:1.4em;
}
h3.fp {
font-size:1.2em;
}
span.fp {
padding-left:15px;
}
.btn-theme-primary {
font-size: 1.1em;
} div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:61vH}
} @media (max-width:980px) {
.kreise,
.kreise_loop {
top: 16vH;
left: 37vW;
} h1.fp {
font-size:1.4em;
}
h3.fp {
font-size:1.2em;
}
span.fp {
padding-left:0px;
}
.hero__content a.btn {
margin: 10px 10px 20px 0px;
margin: 4.5rem 0.625rem 4.5rem 0px;
} div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:61vH}
.container{width:96vW !important}
} @media (max-width:768px) and (orientation: portrait) {
body, button, input, select, textarea {
font-size: 16px;
font-size: 1.1rem;
line-height: 1.4;
color: #666666;
}
.hero__content a.btn {
margin: 10px 10px 20px 0px;
margin: 1rem 0.625rem 1rem 0px;
}
.container {
padding-left:10px;
}
#primary {
padding-bottom: 15px;
padding-top: 15px;
}
h1 {
font-size: 1.4rem;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Open sans", Helvetica, Arial, sans-serif;
line-height: 1.4em;
}
h1.entry-title::before, 
h2.section-title::before {
padding-left: 10px;
border-left: 10px solid #ee7b00;
}
img.custom-logo {
height: auto;
width: 225px;
} body.page-id-104 #content ul > li {
margin: 5px;
width:100%;
}
img.alignleft {
display:block;
float:none;
clear:both;
}
.left-sidebar .content-area {
width: 100%;
}
div.mitarbeiter {
max-width:100%
}
.parallax-bg {
background-image:url(//www.abk-neustart.de/wp-content/themes/abk/img/start-mobil.jpg) !important;
background-position:top center;
background-repeat:no-repeat;
background-size:cover;
animation: scharf 3s ease;		
}
.hcl2-content > h3 {
padding: 0px 20%;
line-height:1.4em;
} .flex-container {
margin: 0em;
margin-bottom: 1em;
}
.flex-item {
flex: 0 1 auto;
padding: .25em;
} .termin-thumbnail {
min-width: 130px;
}
div.mitarbeiter {
padding: 8px;
margin: 0px;
margin-bottom: 1em;
min-width: 100%;
}	
img.attachment-thumbnail {
height: 100px;
}
img.mitarbeiter, img.attachment-thumbnail {
min-height: 100px;
width: auto;
} .onepress-menu a {
font-size: 18px !important;
}
.onepress-menu a:hover {
color:#ee7b00 !important;
}
.fa {
font-weight:bold !important;
font-size:1.5em !important;
}
.onepress-menu > li > a {
transition:all 0s;
border-left: 10px solid transparent;
border-top: none;
}
.onepress-menu > li > a:hover, 
.onepress-menu > li > a:active, 
.onepress-menu > li.current_page_item > a, 
.onepress-menu > .current-menu-ancestor > a,
.onepress-menu > li.current-menu-parent > a {
border-left: 10px solid #ee7b00;
border-top: none;
background-image:linear-gradient(90deg, #fff 0%, #fafafa 100%)
}
.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
width: 15%;
color: #ee7b00;
font-size: 26px;
background:#fafafa;
padding: 2px 23px;
}
.sub-menu .menu-item > a {
color: #666666;
background:#fff;
}
.sub-menu .menu-item > a {
border-left: 10px solid transparent;
}
.menu-item > a:hover,
.menu-item > a:active {
border-left: 10px solid #ee7b00 !important;
background-image:linear-gradient(90deg, #fff 0%, #fafafa 75%) !important;
} .entry-content li {
margin-left: 0.5em;
} .gallery {
margin: 0px;
padding-left: 0px !important
}
.gallery-item {
max-width: 23% !important;
margin: 0px 2px -15px 0px;
}
.kreise {
display:none
} div.untermenu ul li a {
font-size:1.3em;
line-height:1.9em
} .breadcrumbs {
font-size:.85em;
}
div.footer_left, div.footer_right {
text-align:center;
margin:7px
}
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.sticky {}
.bypostauthor {}
.gallery-caption {}@keyframes scharf {
0% {
filter: blur(0px) brightness(1);
visibility:hidden;
}
35% {
visibility:visible;
filter: blur(15px) brightness(1);
}
100% {
filter: blur(0px) brightness(1);
}
}
@keyframes kreise {
0% {
transform-origin: 50% 50%;
transform:rotate(0deg) scale(2);
opacity:0;
}
50% {
transform-origin: 50% 50%;
transform:rotate(180deg) scale(1);
opacity:.25;
}
100% {
transform-origin: 50% 50%;
transform:rotate(360deg) scale(.5);
opacity:.5;
}
}
@keyframes kreise_loop {
0% {
transform-origin: 50% 50%;
transform:scale(50%);
}
30% {
transform-origin: 50% 50%;
transform:scale(50%);
}
45% {
transform-origin: 50% 50%;
transform:scale(52%);
}
70% {
transform-origin: 50% 50%;
transform:scale(50%);
}
100% {
transform-origin: 50% 50%;
transform:scale(50%);
}
}
@keyframes hero_loop {
0% {
filter:brightness(1);
}
30% {
filter:brightness(1);
}
45% {
filter:brightness(1.2);
}
70% {
filter:brightness(1);
}
100% {
filter:brightness(1);
}
}
@keyframes angebote {
0% {
background-color:(0,0,0,0.25);
box-shadow:none;
transform:none;
}
30% {
background-color:rgba(0,0,0,0.25);
box-shadow:none;
transform:none;
}
45% {
box-shadow:5px 5px 10px rgba(0,0,0,.25) !important;
transform:translateY(-2px) translateX(-2px) !important;
background-color:rgba(238,123,0,1);
}
70% {
background-color:rgba(0,0,0,0.25);
box-shadow:none;
transform:none;
}
100% {
background-color:rgba(0,0,0,0.25);
box-shadow:none;
transform:none;
}
}
@keyframes headerbild {
0% {
filter:grayscale(0);
}
25% {
filter:grayscale(0.5) brightness(1);
}
50% {
filter:grayscale(0.85) brightness(1.25);
}
75% {
filter:grayscale(0.5) brightness(1);
}
100% {
filter:grayscale(0) brightness(1);
}
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-LightItalic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-Italic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-SemiboldItalic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-BoldItalic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-ExtraBoldItalic.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-Light.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-Regular.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-Semibold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-Bold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(//www.abk-neustart.de/wp-content/themes/abk/fonts/OpenSans-ExtraBold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
margin:0px;
padding:0px;
box-sizing: border-box;
font-family:'Open Sans';
background-color:#ddd;
}
.hidden-xl, {display:none}
.hidden-xs {display:block}
a.pdf,
img.pdf {
vertical-align:text-top;
} div.mitarbeiter {
position:relative;
display:block;
border:1px dotted #AAA;
padding:10px;
margin:10px;
background-color:#fff;
min-width:52%;
vertical-align:top;
min-height:210px;
transition:all .2s ease;
float:left;
background-color:#ffffff;
}
div.mitarbeiter:hover {
background:none;
background-color:#f3f3f3;
background: radial-gradient(farthest-corner at 20% 20%, rgba(255,255,255,1), rgba(125,125,125,0.05));
box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
div.links, 
div.float {
display:inline-block;
margin-right:10px;
vertical-align:top
}
div.float {
margin-right:30px;
margin-bottom:15px;
}
div.float h3 {
color:#999;
}
div.rechts {
display:inline-block;
max-width:47%;
}
.flex-container {
display: flex;
align-items: flex-starts;
}
.flex-item {
flex: 0 1 auto;
}
.termin-rechts {
margin:8px 0px !important;
}
img.mitarbeiter,
img.attachment-thumbnail { border:1px solid #666;
margin:8px 15px;
min-height:150px;
width:auto;
}
.ma_bild {
width:120px;
height:160px;
background:transparent;
background-size:130%;
background-position:top center;
transition:all .5s ease;
background-repeat:no-repeat;
filter:grayscale(1) brightness(1.25) opacity(.85);
border:1px solid #666;
}
.ma_bild:hover {
filter:grayscale(0) brightness(1) opacity(1);
background-size:140%;
} body.page-id-104 #content ul > li {
margin: 10px;
background-color: #fff;
list-style-position: outside;
list-style-type: none;
padding: 5px 5px 5px 55px;
display:inline-block;
background-image:url(//www.abk-neustart.de/wp-content/themes/abk/img/rundbrief.png);
background-position:0 0;
background-repeat:no-repeat;
min-height:60px;
width:30%;
border:1px dotted #ddd;
transition:all .2s ease;
}
body.page-id-104 #content ul > li:hover {
background-color:#fff;
box-shadow:2px 2px 2px rgba(0,0,0,0.1);
transform: translate(1px)
}
body.page-id-104 #content  ul > li > a {
display:block;
} .page-header  {
height:25vH;
opacity:1;
}
.page-header-ani {
animation:headerbild 3s ease;
}
.page-header.page--cover::before {
background:none;
}
.page-header .entry-title {
display:none;
padding:10px;
}
.entry-header .entry-title {
font-weight: 700;
letter-spacing: 0px;
}
.entry-content > * {
padding-left: 10px;
padding-right: 10px;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Open sans", Helvetica, Arial, sans-serif;
line-height: 1.4em;
}
h1.entry-title::before,
h2.section-title::before {
content:'';
padding-left:20px;
border-left:10px solid #ee7b00;
margin-left:10px;
}
h3.entry-title::before {
content:'';
padding-left:10px;
border-left:10px solid #ee7b00;
margin-left:10px;
}
h3.titel {
font-size:1.1em;
margin-bottom:6px;
} .hcl2-content h1 {
font-size: 2.75rem;
} img.custom-logo {
width:250px;
height:auto;
margin:1em;
} img.foerderer {
filter: grayscale(1) brightness(0.87);
border:1px solid transparent;
transition:all 1s ease;
}
img.foerderer:hover {
filter: grayscale(0%) brightness(1);
transition:0.5s;
box-shadow:0px 0px 6px rgba(0,0,0,.2);
border:1px solid #999;
} img.foerderer_start {
box-shadow:2px 2px 2px rgba(0, 0, 0, 0.25);
transition:all 1.5s ease;
}
img.foerderer_start:hover {
box-shadow:4px 4px 4px rgba(0, 0, 0, 0.35);
transition:0.5s;
} .hero__content {
padding-top: 26px;
}
h1.fp {
text-transform: none;
font-size:2em;
}
h3.fp {
font-size:1.5em;
}
span.fp {
padding-left:27px;
}
img.fp_img {
max-width:150px;
margin-bottom:8px;
}  .site-footer .site-info {
background: #ddd;
} .section-parallax .parallax-bg::before, 
#parallax-hero .parallax-bg::before {
background: rgba(0, 0, 0, 0.2);
}
.parallax-bg {
background-image:url(//www.abk-neustart.de/wp-content/themes/abk/img/start.jpg);
background-position:top center !important;
background-repeat:no-repeat !important;
background-size:cover !important;
animation: scharf 3s ease;
}
.kreise {
position:relative;
opacity:.5;
width:100%;
height:100%;
top: 28vH;
left: 36vW;
transform:scale(50%);
animation: kreise 3s ease;
}
.kreise_loop  {
animation: kreise_loop 4s  infinite ease;
}
.hero_loop {
animation: hero_loop 4s infinite ease;
}
.hero-content-style1 h2 {
font-size: 2.5em;
letter-spacing: 4px;
text-transform:none;
}
.hero-content-style1 p {
font-size: 1.2em;
font-weight:500;
}
.hero-content-style1 p strong {
font-style: normal;
background-color:#ee7b00;
padding:2px 15px;
color:white;
} .btn-theme-primary {
background-color: rgba(0,0,0,.3);
color: #ffffff;
border:1px solid #fff;
transition:background .25s !important;
font-size:1.4em;
}
.btn-theme-primary:hover {
background-color: #ee7b00;
box-shadow:5px 5px 10px rgba(0,0,0,.25) !important;
transform:translateY(-2px) translateX(-2px) !important;
}
a.btn-angebote-start {
animation: angebote 4s infinite ease;
}
a.btn-angebote-start:hover {
animation: none;
} .btn-md {
font-size: .8rem;
color: black;
background-color: #eee;
padding: .3em .75em;
}
.btn-md:hover {
font-size: .8rem;
color: #ee7b00;
background-color: #fff;
padding: .3em .75em;
box-shadow:none
} .onepress-menu ul {
width: auto !important;
}
.onepress-menu > li > a {
background: #fff;
border-top:5px solid transparent;
color:#000000;
}
.onepress-menu > li > a:hover, 
.onepress-menu > li.current_page_item > a,
.onepress-menu > li.current-menu-parent > a {
background: #fff;
color:#ee7b00;
border-top:5px solid #ee7b00
}
.sub-menu .menu-item > a {
background: #fff;
border-left:10px solid transparent;
color:#000000;
}
.sub-menu .menu-item > a:hover,
.sub-menu .nav-toggle-subarrow,
.sub-menu .current-menu-item > a {
background: #fff;
border-left:10px solid #ee7b00;
color:#ee7b00;
}
.onepress-menu > .current-menu-ancestor > a {
border-top:5px solid #ee7b00;
color:#ee7b00;
}
.onepress-menu > .current-menu-ancestor > .sub-menu > .current-menu-ancestor > a {
border-left:10px solid #ee7b00;
color:#ee7b00;
} img.custom-logo {
transition:all .25s ease;
} .left-sidebar .content-area {
width: 67%;
} div.untermenu {
position:relative;
z-index:-1;
}
div.untermenu ul {
list-style-type:none;
margin-left:10px;
padding-left:0px;
}
div.untermenu ul li {
padding:0px;
margin:0px 5px;
min-width:200px;
}
div.untermenu ul li a {
background: #fff;
padding-left: 10px;
border-left: 10px solid #ee7b00;
line-height:1.5em;
}
div.untermenu ul li a:hover {
padding-left: 5px;
border-left: 15px solid #ee7b00;
} .breadcrumbs a.archive,
.breadcrumbs a.post, 
.breadcrumbs a.category {
padding:3px 5px;
color:#ee7b00;
text-decoration:none;
font-size:1.2em;
}
.breadcrumbs span.archive,
.breadcrumbs span.post, 
.breadcrumbs a.category {
padding:3px 10px;
text-decoration:none;
font-size:1.2em;
} .flex-container {   
display: flex;
border:1px solid #ddd;
margin-bottom:1em;
margin-right:1em;
}
.flex-item {  
flex: 0 1 auto; 
padding:1em;
}
.unsere_termine { 
transition:all .25s ease;
background-position: right bottom;
}
.unsere_termine:hover { 
box-shadow:3px 3px 5px rgba(0,0,0,0.25);
background-image:url(//www.abk-neustart.de/wp-content/themes/abk/img/kreise-bg.png);
background-repeat:no-repeat;
background-position: right bottom;
transform:translate(1px);
}
.termin-datum {
border-bottom:1px dotted #DDD;
margin-bottom:10px;
}
.termin-header {
}
.termin-thumbnail {
min-width:200px;
}
.termin_rechts {
}
.termin-content {}
img.attachment-thumbnail {
border: 1px solid #666;
margin: 8px 15px;
height: 150px;
width: auto;
transition:all .2s ease;
}
img.attachment-thumbnail:hover {
box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
.site-footer .site-info {
padding: 23px 0px;
}
.back {
position:relative;
margin-left:15px;
margin-bottom:15px;
}
h1.dblogo {
font-size:1em;
margin-top:2em;
margin-bottom:1em;
color:#666;
}
div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:73vH} @media (max-width:1680px) {
.hero__content {
padding-top: 0em;
}
div.footer_left {text-align:left;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:74vH}
} @media (max-width:1440px) {
div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:68vH}
.hero-content-style2 {transform:scale(.85);}
.hero-content-style2 .hcl2-content {padding:2em}
} @media (max-width:1280px) { body.page-id-104 #content ul > li {
margin:10px;
width:45%;
}
.left-sidebar .content-area {
width: 90%;
}
div.mitarbeiter {
max-width:100%
}
.kreise,
.kreise_loop {
top: 20vH;
left: 36vW;
} h1.fp {
font-size:1.4em;
}
h3.fp {
font-size:1.2em;
}
span.fp {
padding-left:15px;
}
.btn-theme-primary {
font-size: 1.1em;
} div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:73vH}
}
@media (max-width:1280px) and (max-height:720px) {
.parallax-hero {height:60vH}
} @media (max-width:1140px) {
img.custom-logo {
height:auto;
width:260px;
transition:all .25s ease;
}
div.mitarbeiter {
max-width:100%
}
.kreise,
.kreise_loop {
top: 17vH;
left: 40vW;
}
.hcl2-content h1 {
font-size: 2.2rem;
} h1.fp {
font-size:1.4em;
}
h3.fp {
font-size:1.2em;
}
span.fp {
padding-left:15px;
}
.btn-theme-primary {
font-size: 1.1em;
} div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:73vH}
} @media (max-width:1024px) {
.kreise,
.kreise_loop {
top: 16vH;
left: 37vW;
} h1.fp {
font-size:1.4em;
}
h3.fp {
font-size:1.2em;
}
span.fp {
padding-left:15px;
}
.btn-theme-primary {
font-size: 1.1em;
} div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:61vH}
} @media (max-width:980px) {
.kreise,
.kreise_loop {
top: 16vH;
left: 37vW;
} h1.fp {
font-size:1.4em;
}
h3.fp {
font-size:1.2em;
}
span.fp {
padding-left:0px;
}
.hero__content a.btn {
margin: 10px 10px 20px 0px;
margin: 4.5rem 0.625rem 4.5rem 0px;
} div.footer_left {text-align:right;padding-right:10px}
div.footer_right {text-align:left;padding-left:10px}
.parallax-hero {height:61vH}
.container{width:96vW !important}
} @media (max-width:768px) and (orientation: portrait) {
body, button, input, select, textarea {
font-size: 16px;
font-size: 1.1rem;
line-height: 1.4;
color: #666666;
}
.hero__content a.btn {
margin: 10px 10px 20px 0px;
margin: 1rem 0.625rem 1rem 0px;
}
.container {
padding-left:10px;
}
#primary {
padding-bottom: 15px;
padding-top: 15px;
}
h1 {
font-size: 1.4rem;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Open sans", Helvetica, Arial, sans-serif;
line-height: 1.4em;
}
h1.entry-title::before, 
h2.section-title::before {
padding-left: 10px;
border-left: 10px solid #ee7b00;
}
img.custom-logo {
height: auto;
width: 225px;
} body.page-id-104 #content ul > li {
margin: 5px;
width:100%;
}
img.alignleft {
display:block;
float:none;
clear:both;
}
.left-sidebar .content-area {
width: 100%;
}
div.mitarbeiter {
max-width:100%
}
.parallax-bg {
background-image:url(//www.abk-neustart.de/wp-content/themes/abk/img/start-mobil.jpg) !important;
background-position:top center;
background-repeat:no-repeat;
background-size:cover;
animation: scharf 3s ease;		
}
.hcl2-content > h3 {
padding: 0px 20%;
line-height:1.4em;
} .flex-container {
margin: 0em;
margin-bottom: 1em;
}
.flex-item {
flex: 0 1 auto;
padding: .25em;
} .termin-thumbnail {
min-width: 130px;
}
div.mitarbeiter {
padding: 8px;
margin: 0px;
margin-bottom: 1em;
min-width: 100%;
}	
img.attachment-thumbnail {
height: 100px;
}
img.mitarbeiter, img.attachment-thumbnail {
min-height: 100px;
width: auto;
} .onepress-menu a {
font-size: 18px !important;
}
.onepress-menu a:hover {
color:#ee7b00 !important;
}
.fa {
font-weight:bold !important;
font-size:1.5em !important;
}
.onepress-menu > li > a {
transition:all 0s;
border-left: 10px solid transparent;
border-top: none;
}
.onepress-menu > li > a:hover, 
.onepress-menu > li > a:active, 
.onepress-menu > li.current_page_item > a, 
.onepress-menu > .current-menu-ancestor > a,
.onepress-menu > li.current-menu-parent > a {
border-left: 10px solid #ee7b00;
border-top: none;
background-image:linear-gradient(90deg, #fff 0%, #fafafa 100%)
}
.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
width: 15%;
color: #ee7b00;
font-size: 26px;
background:#fafafa;
padding: 2px 23px;
}
.sub-menu .menu-item > a {
color: #666666;
background:#fff;
}
.sub-menu .menu-item > a {
border-left: 10px solid transparent;
}
.menu-item > a:hover,
.menu-item > a:active {
border-left: 10px solid #ee7b00 !important;
background-image:linear-gradient(90deg, #fff 0%, #fafafa 75%) !important;
} .entry-content li {
margin-left: 0.5em;
} .gallery {
margin: 0px;
padding-left: 0px !important
}
.gallery-item {
max-width: 23% !important;
margin: 0px 2px -15px 0px;
}
.kreise {
display:none
} div.untermenu ul li a {
font-size:1.3em;
line-height:1.9em
} .breadcrumbs {
font-size:.85em;
}
div.footer_left, div.footer_right {
text-align:center;
margin:7px
}
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.sticky {}
.bypostauthor {}
.gallery-caption {}