@import url(reset.css);
@import url(jquery.bxslider.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500);
body {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 1px;
    /* background: url(../images/bg.jpg) repeat #f8f8f8; */
}

.dpnone,
.dn {
    display: none !important;
}

h1 {
    color: #013267;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 1px;
    text-align: center;
}

h2 {
    color: #013267;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    padding: 0;
    margin: 20px 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 1px;
    text-align: center;
}

h3 {
    color: #013267;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    padding: 0;
    margin: 20px 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 1px;
}

h4 {
    color: #013267;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 10px 0;
}

main h4 {
    color: #013267;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding: 0;
    margin: 20px 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 1px;
}


/* css clear both; */

aside.navi-right:after,
#container:after,
#footer-box:after,
#footer-bottom:after,
.cb:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a:link {
    color: #333;
    text-decoration: underline;
}

a:visited {
    color: #333;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #333;
    text-decoration: underline;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #333;
    cursor: text;
}

.red {
    color: rgba(167, 42, 44, 1.00) !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.fs28 {
    font-size: 28px;
}

.ta-right {
    text-align: right !important;
}

.nbl {
    border-left: none !important;
}

.nbr {
    border-right: none !important;
}

.mt2 {
    margin-top: 2px !important;
}

.ws {
    white-space: nowrap;
}

.w100 {
    width: 100% !important;
}

ul,
ol {
    margin: 0px 0px 30px 35px;
    line-height: 22px;
}

p {
    padding: 3px 0 15px 0;
    line-height: 22px;
}


/* keyframes fade in */

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Formulare */

input,
select,
textarea {
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    outline: none;
    -moz-box-shadow: inset 2px 2px 5px #fafafa, 0px 0px 8px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 2px 2px 5px #fafafa, 0px 0px 8px rgba(0, 0, 0, 0.05);
    box-shadow: inset 2px 2px 5px #fafafa, 0px 0px 8px rgba(0, 0, 0, 0.05);
    padding: 5px;
    width: 100%;
    margin: 0;
    color: #333;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type="checkbox"] {
    width: 15px;
    outline: none;
    height: 24px;
    float: left;
    line-height: 24px;
    margin: 0 5px 0px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

label {
    display: block;
    margin: 0px;
    padding: 7px 0px 3px;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
}

input[type="checkbox"]+label {
    padding: 4px 0px 3px;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
select:focus {
    border-color: rgba(0, 0, 0, 0.4);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
}

input[type="radio"] {
    float: left;
    width: auto;
    margin: -3px 8px 0px 0px;
}

input[type="checkbox"]:hover,
input[type="radio"]:hover,
select {
    cursor: pointer;
}

input[type="radio"]+label {
    cursor: pointer;
    font-weight: bold;
}

form .g50-50 input {
    float: left;
    width: 48%;
}

form .g50-50 select {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-top: -1px;
}


/* Basic table styling */

table {
    width: 100%;
    margin: 0;
}

th,
thead td {
    padding: 5px 8px;
    vertical-align: top;
    text-align: left;
    line-height: 26px;
    background: #ECECEC;
    font-weight: bold;
    white-space: nowrap;
    border-top: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

th:first-of-type,
thead td:first-of-type {
    border-left: 1px solid #E3E3E3;
}

td {
    padding: 5px 8px;
    vertical-align: top;
    text-align: left;
    line-height: 20px;
    border: 1px solid #ECECEC;
}

footer td,
#topmenu td {
    padding: 2px 0;
    border: none;
}

footer th:last-of-type,
footer td:last-of-type,
#topmenu th:last-of-type,
#topmenu td:last-of-type {
    padding: 2px;
}

.scrollable {
    width: 100%;
    position: relative;
}

.scrollable.has-scroll {
    position: relative;
    overflow: hidden;
}

.scrollable.has-scroll::after {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0px 0px 10px / 50% 0px 0px 50%;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.25);
    content: "";
}

.scrollable.has-scroll>div {
    overflow-x: auto;
}

.scrollable>div::-webkit-scrollbar {
    height: 12px;
}

.scrollable>div::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
    background: #f0f0f0;
}

.scrollable>div::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ccc;
}

a.button-two,
.button-two {
    display: inline-block;
    background: #013267;
    /* border: 1px solid #013267; */
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 500px;
    -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
    padding-bottom: 12px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 9px;
}

a.button-two:hover,
.button-two:hover {
    background: #000;
}

a.button,
.button {
    display: inline-block;
    background: #013267;
    /* border: 1px solid #756d41; */
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 500px;
    -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    padding-bottom: 12px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 9px;
}

a.button:hover,
.button:hover {
    background: #000;
}

main form a.button,
main form .button {
    width: auto;
    float: left;
    clear: both;
}

.message.error {
    background: rgba(255, 0, 0, 0.12);
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    border: 1px solid rgba(255, 0, 0, 0.15);
    margin: 10px 0px;
    color: #2C0606;
}


/* grid */

.grid {
    width: 100%;
    margin: 2% 0 -2% 0;
}

.grid:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.grid [class^="col-"] {
    float: left;
}

.grid.mitbeispielbg [class^="col-"] {
    padding: 20px;
    text-align: center;
    background: #eee;
}


/* grid cols */

.grid .col-1-1 {
    width: 100%;
    margin-bottom: 10px;
}

.grid .col-1-2 {
    width: 48.25%;
    /* margin-right: 3.5%; */
    margin-right: 1.5%;
    margin-bottom: 3.5%;
}

.grid .col-1-2:nth-child(2n) {
    margin-right: 0;
}

.grid .col-1-2:nth-child(2n+1) {
    /* clear: left; */
}

.grid .col-1-3 {
    width: 30.99%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}

.grid .col-1-3:nth-child(3n) {
    margin-right: 0;
}

.grid .col-1-3:nth-child(3n+1) {
    clear: left;
}

.grid .col-1-4 {
    width: 22.37%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}

.grid .col-1-4:nth-child(4n) {
    margin-right: 0;
}

.grid .col-1-4:nth-child(4n+1) {
    clear: left;
}

.grid .col-1-3 {
    width: 30.99%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}

.grid .col-2-3 {
    width: 65.5%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}

.grid .col-2-3:last-of-type {
    margin-right: 0;
}

.grid .col-1-3:last-of-type {
    margin-right: 0;
}

@media (max-width:500px) {
    .grid [class^="col-"] {
        width: 100%;
        margin: 0 0 4% 0;
    }
}

#map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /* filter:url(../images/grayscale.svg#greyscale); ------> bild noch hochladen */
    filter: gray;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    margin-top: 6px;
}

#map:hover {
    filter: none;
    -webkit-filter: grayscale(0%)
}


/* layout */

header {
    height: 116px;
    /* background: url(../images/bg-header.jpg) top repeat-x #fff; */
}

header.scrolled {
    margin-bottom: 50px;
}

#header-in {
    width: 1280px;
    height: 116px;
    margin: 0 auto;
    /* background: url(../images/bg-header-in.png) top center no-repeat; */
}

#hotline {
    float: right;
    margin: 30px 0 0px 0px;
    text-align: right;
    position: relative;
    clear: right;
}

