.menu-dropdown {
    width:200px;
}
/* Leistungen */
.t-leistung {
    margin-bottom: 90px;
}
.t-leistung-accordion {
    max-width: 700px;
    margin:50px auto 0;
}
.t-leistung-accordion h3 {
    text-align: center;
}

.t-table-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.t-table-wrap h2 {
    color: #cc3644;
}
.t-table .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.t-table .item {
    flex: 0 1 30%;
    margin-bottom: 50px;
}
.t-table .items::after {
    content: "";
    flex: 0 1 30%;
}

.t-table .item ul {margin:0 0 12px 0;padding: 0 0 0 1em;}
.t-table .item span {text-transform: uppercase;display: block;font-size:12px;}
.t-table .item span:last-child {color: #cc3644;}


.t-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom:-260px;
}
.t-team img {
    width:100%;
    max-width:100%;
    height:auto;

}
.t-team a {
    position: relative;
    display: block;

}
.t-team a::before {
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    z-index:3;
    background: #fff;
    transition: opacity 0.25s ease-in-out;
}
.t-team .item:hover a::before {
    opacity: 0.2;
}
.t-team span {
    display: block;
}
.t-team .item {
    flex: 0 1 280px;
    padding:0 10px;
    position: relative;
    font-size:22px;
    font-family: "Dosis", "Poppins", sans-serif;
    left:auto;
}
.t-team .text {
    background: #fff;
    padding: 15px 20px 70px 20px;
}

.t-team .item span {display:block;font-size:18px;}
.t-team .item .inner {background:#fff;}
.t-team .item:nth-child(1) {order:2;}
.t-team .item:nth-child(2) {order:1;padding-top:263px;}
.t-team .item:nth-child(3) {order:3;padding-top:252px;}
.t-team .item:nth-child(4) {order:4;padding-top:114px;}
.t-team .item:nth-child(5) {order:5;}
.t-team .item:nth-child(6) {order:6;top:-263px;}
.t-team .item:nth-child(7) {order:7;top:-10px;}
.t-team .item:nth-child(8) {order:8;top:-148px;}
.t-team .item:nth-child(9) {order:9;top:-262px;left: -140px;}
.t-team .item:nth-child(10) {order:10;top:-10px;}
@media only screen and (max-width: 1164px) {
    .t-team {margin-bottom:unset;}
    .t-team .item {
        flex: 0 1 33%;
    }
    .t-team .item:nth-child(2) {order:1;padding-top:163px;}
    .t-team .item:nth-child(3) {order:3;padding-top:102px;}
    .t-team .item:nth-child(4) {order:4;padding-top:0;}
    .t-team .item:nth-child(5) {order:5;top:-162px;}
    .t-team .item:nth-child(6) {order:6;top:-60px;}
    .t-team .item:nth-child(7) {order:7;top:0;}
    .t-team .item:nth-child(8) {order:8;top:-162px;}
    .t-team .item:nth-child(9) {order:9;top:-60px;left:auto;}
    .t-team .item:nth-child(10) {order:10;top:-162px;}
}
@media only screen and (max-width: 600px) {
    .t-team {margin-bottom:unset;}
    .t-team .item {
        flex: 0 1 100%;
    }
    .t-team .item:nth-child(1) {order:1;padding-top:0;top:0;}
    .t-team .item:nth-child(2) {order:2;padding-top:0;top:0;}
    .t-team .item:nth-child(3) {order:2;padding-top:0;top:0;}
    .t-team .item:nth-child(4) {order:2;padding-top:0;top:0;}
    .t-team .item:nth-child(5) {order:2;padding-top:0;top:0;}
    .t-team .item:nth-child(6) {order:2;padding-top:0;top:0;}
    .t-team .item:nth-child(7) {order:2;padding-top:0;top:0;}
    .t-team .item:nth-child(8) {order:2;padding-top:0;top:0;}
    .t-team .item:nth-child(9) {order:2;padding-top:0;top:0;left:auto;}
    .t-team .item:nth-child(10) {order:2;padding-top:0;top:0;}
}


/* Index */
.index .blog-card a {
    color:#777;
}
.index .blog-card a:hover {
    color:#777;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll a {
    display: block;
    width:100%;
    height:100%;
    outline:none;
}
.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    bottom: 40px;
    position: absolute;
    z-index:999;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}

/* Kontakt */
#map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    width: 100%;
    height: 500px;
    background: #f1f1f1;
    text-align: center;
}

#map iframe {
    width: 100%;
    height: 500px;
}

/* Overall */
.flex-direction-nav {
    position: absolute;
    top:calc(50% - 32px);
    z-index:999;
    height:50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    opacity: 1!important;
}

.flex-direction-nav a {
	width:64px;
	height:64px;
	display: block;
	position: relative;
	opacity: 1;
	margin-top:-30px;
}

.flex-nav-prev {width:64px;
	height:64px;
}
.flex-nav-next {width:64px;
	height:64px;
}
.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
	left:0;
}
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
	right:0;
}
.flex-direction-nav .flex-prev {left:0;}
.flex-direction-nav .flex-next {right:0;}

.flex-direction-nav a:before  { 
    content: " ";
    display: block;
    background: url('images/prev.png') no-repeat center center;
    background-size: contain;
    width: 64px;
    height: 64px;
}
.flex-direction-nav a.flex-next:before  { 
    content: " ";
    display: block;
    background: url('images/next.png') no-repeat center center;
    background-size: contain;
    width: 64px;
    height: 64px;
}


@media only screen and (max-width: 800px) {
    .t-table .item {
        flex: 0 1 50%;
        margin-bottom: 50px;
    }
    .t-table .items::after {
        display: none;
    }
}


@media only screen and (max-width: 600px) {
    .slider-info {
        top:15%;
    }
    .icon-scroll  {
        display: none;
    }
    .t-table .item {
        flex: 0 1 100%;
        margin-bottom: 30px;
    }
}