@font-face {
    font-family: 'ITCAvantGardeStd-Md';
    src: url('fonts/ITCAvantGardeStd-Md.eot?#iefix') format('embedded-opentype'), url('fonts/ITCAvantGardeStd-Md.otf') format('opentype'),
    url('fonts/ITCAvantGardeStd-Md.woff') format('woff'), url('fonts/ITCAvantGardeStd-Md.ttf') format('truetype'), url('fonts/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITCAvantGardeStd-XLt';
    src: url('fonts/ITCAvantGardeStd-XLt.eot?#iefix') format('embedded-opentype'), url('fonts/ITCAvantGardeStd-XLt.otf') format('opentype'),
    url('fonts/ITCAvantGardeStd-XLt.woff') format('woff'), url('fonts/ITCAvantGardeStd-XLt.ttf') format('truetype'), url('fonts/ITCAvantGardeStd-XLt.svg#ITCAvantGardeStd-Md') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book';
    src: url('fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
    url('fonts/ITCAvantGardeStd-Bk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'ITC Avant Garde Gothic Std Book';
}

.contentStart {
    margin-top: 105px;
}

a {
    color: #6a9ed3;
}

a:hover {
    color: #6a9ed3;
    text-decoration: none;
}

.navbar {
    background-color: #4060a9 !important;
    margin: 0px;
    padding: 0px;
}

.navbar-brand {
    background-color: #fff !important;
    padding: 20px;
    display: inline-block;
    position: absolute;

}

.nav-link {
    transition: 0.4s;
}

.nav-item a {
    color: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    min-width: 100px;
}

.nav-item a.socials {
    padding-left: 20px !important;
    padding-right: 0px !important;
}

.nav-link:not(.socials) {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    padding: 40px;
}

.nav-link:not(.socials):before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6a9ed3;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav-item.active .nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 4px;
    background: #6a9ed3;
    height: 4px;
}

.navbar {
    -webkit-transition: padding 0.2s ease;
    -moz-transition: padding 0.2s ease;
    -o-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
}

.nav-item:not(.active) .nav-link:not(.socials):hover:before, .nav-link:not(.socials):focus:before, .nav-link:not(.socials):active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar > .container, .navbar > .container-fluid {
    align-items: normal !important;
}

.breadcrumb {
    background-color: white;

}

.breadcrumb {
    color: #6a9ed3 !important;
    font-size: 13px;
    margin-bottom: 0px !important;
    padding-left: 1px !important;;
    margin-left: 200px;
}

.breadcrumb a {
    color: #6a9ed3 !important;
    font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: none;
}

.breadcrumb-item {
    padding: 1px;
}

.breadcrumb-icon {
    color: #6a9ed3 !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
}

.contact {
    padding: .1px;
    color: #6a9ed3;
    font-size: 13px;
}

.carousel-inner > .carousel-item {
    height: 40vh !important;
}

.carousel-item .img-fluid {
    width: 100%;
}

.carousel-indicators li {
    width: 40px;
    height: 5px;
    background-color: #3f5fa8;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-caption {
    bottom: 50%;
}

.slogans span {
    font-family: 'ITCAvantGardeStd-Md';
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
}

.slogans span.ideen {
    background-color: #52a0d8;
}

.slogans span.farben {
    background-color: #f8c71f;
}

.slogans span.lebenstil {
    background-color: #e41910;
}

footer {
    padding-top: 15px;
    color: white;
    margin-top: 15px;
    height: 200px;
    background-color: #3f5fa8;
    font-size: 12px !important;
}

footer a {
    color: white;
}

.footer-bottom-right {
    position: relative;
    bottom: 0px;
}

.row.grau {
    background-color: #f6f6f6;
}

#logo-small {

}


.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #6a9ed3;
    margin-top: -2px;
    margin-left: -28px;
    min-width: 12rem;
    text-align: center;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    /*left:-100%;*/
    left: -10rem; /* 10rem is the min-width of dropdown-menu */
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-menu .nav-link {
    color: #fff !important;
    padding: 5px !important;
}

.dropdown-menu .nav-item {
    padding: 5px;
}