#hotline h3 {
    border-bottom: 1px solid #EDE4D0;
    margin: -20px -95px 20px -20px;
    padding: 2px 20px 0px 20px;
    line-height: 49px;
    width: auto;
    background: #fff;
    color: #013267;
    font-size: 23px;
}

#hotline p {
    line-height: 20px;
}

#hotline h4 {
    color: #333333;
    padding: 0;
    margin: 0;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
}

#hotline-hover {
    display: none;
    width: 515px;
    text-align: left;
    position: absolute;
    top: -15px;
    right: -20px;
    padding: 20px 143px 20px 20px;
    background: url(../images/bg-tel.jpg) bottom right no-repeat #fff;
    z-index: 1000000;
    line-height: 18px;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

#hotline-hover h4 {
    padding-top: 10px;
}

#hotline-hover .button-two {
    float: left;
}

#hotline-hover p {
    padding: 0px 0px 10px;
}

#hotline:hover #hotline-hover {
    display: block;
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
}

#hotline:hover #hotline-in {
    position: relative;
    margin: -15px -20px 0px 0px;
    z-index: 2000000;
    padding: 15px 20px;
    cursor: default;
    animation: fadein 0.6s;
    -moz-animation: fadein 0.6s;
    -webkit-animation: fadein 0.6s;
    -o-animation: fadein 0.6s;
}

#hotline:hover #hotline-in a,
#hotline:hover #hotline-in span {
    color: #013267;
    cursor: pointer;
}

#hotline:hover #hotline-in>i {
    background: none;
}

#hotline:hover #hotline-in a {
    cursor: default;
}

#hotline-in>i {
    float: left;
    width: 26px;
    height: 20px;
    font-size: 15px;
    display: block;
    margin: 3px 12px 0px 0px;
    background: url(../images/icon-tel.png) center center no-repeat;
    background-size: 23px auto;
}

#hotline-in a {
    margin: 0;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    color: #013267;
    line-height: 23px;
}

header.scrolled #header-right,
header.scrolled #header-in {
    position: relative;
}

header.scrolled #hotline {
    /* position: fixed; */
    top: 0;
    width: 220px;
    z-index: 20000;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    margin: 14px 0px 0px -220px;
}

@media (max-width:1200px) {
    header.scrolled #hotline {
        display: none;
    }
}

header.scrolled #hotline #hotline-in a {
    color: #fff;
}

header.scrolled #hotline #hotline-in>i {
    display: none;
}

header.scrolled #hotline:hover #hotline-in a {
    color: #013267;
}

.preisbox {
    font-weight: 600;
    padding-bottom: 27px;
    color: rgb(1, 50, 103);
    font-size: 22px;
}

#header-right {
    float: right;
    padding-right: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#lang {
    float: right;
    margin: 5px 0 0 0;
}

#lang img {
    float: left;
    margin: 2px 0 0 0;
}

#lang a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    font-family: arial;
    display: block;
}

#lang a:hover {
    color: #013267;
}

#lang span {
    float: left;
    display: block;
    padding: 0px 0px 0px 5px;
    line-height: 15px;
}

#lang-bottom {
    display: none;
    text-align: center;
    padding: 10px;
    border-top: 1px dotted #eee;
    background: rgba(255, 255, 255, 0.2);
}

#lang-bottom a {
    font-size: 13px;
    color: #333;
    display: inline-block;
    text-decoration: none;
    font-family: arial;
}

#lang-bottom img {
    float: left;
    margin: 1px 5px 0 0;
}


/* logo */

a#logo {
    float: left;
    margin: 20px 0px 0px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#logo-text {
    color: #013267;
    /* font-style: italic; */
    text-align: center;
    /* font-family: "Times New Roman", serif; */
    font-size: 18px;
    line-height: 28px;
    float: left;
    margin: 27px 0 0 16%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width:1160px) {
    #logo-text {
        margin-left: 13%;
    }
}

@media (max-width:1100px) {
    #logo-text {
        margin-left: 9%;
    }
}

@media (max-width:1000px) {
    #logo-text {
        margin-left: 5%;
    }
}

@media (max-width:960px) {
    #logo-text {
        margin-left: 25px;
        font-size: 21px;
    }
}

@media (max-width:900px) {
    #logo-text {
        display: none;
    }
}

#logo-text span {
    display: block;
    padding: 0 0 0 35px;
}

#logo-text span i {
    font-size: 11px;
}

#container {
    padding: 30px;
    width: 1280px;
    margin: 0 auto;
    background: #fff;
    -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}


/* navigation (top) */

nav#topmenu {
    position: relative;
    width: 100%;
    z-index: 10000;
    height: 50px;
    background: #013267;
    margin: 0px;
    -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
}

nav#topmenu.scrolled {
    position: fixed;
    top: 0;
}

#topmenu-in {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

#topmenu-in>div.li {
    display: table-cell;
    height: 50px;
}

#topmenu-in>div.li>a {
    border-top: 1px solid #013267;
    text-align: center;
    padding: 16px 15px 0 15px;
    margin: 0;
    display: block;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background: url(../images/topmenu-bg.jpg) center right no-repeat;
}

#topmenu-in>div.li:last-of-type>a {
    background: none;
}

#topmenu-in>div.li>a:hover,
#topmenu-in>div.li:hover>a,
#topmenu-in>div.li.aktiv>a {
    color: #013267;
    position: relative;
    top: 0;
    background: none;
    text-shadow: 1px 1px 0 #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#efefef', endColorstr = '#ffffff')";
    background-image: -moz-linear-gradient(top, #efefef, #ffffff);
    background-image: -ms-linear-gradient(top, #efefef, #ffffff);
    background-image: -o-linear-gradient(top, #efefef, #ffffff);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#efefef), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #efefef, #ffffff);
    background-image: linear-gradient(top, #efefef, #ffffff);
}

#topmenu-in>div.li>div {
    display: none;
    padding: 30px;
    width: 100%;
    z-index: 100;
    position: absolute;
    left: 0;
    background-color: #fff;
    background-image: url(../images/logo_wz.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    -moz-box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.2);
    animation: fadein 0.4s;
    -moz-animation: fadein 0.4s;
    -webkit-animation: fadein 0.4s;
    -o-animation: fadein 0.4s;
    border-bottom: 3px solid #013267;
    border-left: 1px solid #013267;
    border-right: 1px solid #013267;
}

#topmenu-in>div.li:nth-child(8)>div {
    background: #fff;
}

#topmenu-in>div.li.aktiv>div {
    display: block !important;
}

#topmenu-in>div.li>div .box {
    width: 31.33%;
    font-size: 14px;
    float: left;
    line-height: 20px;
    margin-right: 3%;
}

#topmenu-in>div.li:nth-child(8)>div:nth-child(2)>.box:nth-child(4),
#topmenu-in>div.li:nth-child(8)>div:nth-child(2)>.box:nth-child(5) {
    width: 25%;
}

@media (max-width:900px) {
    #topmenu-in .li.kontakt .kontakt-box {
        width: auto;
        margin: -30px -30px 30px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    #topmenu-in>div.li:nth-child(8)>div:nth-child(2)>.box:nth-child(4),
    #topmenu-in>div.li:nth-child(8)>div:nth-child(2)>.box:nth-child(5) {
        width: 46%;
    }
}

