body {
    background-color: #f2f2f2;
}
#page-footer hr {
    border-color: #fff;
}
#page-footer .btn-subscribe {
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
}
#page-footer .btn-subscribe:hover {
    color: rgba(20, 189, 132, 1);
    background: #fff;
}
.nav-footer {
    border-top: 1px solid #fff;
}
.nav-footer .nav-link {
    color: #fff;
}
.nav-footer .nav-link:hover {
    text-decoration: underline;
}
.section-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.sidebar-box h5 {
  font-size: 18px;
    margin-bottom: 15px;
}
.sidebar-box a {
    display: block;
    border-bottom: 1px solid #fff;
    line-height: 1.8;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.sidebar-box a:hover {
    color: #eee;
}
.table.table-gray tbody tr {
    background: #f6f6f6;
    border-bottom: 2px solid #fff;
}

.list-group-flush.border-green .list-group-item{
    border-color:  rgba(20, 189, 132, 1);
    background: none;
    border-width: 2px;
    margin-bottom: -2px;
    padding-left: 0;
}
.list-group-flush.border-green .list-group-item:last-child {
    border-bottom: 2px solid rgba(20, 189, 132, 1);  
    
}

.card-team .card-body {min-height:100px}

.card-body .link-list a {
    display: block;
    border-bottom: 1px solid #fff;
    line-height: 1.8;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.card-body .link-list a:hover {
    color: #eee;
}


.page-content-container h2 {font-size: 32px}
.page-content-container h3 {font-size: 24px;}
.page-content-container h4 {font-size: 18px;}
.page-content-container h5 {font-size: 16px;}
.page-content-container h6 {font-size: 14px; font-weight: bold;}


.page-content-container a,.page-content-container a:visited {
    color: rgba(20, 189, 132, 1); text-decoration: none;
}

.page-content-container a:hover,.page-content-container a:focus,.page-content-container a:active {
    color: rgba(20, 189, 132, 1); text-decoration: underline;
}

.page-content-container ul { list-style: square outside none; margin:10px 0;
    padding: 0;
	padding-left: 14px; }
.page-content-container ul li { line-height: 1.3em; }
.page-content-container ul li a {  }
.page-content-container ul li a:hover {  }

.page-content-container ul ul{ list-style: circle outside none; }


.page-sidebar-container{}










.hover-effect {
    position: relative;
    display: block;
    margin: 0px;
    max-width: 100%;
    background-color: transparent;
    color: #fff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.hover-effect:hover {
    z-index: 5;
}
.hover-effect figure {
    overflow: hidden;
    position: relative;
}
.hover-effect-caption-content {
    z-index: 4;
}
.hover-effect .hover-effect-thumb-ratio-container {
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    z-index: 1;
}
.hover-effect figcaption {
    background-color: rgba(20, 189, 132, 1);
    padding: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}
.hover-effect figcaption h1, .hover-effect figcaption h2, .hover-effect figcaption h3, .hover-effect figcaption h4, .hover-effect figcaption h5, .hover-effect figcaption h6 {
    color: #ffffff;
}
.hover-effect, .hover-effect:before, .hover-effect:after, .hover-effect *, .hover-effect *:before, .hover-effect *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.hover-effect-layout-horizontal-center .hover-effect-caption-content-inner {
    text-align: center;
}
.hover-effect-layout-vertical-middle .hover-effect-caption-content-inner {
    vertical-align: middle;
}
.hover-effect-caption-content {
    display: table;
    width: 100%;
    height: 100%;
}
.hover-effect-caption-content-inner {
    display: table-cell;
}
.hover-effect-layout-horizontal-left .hover-effect-caption-content-inner {
    text-align: left;
}
.hover-effect-layout-horizontal-center .hover-effect-caption-content-inner {
    text-align: center;
}
.hover-effect-layout-horizontal-right .hover-effect-caption-content-inner {
    text-align: right;
}
.hover-effect-layout-vertical-top .hover-effect-caption-content-inner {
    vertical-align: top;
}
.hover-effect-layout-vertical-middle .hover-effect-caption-content-inner {
    vertical-align: middle;
}
.hover-effect-layout-vertical-bottom .hover-effect-caption-content-inner {
    vertical-align: bottom;
}
.hover-effect-thumb-ratio-container {
    position: relative;
}

[class^='imghvr-']:before, [class*='imghvr-']:before, [class*='imghvr-']:after, [class*='imghvr-']:after {
    z-index: 2;
}
[class^='imghvr-'] figcaption, [class*='imghvr-'] figcaption {
    z-index: 3;
}
.hover-effect-caption-content {
    z-index: 4;
}

[class^='imghvr-zoom-out'] figcaption, [class*=' imghvr-zoom-out'] figcaption {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: 0;
}
[class^='imghvr-zoom-out']:hover figcaption, [class^='imghvr-zoom-out'].hover figcaption, [class*=' imghvr-zoom-out']:hover figcaption, [class*=' imghvr-zoom-out'].hover figcaption {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
}
.imghvr-zoom-out:hover > .hover-effect-thumb-ratio-container {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
}
.imghvr-zoom-out-up:hover > .hover-effect-thumb-ratio-container, .imghvr-zoom-out-up.hover > .hover-effect-thumb-ratio-container {
    -webkit-animation: imghvr-zoom-out-up 0.4025s linear;
            animation: imghvr-zoom-out-up 0.4025s linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
}



/* Owl */

.owl-wrapper{margin: 40px 0;}

.item {position:relative;}
.item .thumb-overlay {	position: absolute; z-index: 2;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(100, 100, 100); /* Fallback */
	background-color: rgba(100, 100, 100, 0.2);		overflow: hidden;	opacity: 0;
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.000, 0.6, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.000, 0.6, 1.000);}
.item .thumb-overlay .fa {color:#fff;	position: absolute;	top: 50%;	left: 50%;	margin-left: -42px;	margin-top: -42px;	font-size: 32px; padding: 20px;}
.item .thumb-overlay .fa:hover {color:rgba(20, 189, 132, 0.8);	position: absolute;	top: 50%;	left: 50%;	margin-left: -42px;	margin-top: -42px;	font-size: 32px; padding: 20px;}

.item:hover .thumb-overlay {	opacity: 1; }

.item  .thumb-overlay .fa:hover[data-animation=tada] {
-webkit-animation: tada ease-in-out 1 normal 500ms;
        animation: tada ease-in-out 1 normal 500ms; }
.item  .thumb-overlay .fa:hover[data-animation=pulse] {
-webkit-animation: pulse ease-in-out 1 normal 500ms;
        animation: pulse ease-in-out 1 normal 500ms; }
.item  .thumb-overlay .fa:hover[data-animation=fadeOutRightBig] {
-webkit-animation: fadeOutRightBig ease-out 1 normal 1s;
        animation: fadeOutRightBig ease-out 1 normal 1s;}


.accordion .card {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: none;
}
.accordion .card-header {
    padding: 0;
}


.accordion .btn {border-radius:0; white-space: pre-wrap;}
.accordion .btn .btn-light{border-radius:0;
}


.accordion .card-body {
    border: none;
    background: #f5f5f5;
    padding: 15px;
}
.btn.btn-alle {
  background: #12bd84;
  color: #fff;
  border: none !important;
}
.btn.btn-alle:hover, .btn.btn-alle:focus {
  background: #fff;
  color: #12bd84 !important;
}