@media (max-width:600px) {
    #topmenu-in>div.li:nth-child(8)>div:nth-child(2)>.box:nth-child(4),
    #topmenu-in>div.li:nth-child(8)>div:nth-child(2)>.box:nth-child(5) {
        width: 100%;
        margin-right: 0;
    }
}


/* Stress & Burnout */

#topmenu-in>div.li:nth-child(2)>div .box:nth-child(3) {
    width: 48%;
    margin: 0 4% 0 0;
}

#topmenu-in>div.li:nth-child(2)>div .box:nth-child(3) .nav {
    margin: 5px 0 25px 0;
}

#topmenu-in>div.li:nth-child(2)>div .box:nth-child(4) {
    width: 48%;
    margin: 0;
}

#topmenu-in>div.li:nth-child(2)>div .box:nth-child(4) .nav {
    margin: 5px 0 25px 0;
}


/* Flugangst */

#topmenu-in>div.li:nth-child(3)>div .box:nth-child(3) {
    width: 48%;
    margin: 0 4% 0 0;
}

#topmenu-in>div.li:nth-child(3)>div .box:nth-child(3) .nav {
    margin: 5px 0 25px 0;
}

#topmenu-in>div.li:nth-child(3)>div .box:nth-child(4) {
    width: 48%;
    margin: 0;
}

#topmenu-in>div.li:nth-child(3)>div .box:nth-child(4) .nav {
    margin: 5px 0 25px 0;
}


/* Trauer */

#topmenu-in>div.li:nth-child(4)>div .box:nth-child(3) {
    width: 48%;
    margin: 0 4% 0 0;
}

#topmenu-in>div.li:nth-child(4)>div .box:nth-child(3) .nav {
    margin: 5px 0 25px 0;
}

#topmenu-in>div.li:nth-child(4)>div .box:nth-child(3) .nav h4+ul {
    margin-bottom: 25px;
}

#topmenu-in>div.li:nth-child(4)>div .box:nth-child(4) {
    width: 48%;
    margin: 0;
}

#topmenu-in>div.li:nth-child(4)>div .box:nth-child(4) .nav {
    margin: 5px 0 25px 0;
}


/* Coaching */

#topmenu-in>div.li:nth-child(5)>div .box:nth-child(3) {
    width: 48%;
    margin: 0 4% 0 0;
}

#topmenu-in>div.li:nth-child(5)>div .box:nth-child(3) .nav {
    margin: 5px 0 25px 0;
}

#topmenu-in>div.li:nth-child(5)>div .box:nth-child(4) {
    width: 48%;
    margin: 0;
}

#topmenu-in>div.li:nth-child(5)>div .box:nth-child(4) .nav {
    margin: 5px 0 25px 0;
}


/* Life Balance */

#topmenu-in>div.li:nth-child(6)>div .box:nth-child(3) {
    width: 48%;
    margin: 0 4% 0 0;
}

#topmenu-in>div.li:nth-child(6)>div .box:nth-child(3) .nav {
    margin: 5px 0 25px 0;
}

#topmenu-in>div.li:nth-child(6)>div .box:nth-child(4) {
    width: 48%;
    margin: 0;
}

#topmenu-in>div.li:nth-child(6)>div .box:nth-child(4) .nav {
    margin: 5px 0 25px 0;
}


/* fix 14/12/2017 */

#topmenu-in>div.li>div .box .coaching,
#topmenu-in>div.li>div .box .nav {
    margin: 5px 0 25px 0 !important;
}

#topmenu-in>div.li:nth-child(8)>div .box .nav {
    margin: 5px 0 5px 0 !important;
}

#topmenu-in>div.li>div .free-seminars p {
    padding: 0px 0px 10px 0;
}

#topmenu-in>div.li>div span.small {
    padding: 1px 0px 10px 8px;
    font-size: 12px;
    line-height: 1;
    display: block;
}

#topmenu-in>div.li>div .box h4 {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #333;
}

#topmenu-in>div.li>div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#topmenu-in>div.li>div ul li a {
    line-height: 22px;
    font-size: 15px;
    position: relative;
    color: #013267;
    text-decoration: underline;
}

#topmenu-in>div.li>div ul li:before {
    content: "\203A ";
    font-size: 16px;
    padding-right: 3px;
}

#topmenu-in>div.li>div a {
    color: #013267;
    text-decoration: underline;
}

#topmenu-in>div.li>div ul li a:hover,
#topmenu-in>div.li>div a:hover {
    color: #333;
    text-decoration: none;
}

#topmenu .scrollable.has-scroll::after {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0px 0px 10px / 50% 0px 0px 50%;
    box-shadow: -5px 0px 10px rgba(255, 255, 255, 0.25);
    content: "";
}

#topmenu-in>div.li>div a.button {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

#topmenu table {
    min-width: 380px;
}

#topmenu h3 {
    color: #013267;
    font-size: 22px;
    padding: 0;
    margin: 0 0 15px 0;
}

#topmenu .box.angebot {
    width: 100% !important;
    float: none;
    clear: both;
    padding: 30px;
    margin: 30px -30px -30px -30px;
    background: url(../images/bg-topmenu-1.jpg) center center no-repeat #eee;
    background-size: auto 115%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-shadow: inset 0 12px 12px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: inset 0 12px 12px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0 12px 12px rgba(0, 0, 0, 0.16);
}

#topmenu .box.angebot>div {
    width: 430px;
    float: right;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1);
}

#topmenu-in>div.li>div .box.angebot h4 {
    font-size: 18px;
    padding: 0 0 5px 0;
    color: #333;
    margin-top: 0;
}

#topmenu-in>div.li>div .box a.button:hover {
    color: #fff;
    text-decoration: none;
}

#topmenu h4 {
    color: #013267;
    font-size: 20px;
    padding: 0px;
    margin: 0px 0px 3px;
    line-height: 1;
    font-weight: 600;
    font-family: "Lato", Arial, sans-serif;
}

#topmenu .li.kontakt .kontakt-box h4 {
    font-weight: 400 !important;
    font-family: "Times New Roman", serif;
}

#topmenu-in .kontakt-box {
    background: url("../images/bg-tel.jpg") no-repeat scroll right bottom #fff;
    float: right;
    width: 50%;
    padding: 30px;
    border-left: 1px solid rgb(227, 227, 227);
    margin: -30px -30px -30px 30px;
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05) inset, 0px 0px 10px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05) inset, 0px 0px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05) inset, 0px 0px 10px rgba(0, 0, 0, 0.06);
}

#topmenu-in .kontakt div.box+div.box {
    width: 18% !important;
}


/* topmenu mobile icon  */

#mobiletoggle {
    cursor: pointer;
    font-size: 10px;
    height: 22px;
    width: 28px;
    outline: none;
    position: absolute;
    display: none;
    top: 131px;
    left: 20px;
    z-index: 20000;
    text-decoration: none;
}

#topmenu-in.aktiv {
    display: block;
}

#mobiletoggle:before,
#mobiletoggle:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 0.4em;
    background: #fff;
    border-radius: 3px;
    top: 0;
    left: 0;
    opacity: 1;
}

#mobiletoggle:after {
    top: auto;
    bottom: 0;
}

#mobiletoggle span {
    width: 100%;
    height: 0.4em;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.2em;
    border-radius: 2px;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
}

#mobiletoggle span::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.4em;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
}

#mobiletoggle strong {
    color: #fff;
    font-size: 21px;
    margin-left: 45px;
    margin-left: 45px;
    display: block;
    font-weight: bold;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#mobiletoggle.scrolled {
    position: fixed;
    top: 11px;
}

#teaserimage {
    margin: -30px -30px 30px -30px;
    width: auto;
    overflow: hidden;
}

#teaserimage img {
    width: 100%;
    height: auto;
    max-width: 1280px;
    border-bottom: 4px solid #013267;
}

main {
    width: 100%;
    /* max-width: 72.951%; */
    float: left;
    padding-left:65px;
    padding-right:65px;
}

aside.navi-right {
    width: 100%;
    max-width: 24.591%;
    float: right;
    display:none;
}

aside.navi-right p {
    padding: 3px 0px 7px;
}

aside.navi-right .box {
    background: #fff;
    padding: 15px;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    -moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

aside.navi-right .starbox {
    background: url(../images/bg-starbox.png) bottom right no-repeat #fff;
    background-size: auto 130%;
    padding: 15px;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    -moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    text-align: center;
}

aside.navi-right .starbox .quote {
    font-size: 50px;
    padding-top: 18px;
    display: block;
    color: #6E663D;
    font-weight: 600;
}

aside.navi-right .starbox h4 {
    padding: 7px 0 0 0;
    margin: 0;
}

aside.navi-right .starbox img {
    margin: 12px 0px 5px;
}

aside.navi-right .box h4 {
    height: 43px;
    line-height: 43px;
    padding: 0 5px 0 15px;
    margin: -16px -16px 15px -16px;
    background: #013267;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-size: 17px;
    border: 1px solid #8f8861;
}

aside.navi-right .starbox strong {
    margin: 0 -15px 15px;
    display: block;
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 10px 0;
    color: #dbac2a;
}

aside.navi-right .starbox a {
    color: #333;
    padding-bottom: 5px;
    display: inline-block;
}

aside.navi-right .starbox .starboximages {
    width: 100%;
    position: relative;
    height: auto;
    padding-top: 5px;
}

aside.navi-right .starbox .starboximages:after {
    content: '';
    display: table;
    clear: both;
}

aside.navi-right .starbox .starboximages .img1 {
    width: 30%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 5%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
    z-index: 1;
}

aside.navi-right .starbox .starboximages .img2 {
    width: 30%;
    height: auto;
    position: absolute;
    bottom: 0%;
    right: 5%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
    z-index: 1;
}

aside.navi-right .starbox .starboximages .img3 {
    width: 45%;
    height: auto;
    position: relative;
    margin-bottom: -4%;
    z-index: 2;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}

aside.navi-right .box .button {
    font-size: 15px;
}

aside.navi-right .box.info-abend .imgbox {
    margin: 0 -15px;
}

aside.navi-right .box.info-abend img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px 0;
    border-top: 2px solid #cfa852;
    border-bottom: 2px solid #cfa852;
}

aside.navi-right .box.info-abend i {
    color: #666;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

aside.navi-right .box.info-abend p {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0px 3px;
}

aside.navi-right .box.info-abend span.red {
    font-weight: bold;
}

aside.navi-right .box.qualitaet {
    text-align: center;
}

aside.navi-right .box.qualitaet h4 {
    padding-left: 0;
}

aside.navi-right .box.qualitaet img {
    margin: 10px 5px;
}

footer {
    /* border-top: 4px solid #e8e8e8; */
    font-size: 13px;
    background: #013267;
    color: #fff;
    text-shadow: 1px 1px 0 rgab(255, 255, 255, 0.3);
}

footer a:link {
    color: #ffffff;
    text-decoration: underline;
}

footer a:visited {
    color: #ffffff;
    text-decoration: underline;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer a:active {
    color: #ffffff;
    text-decoration: underline;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #ffffff;
    cursor: text;
}

footer table td {
    line-height: 16px;
    color: #ffffff;
}

footer table tr>td:nth-child(1) {
    min-width: 135px;
}

#footer-box h4 {
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 1px solid #acacac;
    position: relative;
    margin-bottom: 12px;
    padding: 20px 0 0 0;
    text-shadow: 1px 1px 0 rgab(255, 255, 255, 0.3);
}

#footer-box h4:after {
    content: "";
    position: absolute;
    bottom: -2px;
    border-bottom: 1px solid #cbcbcb;
    display: block;
    width: 100%;
}

#footer-box {
    width: 1220px;
    margin: 10px auto 30px auto;
}

#footer-box ul {
    list-style: none;
    margin: 0;
}

#footer-box ul li:before {
    content: "\203A ";
    font-size: 16px;
    padding-right: 3px;
}

#footer-box ul li a {
    text-decoration: none;
}

#footer-box ul li a:hover {
    text-decoration: underline;
}

#footer-box-1 {
    width: 20%;
    margin-right: 4%;
    float: left;
}

#footer-box-1 img.logo {
    left: -50px;
    position: relative;
}

#footer-box-2 {
    width: 20%;
    margin-right: 5%;
    float: left;
}

#footer-box-3 {
    width: 51%;
    margin-right: 0%;
    float: left;
}

#footer-box-4 {
    width: 100%;
    float: left;
    text-align: center;
}

#footer-box-4 form {
    position: relative;
    height: 40px;
    margin: 7px auto 4px;
    width: 50%;
}

#footer-box-4 form input[name="EMAIL"] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 70%;
    padding: 5px 10px 5px 10px;
    border: 1px solid #a7a7a7;
    border-right: none;
    -moz-box-shadow: none, inset 2px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none, inset 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: none, inset 2px 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 38px;
    height: 38px;
}

#footer-box-4 form input[name="subscribe"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    background: #013267;
    border: 1px solid #013267;
    border-left: none;
    line-height: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
}

#footer-box-4 form input[name="subscribe"]:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
}

#start-testimonials {
    clear: both;
    background: #EBEBEB;
    padding-top: 35px;
}

#start-testimonials-in {
    /* background: url(../images/bg-footer-in.png) center top no-repeat;
    background-size: auto 100%; */
    max-width: 1220px;
    min-width: 400px;
    padding: 0px 0px 35px 0px;
    margin: 0 auto;
    color: #666666;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center; 
}

#start-testimonials-in blockquote.testimonial {
    min-width: 280px;
    max-width: 350px;
    margin: 0;
    background: url(../images/bg-logobox.png) right bottom no-repeat #fff;
    padding-top: 20px;
 
}

blockquote.testimonial {
    line-height: 22px;
}


#pressebox {
    clear: both;
    background: #EBEBEB;
}

#pressebox-in {
    /* background: url(../images/bg-footer-in.png) center top no-repeat;
    background-size: auto 100%; */
    width: 1220px;
    padding: 35px 0px 35px 0px;
    margin: 0 auto;
    color: #666666;
}

#pressebox-in img {
    margin: 10px 9px 0px;
    max-height: 70px;
    height: 100%;
    width: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(../images/desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

#pressebox-in img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
}

.red.message.schedule {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    text-align: right;
    display: block;
    float: right;
    margin: 4px 0px 0px;
    padding: 0px;
}

.red.schedule {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    text-align: right;
    display: block;
    float: right;
    margin: 4px 0px 0px;
    padding: 0px;
}

#footer-bottom {
    width: 1220px;
    margin: 0 auto;
    padding: 22px 0 20px 0;
}

#urlbox {
    float: left;
    padding-top: 8px;
    font-size: 13px;
}

#urlbox a {
    text-decoration: none;
}

#urlbox a:hover {
    text-decoration: underline;
}

#sm-icons {
    float: right;
}

#sm-icons img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.grid.homeboxes .col-1-2 .imgbox {
    margin: -15px -15px 15px -15px;
}

.grid.homeboxes .col-1-2 img {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #cca347;
}

.grid.homeboxes .col-1-2 {
    background: url(../images/bg-logobox.png) right bottom no-repeat #fff;
    height: auto;
    font-size: 14px;
    padding: 15px;
    border: 1px solid #e2e2e2;
    -moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
}

.grid.homeboxes .col-1-2 h4 {
    font-size: 22px;
    color: #013267;
    padding: 0 0 5px 0;
    margin: 0;
    font-weight: 400;
    /* font-family: Times, "Times New Roman", serif; */
}

.grid.homeboxes .col-1-2 p {
    line-height: 20px;
}


/* Accordion */

.accordion {
    overflow: hidden;
    padding: 5px 0 15px 0;
}

.accordion>div {
    margin-bottom: 10px;
}

a.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-bottom: 0;
    background: #FAFAFA;
    border: 1px solid #efefef !important;
    transition: none;
    text-shadow: 0px 1px 0px #fff;
    outline: none;
    color: #013267;
    font-weight: bold;
    font-size: 16px;
    padding-right: 95px;
    position: relative;
    text-decoration: none;
}


/* a.accordion-section-title::after {

	content: "»";

	text-shadow:0px 1px 0px rgba(0,0,0,0.1);

	font-size: 30px;

	line-height:1;

	font-weight: normal;

	background:#ccc;

	color: #fff;

	position: absolute;

	top: 0;

	right: 0;

	float: right;

	display: block;

	padding: 0;

	margin: 10px;

}

*/

a.accordion-section-title.active,
a.accordion-section-title:hover {
    background: #fff;
    text-decoration: none;
    border: 1px solid #efefef;
    outline: none;
    color: #013267;
}

div.accordion-section:last-of-type,
a.accordion-section-title {
    border-bottom: none;
}

.accordion-section-content {
    padding: 15px;
    display: none;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.accordion-section-content.open {
    display: block;
    animation: fadein 0.6s;
    -moz-animation: fadein 0.6s;
    -webkit-animation: fadein 0.6s;
    -o-animation: fadein 0.6s;
}


/* tabbing */

ul.resp-tabs-list {
    margin: 15px 0 0 0;
    padding: 0px;
    border-right: 1px solid #E2E2E2;
    width: auto;
    float: left;
}

.resp-tabs-list li {
    font-weight: 600;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0px 0px 0px;
    list-style: none;
    cursor: pointer;
    float: left;
    color: #013267;
    font-size: 15px;
    height: 40px;
    background: #FAFAFA;
    line-height: 40px;
    border: none;
    border-left: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px 15px 8px 15px;
    background: url(../images/bg-logobox.png) right bottom no-repeat #fff;
    -moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
}

.resp-tab-active {
    border: 1px solid #E2E2E2 !important;
    border-bottom: none;
    border-top: 4px solid #013267 !important;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
}

.resp-tab-active {
    color: #fff !important;
    background: #013267 !important;
    border: none !important;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #E2E2E2;
    border-top: 2px solid #013267;
}

h2.resp-accordion {
    font-size: 16px;
    border: 1px solid #E2E2E2;
    border-top: 0px solid #E2E2E2;
    margin: 0px;
    padding: 15px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #E2E2E2 !important;
    margin-bottom: 0px !important;
    padding: 15px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #E2E2E2 !important;
    background: blue;
}


/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #E2E2E2 !important;
    border-left: 4px solid #333 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #E2E2E2;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}


/*-----------Accordion styles-----------*/

h2.resp-tab-active {
    background: #FAFAFA;
    /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #E2E2E2;
    /* !important;*/
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

.resp-tab-content>h2:first-of-type {
    padding-top: 0;
    margin-top: 0;
}

.resp-tab-content>h3:first-of-type {
    padding-top: 0;
    margin-top: 0;
}

.resp-tab-content ul,
ol {
    margin: 2px 0px 10px 30px;
}

#content img[width="600"] {
    width: 38%;
    height: auto;
    float: right;
    margin: 4px 5px 25px 30px;
    -moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
}

#content img[width="400"] {
    width: 28%;
    height: auto;
    float: right;
    margin: 4px 5px 25px 30px;
    -moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
}

.grid.partnerlogos {
    width: 100%;
    margin: 2% 0px 4% 0;
}

.grid.partnerlogos .col-1-4 {
    padding-right: 2%;
}

.grid.partnerlogos img {
    outline: none !important;
    border: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 139px;
    height: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(../images/desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    float: left;
}

.grid.partnerlogos img:hover {
    outline: none !important;
    border: none;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
}

.grid.gallery img {
    width: 100%;
    height: auto;
}

.testimonial {
    margin: 0 0 0 0;
    background: #F0F0F0;
    padding: 10px 50px;
    position: relative;
    font-weight: 400;
    color: #333;
    border-radius: 5px;
    text-shadow: 0 1px 0 #fff;
    background-image: linear-gradient(#fff, #F0F0F0);
}

.testimonial:before,
.testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 50px;
    line-height: 1;
    color: #013267;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}

.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.testimonial p {
    padding: 0 0 10px 0;
    margin: 0;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #F0F0F0;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    font-family: 'Lato', Arial, sans-serif;
    color: #333;
    text-align: left;
}

.testimonial-author span {
    font-size: 12px;
    color: #666;
}


/* Magnific Popup CSS */

a.lightbox>img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.lightbox>img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 60000;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 60001;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 60002;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 60003;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #7b7347;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**

       * Remove all paddings around the image on small screen

       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.grid.newsimages img {
    width: 90%;
    height: auto;
    max-width: 212px;
    margin: 10px 0 0 0;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.grid.newsimages a img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.audioplayer {
    height: 2.5em;
    /* 40 */
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #756b34;
    position: relative;
    z-index: 1;
    background: #333;
    background: -webkit-gradient( linear, left top, left bottom, from( #7b7347), to( #756b34));
    background: -webkit-linear-gradient( top, #7b7347, #756b34);
    background: -moz-linear-gradient( top, #7b7347, #756b34);
    background: -ms-radial-gradient( top, #7b7347, #756b34);
    background: -o-linear-gradient( top, #7b7347, #756b34);
    background: linear-gradient( top, #7b7347, #756b34);
    -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15), 5px 5px 10px rgba(0, 0, 0, 0.20);
    /* 20 */
    -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15), 5px 5px 10px rgba(0, 0, 0, 0.20);
    /* 20 */
    box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15), 5px 5px 10px rgba(0, 0, 0, 0.20);
    /* 20 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 7px 0 3px 0;
}

.audioplayer-mini {
    width: 2.5em;
    /* 40 */
    margin: 0 auto;
}

.audioplayer>div {
    position: absolute;
}

.audioplayer-playpause {
    width: 2.5em;
    /* 40 */
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1);
}

.audioplayer-mini .audioplayer-playpause {
    width: 100%;
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
    background-color: #756b34;
}

.audioplayer-playpause a {
    display: block;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    /* 8 */
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.25em;
    /* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
    width: 0.75em;
    /* 12 */
    height: 0.75em;
    /* 12 */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.375em 0 0 -0.375em;
    /* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
    width: 40%;
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
    left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
    right: 0;
}

.audioplayer-time {
    width: 4.375em;
    /* 70 */
    height: 100%;
    line-height: 2.375em;
    /* 38 */
    text-align: center;
    z-index: 2;
    top: 0;
}

.audioplayer-time-current {
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25);
    left: 2.5em;
    /* 40 */
}

.audioplayer-time-duration {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1);
    right: 2.5em;
    /* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0;
}

.audioplayer-bar {
    height: 0.875em;
    /* 14 */
    background-color: #756b34;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em;
    /* 110 */
    left: 6.875em;
    /* 110 */
    margin-top: -0.438em;
    /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
    right: 4.375em;
    /* 70 */
}

.audioplayer-bar div {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.audioplayer-bar-loaded {
    background-color: #261D07;
    z-index: 1;
}

.audioplayer-bar-played {
    background: #ffffff;
    background: -webkit-gradient( linear, left top, right top, from( #ffffff), to( #eee));
    background: -webkit-linear-gradient( left, #ffffff, #eee);
    background: -moz-linear-gradient( left, #ffffff, #eee);
    background: -ms-radial-gradient( left, #ffffff, #eee);
    background: -o-linear-gradient( left, #ffffff, #eee);
    background: linear-gradient( left, #ffffff, #eee);
    z-index: 2;
}

.audioplayer-volume {
    width: 2.5em;
    /* 40 */
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25);
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0;
}

.audioplayer-volume:hover,
.audioplayer-volume:focus {
    background-color: #756b34;
}

.audioplayer-volume-button {
    width: 100%;
    height: 100%;
}

.audioplayer-volume-button a {
    width: 0.313em;
    /* 5 */
    height: 0.375em;
    /* 6 */
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    /* 8 */
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: 50%;
    right: -0.25em;
    margin-top: -0.5em;
    /* 8 */
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
    width: 0.313em;
    /* 5 */
    height: 0.313em;
    /* 5 */
    border: 0.25em double #fff;
    /* 4 */
    border-width: 0.25em 0.25em 0 0;
    /* 4 */
    left: 0.563em;
    /* 9 */
    top: -0.063em;
    /* 1 */
    -webkit-border-radius: 0 0.938em 0 0;
    /* 15 */
    -moz-border-radius: 0 0.938em 0 0;
    /* 15 */
    border-radius: 0 0.938em 0 0;
    /* 15 */
    -webkit-transform: rotate( 45deg);
    -moz-transform: rotate( 45deg);
    -ms-transform: rotate( 45deg);
    -o-transform: rotate( 45deg);
    transform: rotate( 45deg);
}

.audioplayer-volume-adjust {
    height: 6.25em;
    /* 100 */
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px;
    background: #756b34;
    background: -webkit-gradient( linear, left top, left bottom, from( #7b7347), to( #756b34));
    background: -webkit-linear-gradient( top, #7b7347, #756b34);
    background: -moz-linear-gradient( top, #7b7347, #756b34);
    background: -ms-radial-gradient( top, #7b7347, #756b34);
    background: -o-linear-gradient( top, #7b7347, #756b34);
    background: linear-gradient( top, #7b7347, #756b34);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
    opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
    top: auto;
    bottom: 100%;
}

.audioplayer-volume-adjust>div {
    width: 40%;
    height: 80%;
    background-color: #261D07;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    background: -webkit-gradient( linear, left bottom, left top, from( #ffffff), to( #eee));
    background: -webkit-linear-gradient( bottom, #ffffff, #eee);
    background: -moz-linear-gradient( bottom, #ffffff, #eee);
    background: -ms-radial-gradient( bottom, #ffffff, #eee);
    background: -o-linear-gradient( bottom, #ffffff, #eee);
    background: linear-gradient( bottom, #ffffff, #eee);
}

.audioplayer-novolume .audioplayer-volume {
    display: none;
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
    -webkit-filter: drop-shadow( 1px 1px 0 #000);
    -moz-filter: drop-shadow( 1px 1px 0 #000);
    -ms-filter: drop-shadow( 1px 1px 0 #000);
    -o-filter: drop-shadow( 1px 1px 0 #000);
    filter: drop-shadow( 1px 1px 0 #000);
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.audioplayer-bar,
.audioplayer-volume-adjust>div {
    -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5), 1px 1px 0 rgba( 255, 255, 255, .1);
    -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5), 1px 1px 0 rgba( 255, 255, 255, .1);
    box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5), 1px 1px 0 rgba( 255, 255, 255, .1);
}

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
    -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5);
    -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5);
    box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5);
}

.audioplayer-volume-adjust {
    -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15), 2px -2px 2px rgba( 0, 0, 0, .15);
    -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15), 2px -2px 2px rgba( 0, 0, 0, .15);
    box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15), 2px -2px 2px rgba( 0, 0, 0, .15);
}

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}

#seminartable .red.message {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 13px;
    display: inline-block;
}

#seminartable .button-two {
    padding: 5px 25px;
    margin-top: 4px;
    min-width: 150px;
}

.seminars .button {
    padding: 1px 10px;
    margin: 0px;
    white-space: nowrap;
    float: right;
    font-size: 10pt;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.grid.team a[class^="col-"] {
    text-decoration: none;
    position: relative;
    text-align: center;
}

.grid.team a[class^="col-"]:hover {
    cursor: pointer;
}

.grid.team a .team-image {
    display: block;
}

.grid.team a .team-image img {
    width: 70%;
    height: auto;
    -moz-border-radius: 0 30%;
    -webkit-border-radius: 0 30%;
    border-radius: 0 30%;
    -moz-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(../images/desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.grid.team a:hover .team-image img {
    filter: none;
    -webkit-filter: grayscale(0%);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.grid.team a .team-name {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    margin: 5px 0 0 0;
    padding: 5px 10px;
    line-height: 22px;
    border-bottom: 1px dotted #ccc;
}

.grid.team a .team-pos {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
    color: #666;
    padding-top: 6px;
}

.grid.team a .team-infos {
    display: none;
    position: absolute;
    top: 10%;
    right: 10px;
    font-size: 14px;
    padding: 8px 12px;
    background: #F0F0F0;
    border: 1px solid #B1B1B1;
    box-shadow: 0px 1px #FFF inset;
    color: #2C2C2C;
    color: #013267;
    font-weight: bold;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 0px #FFF;
}

.grid.team a .team-infos:hover {
    color: #333;
}

.grid.team a[class^="col-"]:hover .team-infos {
    display: inline-block;
    animation: fadein 0.3s;
    -moz-animation: fadein 0.3s;
    -webkit-animation: fadein 0.3s;
    -o-animation: fadein 0.3s;
}


/* responsive anpassungen */

@media (max-width:1337px) {
    /* ++ plus scrollbar, 17px ++ */
    #container,
    #header-in,
    #topmenu-in,
    #footer-box,
    #pressebox-in,
    #footer-bottom {
        width: auto;
    }
    #container {
        margin: 0 20px;
    }
    #topmenu-in {
        margin-left: 20px;
        margin-right: 20px;
    }
    #header-in {
        padding: 0 20px;
    }
    a#logo {
        margin: 20px 0px 0px 15px;
    }
    #header-right {
        padding-right: 15px;
    }
    #footer-box,
    #pressebox-in,
    #footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
    #pressebox-in {
        text-align: center;
    }
}

/* @media (max-width:1280px) {
    main,
    aside.navi-right {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
}

@media (max-width:1250px) {
    main {
        max-width: 72.951%;
    }
    aside.navi-right {
        max-width: 24.591%;
    }
}

@media (max-width:1200px) {
    main {
        max-width: 70.951%;
    }
    aside.navi-right {
        max-width: 26.591%;
    }
} */

@media (max-width:1150px) {
    /* main {
        max-width: 68.951%;
    }
    aside.navi-right {
        max-width: 28.591%;
    } */
    main {
        padding-left:0px;
        padding-right:0px;
    } 
    #footer-box-1 {
        width: 21%;
        margin-right: 3%;
    }
    #footer-box-2 {
        width: 18%;
        margin-right: 3%;
    }
    #footer-box-3 {
        width: 55%;
    }
    .grid .col-1-3 {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 3.5%;
    }
    .grid .col-1-3:nth-child(3n) {
        margin-right: 4%;
    }
    .grid .col-1-3:nth-child(3n+1) {
        clear: none;
    }
    .grid .col-1-3:nth-child(2n) {
        margin-right: 0;
    }
    .grid .col-1-3:nth-child(2n+1) {
        clear: left;
    }
}

/* @media (max-width:1100px) {
    main {
        max-width: 66.951%;
    }
    aside.navi-right {
        max-width: 30.591%;
    }
}

@media (max-width:1050px) {
    main {
        max-width: 64.951%;
    }
    aside.navi-right {
        max-width: 32.591%;
    }
} */

@media (max-width:960px) {
    aside.navi-right .starbox .starboximages .img3 {
        margin-bottom: 0%;
    }
    #mobiletoggle {
        display: block;
        margin-top: 10px;
    }
    #topmenu-in {
        display: none;
    }
    #topmenu-in {
        z-index: 100000;
        position: relative;
        padding: 0;
        margin: 0;
        top: 50px;
        background: #fff;
        -moz-box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.2);
        display: none;
        border-bottom: 3px solid #013267;
    }
    #topmenu-in.aktiv {
        display: block;
    }
    #mobiletoggle {
        display: block;
    }
    #topmenu-in>div.li {
        display: block;
        height: inherit;
        position: relative;
    }
    #topmenu-in>div.li>a,
    #topmenu-in>div.li.aktiv>a {
        text-align: left;
        padding: 0 20px;
        margin: 0px;
        display: block;
        line-height: 50px;
        font-weight: bold;
        top: inherit;
        border: none;
        position: inherit;
        margin-bottom: 0;
        height: inherit;
        font-size: 18px;
        color: #333;
        text-decoration: none;
        border-left: none;
        white-space: normal;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        border-top: none !important;
        background: #fff;
        text-shadow: none;
    }
    #topmenu-in>div.li>div {
        border-left: none;
        border-right: none;
    }
    #topmenu-in>div.li>a:hover,
    #topmenu-in>div.li:hover>a,
    #topmenu-in>div.li.aktiv>a:hover {
        color: #013267;
        top: inherit;
        position: inherit;
        margin-bottom: 0;
        height: inherit;
    }
    #topmenu-in>div.li:last-child>a,
    #topmenu-in>div.li:first-of-type a {
        border-left: none;
        border-right: none;
    }
    #topmenu-in>div.li>div {
        display: none;
        position: relative;
        left: inherit;
        float: left;
    }
    #topmenu-in>div.li:hover>div {
        display: none;
    }
    #topmenu-in>div.li>div {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    main {
        max-width: inherit;
    }
    aside.navi-right {
        max-width: inherit;
        margin-top: 45px;
    }
    #topmenu-in>div.li:nth-child(2)>div .box,
    #topmenu-in>div.li:nth-child(3)>div .box,
    #topmenu-in>div.li:nth-child(4)>div .box,
    #topmenu-in>div.li:nth-child(5)>div .box,
    #topmenu-in>div.li:nth-child(6)>div .box {
        width: 100%;
        margin: 0;
    }
}

@media (max-width:880px) {
    #footer-box-4,
    #footer-box-3 {
        width: 100%;
        float: left;
        margin: 0;
    }
    #footer-box-2 {
        width: 47%;
        margin-right: 0%;
        float: left;
    }
    #footer-box-1 {
        width: 47%;
        margin-right: 6%;
    }
    #footer-box-4 form {
        width: 70%;
    }
}

@media (max-width:800px) {
    #sm-icons {
        float: left;
        display: block;
        width: 100%;
        margin: 15px 0 0 0;
    }
    #topmenu-in>div.li>div .box {
        width: 100% !important;
        font-size: 15px;
        float: left;
        line-height: 20px;
        margin: 0 0 1% 0 !important;
    }
    #topmenu-in>div.li>div .box.angebot {
        float: left;
        margin: 30px -30px -30px !important;
    }
    .grid .col-1-4 {
        width: 48.25%;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
    }
    .grid .col-1-4:nth-child(2n) {
        margin-right: 0;
    }
    .grid .col-1-4:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width:700px) {
    .grid.homeboxes .col-1-2 {
        width: 100%;
        margin: 0 0 4% 0;
    }
}

@media (max-width:600px) {
    #topmenu .box.angebot>div {
        width: auto;
    }
    a#logo {
        margin: 0px auto;
        width: auto;
        float: none;
    }
    a#logo>img {
        margin: 0 auto 0px auto;
        float: none;
        display: block;
    }
    #header-right {
        padding-right: 15px;
        position: absolute;
        top: 19px;
        right: 0px;
    }
    #lang {
        display: none;
    }
    #lang-bottom {
        display: block;
    }
    #header-in {
        padding: 20px 0px 0px 0px;
    }
    #container {
        margin: 0;
    }
    #hotline:hover #hotline-hover {
        display: none;
        animation: none;
        -moz-animation: none;
        -webkit-animation: none;
        -o-animation: none;
    }
    #hotline-in>a {
        float: left;
        width: 26px;
        height: 20px;
        font-size: 15px;
        display: block;
        margin: 3px 12px 0px 0px;
        background: url(../images/icon-tel-w.png) center center no-repeat;
        background-size: 23px auto;
        margin: 3px 0 0px 0px;
        text-indent: -10000px;
        text-align: left;
    }
    #hotline #hotline-in>a,
    #hotline:hover #hotline-in>a {
        background: url(../images/icon-tel-w.png) center center no-repeat;
        background-size: 30px auto;
        cursor: pointer;
        width: 30px;
        height: 30px;
        margin-top: 15px;
    }
    #hotline #hotline-in>i {
        display: none;
    }
    #hotline {
        margin: 103px 0 0px 0px;
        z-index: 30000;
    }
    #hotline:hover #hotline-in {
        margin: 0;
        padding: 0;
    }
    #footer-box-4,
    #footer-box-3,
    #footer-box-2,
    #footer-box-1 {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        text-align: center;
    }
    footer table tr>td:nth-child(1) {
        min-width: inherit;
        padding-top: 10px;
    }
    footer table td {
        line-height: 14px;
        display: block;
        text-align: center;
    }
    #pressebox-in {
        text-align: center;
    }
    #urlbox,
    #sm-icons {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px 0;
        line-height: 18px;
    }
    #footer-box-4 form {
        width: 100%;
    }
    #topmenu-in>div.li>div span.small {
        padding: 2px 0px 10px 0;
    }
    #topmenu-in>div.li>div ul li:before {
        display: none;
    }
}

@media (max-width:500px) {
    main form .button,
    main form a.button {
        width: 100% !important;
        padding: 15px 12px 12px;
        margin-top: 0;
    }
}

@media (max-width:400px) {
    #lang span {
        display: none;
    }
    #lang a {
        height: 15px;
    }
    #container {
        padding: 15px;
    }
    #teaserimage {
        margin: -15px -15px 15px;
    }
    #footer-box-4 form input[type="button"] {
        width: 35%;
        font-size: 13px;
    }
    #footer-box-4 form input[name="email"] {
        width: 65%;
    }
}


/* min layout width fix */

@media (max-width:280px) {
    body,
    html {
        min-width: 280px;
    }
}


/* Anpassung Navigation-Layer */

#topmenu .col {
    width: 30% !important;
    position: relative;
    margin-right: 3% !important;
}

@media (max-width: 960px) {
    #topmenu .col {
        width: 100% !important;
    }
}

#topmenu .col .content {
    margin: 5px 0 25px 0 !important;
}

#topmenu .col strong {
    color: #013267;
    padding: 0px;
    margin: 0px 0px 3px;
    line-height: 1;
    font-family: "Lato", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #333;
    display: block;
}

#topmenu .col p {
    line-height: 22px !important;
    padding-bottom: 0px !important;
    margin-bottom: 4px !important;
}

#topmenu .col li {
    display: block;
    position: relative;
}

#topmenu .col li div {
    min-height: 323px;
}

#topmenu .col li:before {
    position: absolute;
    margin-bottom: 4px;
}

#topmenu .col li a {
    margin-left: 10px;
    display: block;
    position: relative;
    margin-bottom: 4px;
}

@media (max-width: 600px) {
    #topmenu .col li a {
        margin-left: 0px;
    }
}

#topmenu .col li .small {
    padding: 0px !important;
    margin-bottom: 6px;
}

#topmenu .col li br {
    display: none;
}

div.h3 {
    line-height: 1;
    font-weight: 400;
    /* font-family: Times, "Times New Roman", serif; */
    color: #013267;
    font-size: 22px;
    padding: 0;
    margin: 0 0 15px 0;
}

#topmenu-in .kontakt-box.dev {
    width: calc(40% + 70px) !important;
    margin-left: 0px !important;
}

@media (max-width: 900px) {
    #topmenu-in .kontakt-box.dev {
        width: auto !important;
        margin: -30px -30px 30px !important;
        border-bottom: 1px solid rgb(238, 238, 238) !important;
    }
}

#topmenu-in .kontakt-box.dev strong {
    font-weight: 400 !important;
    /* font-family: "Times New Roman", serif; */
    color: #013267;
    font-size: 20px;
    padding: 0px;
    margin: 0px 0px 3px;
    line-height: 1;
}

#topmenu-in .kontakt-box.dev em {
    color: #333;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

.text-small {
    font-size: 80%;
}

.callout { 
        padding: 10px; margin: 10px 0; 
        background-color: #EBEBEB; 
        display: flex; 
        flex-wrap: wrap; 
        gap: 10px; 
        justify-content: center; 
}

.callout-section { 
    min-width: 280px;
    max-width: 350px;
    padding: 10px;
}

@media (max-width: 900px) { 
    .callout-section { width: 90%; }
}

#logo {
    top: -35px;
    position: relative;
}

#video-slider {
    width: 1280px;
    height: 404px;
    overflow: hidden;
    position: relative;
}

#ytplayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

img.contact-logo {
    left: -37px;
    position: relative;
}

.contact-box-address {
    padding-left: 30px;
    line-height: 14px;
}

#start-video {
    margin: -30px -30px 30px -30px;
    overflow: hidden;
    width: auto;
    height: 380px;
    overflow: hidden;
    position: relative;  
    background: url(../images/banner-cloud.png) no-repeat #fff;
}

#video-slogan {
    height: 360px;
    display: flex;
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    position: relative;
    z-index: 10;
}

#video-slogan-text {
    text-align: center; /* Optional: Text im Container zentrieren */
    color: #fff;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 63px;
    text-shadow: 1px 1px #ccc;
    padding: 20px 50px;
    background: url(../images/video-slogan-back.png) left top no-repeat;
}

@media (max-width: 960px) {
    #video-slogan-text {
        font-size: 25px;
    }
}

#slider{
	width: 640px; /*Same as width of the large image*/
	position: relative;
	/*Instead of height we will use padding*/
	padding-top: 320px; /*That helps bring the labels down*/
	
	margin: 100px auto;
	
	/*Lets add a shadow*/
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}


/*Last thing remaining is to add transitions*/
.dynslider>img{
	position: relative;
	left: 0; top: 0;
	transition: all 0.5s;
    max-width:640px;
}

.dynslider input[name='slide_switch'] {
	display: none;
}

.dynslider label {
	/*Lets add some spacing for the thumbnails*/
	margin: 18px 0 0 18px;
	border: 3px solid #999;
	
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	
	/*Default style = low opacity*/
	opacity: 0.6;
}

.dynslider label img{
	display: block;
}

/*Time to add the click effects*/
.dynslider input[name='slide_switch']:checked+label {
	border-color: #666;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.dynslider input[name='slide_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.dynslider input[name='slide_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
}
/*Clicking on any thumbnail now should activate the image related to it*/

/*SLIDER */

.slider-container {
    padding: 10px;
    max-width: 600px;
    text-align: center;
}

.big-image1,
.big-image2 {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}


.big-image1 img,
.big-image2 img {
    width: 100%;
    height: 100%;
    transition: opacity 1s ease;
    object-fit: cover;
}

.big-image1 img.fade-out,
.big-image2 img.fade-out {
    opacity: 0; /* Bild ausblenden */
}

.thumbnail-container {
    display: flex;
    justify-content: space-around;
  justify-content: center; /* Zentriert die Thumbnails */
    gap: 5px; /* Abstand zwischen den Thumbnails */
}

.thumbnail1,
.thumbnail2 {
    width: 40px;
    height: 30px;
    cursor: pointer;
    opacity: 0.5; 
    transition: opacity 0.3s ease, border-color 0.3s ease;
    object-fit: cover; 
}

.thumbnail1.active,
.thumbnail2.active {
    opacity: 1; /* Volle Deckkraft für das aktive Thumbnail */
}

.thumbnail1:hover,
.thumbnail2:hover {
    border-color: #013267;
}

.slider-text {
    padding-left: 40px;
    line-height: 22px;
}