/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v18-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v18-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v18-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/raleway-v18-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v18-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v18-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v18-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v18-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v18-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-italic - latin */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/raleway-v18-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v18-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700italic - latin */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/raleway-v18-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v18-latin-700italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800italic - latin */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/raleway-v18-latin-800italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v18-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v18-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v18-latin-800italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v18-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v18-latin-800italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

body, html {
    height: 100%;
    -ms-overflow-style: scrollbar;
}

body { /*overflow-x:hidden;*/
    position: relative;
    background: #fff;
    color: #454545;
    font-weight: 300;
    font-size: 18px;
	font-family: 'Raleway', sans-serif
}

@media (min-width: 1200px) {
    body {
        padding: 0 30px;
    }
}


b, strong {
    font-weight: 700;
}

body, input, button, select, textarea, button, input[type="button"], input[type="submit"] {
    font-size: 18px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
	font-family: 'Raleway', sans-serif
}

button, input, select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border-radius: 0 !important;
    border: 0;
}

.container-fluid {
    max-width: 1830px
}


a {
    color: #333;

}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    font-weight: 400;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.btn.active {
    background-color: #55c0eb;
    border-color: #55c0eb;
}

a:hover,
a:focus {
    color: #666;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
    right: 0;
    left: auto !important
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */

    padding-top: 30px;
    /* IE6 workaround*/

    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#simpleheader {
    background-color: #2165f6;
}


#main-slider {
    position: relative;
    height: auto;
    z-index: 5;
    background-color: #666666;
}


#main-slider .carousel-inner {
    height: auto;
}

#main-slider .carousel-item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    padding-bottom: 35%;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {


}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #main-slider .carousel-item {
        padding-bottom: 40%;
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #main-slider .carousel-item {
        padding-bottom: 45%;
    }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #main-slider .carousel-item {
        padding-bottom: 50%;
    }

}

/* Portrait phones and smaller */
@media (max-width: 565px) {
    #main-slider .carousel-item {
        padding-bottom: 55%;
    }
}

.carousel-inner {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
}

.carousel .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    color: #fff;

}

.carousel .captionBG {
    background-color: #fab30f;
    mix-blend-mode: color;
    z-index: 3;
    transform: skewX(15deg);
    transform-origin: left bottom
}


.carousel .caption:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.carousel .captionBG:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    right: auto;
    background-color: #fab30f;
    width: 100%;
}


.carousel .caption p {
    color: #fff;
}

.carousel .caption p.h1 span {
    background-color: #ffF;
    padding: 5px 10px;
    color: #2165f6
}

.carousel .caption p.h1 + p {
    margin-top: 15px;
    font-weight: 700;
}

.carousel .caption p.h1 + p span {
    color: #ffF;
    padding: 5px 10px;
    background-color: #2165f6
}

#sub-slider {
    position: relative;
    height: auto;
    z-index: 5;
    background-color: #666666;

}

.carousel-control-next, .carousel-control-prev {
    z-index: 100;
}


#sub-slider .carousel-inner {
    height: auto;
}

#sub-slider .carousel-item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    padding-bottom: 25%;
}

.carousel-inner {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
}

#sub-slider .caption {
    position: absolute;
    left: 0;
    bottom: 5%;
    max-height: 90%;
    right: 0;
    z-index: 2;
    color: #fff;
}

#sub-slider .caption p {
    color: #fff;
}

#main-slider, #sub-slider, #simpleheader {
    margin-top: 70px;
}


.headervideo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.carousel-item.hasVideo .caption {
    top: 50%;
    opacity: 1;
    transition: opacity ease .3s;
}

.carousel-item.hasVideo:hover .caption {
    opacity: .15;
}

@media (max-width: 767.98px) {
    .carousel p.h1 {
        font-size: 18px
    }

    .carousel .caption p.h1 span,
    .carousel .caption p.h1 + p span {
        padding: 3px 6px !important;
    }

    .carousel p:not(.h1) {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .carousel-indicators {display: none}
    .carousel .caption p.h1 span,
    .carousel .caption p.h1 + p span {
        padding: 2px 4px !important;
    }

    .carousel p.h1 {
        font-size: 16px
    }
    .carousel p:not(.h1) {
        font-size: 8px;
    }
}


.thetabler {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.caption .thetabler {
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
}

.thetable {
    display: table;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.thetable .inner {
    display: table-cell;
    vertical-align: middle;
}

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

.gap {
    margin-bottom: 30px !important;
}

.big-gap {
    margin-bottom: 60px !important;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.versteckt {
    opacity: 0
}

.sichtbar {
    opacity: 1
}

.shadow {
    box-shadow: 0px 0px 3px 1px #333;
    -moz-box-shadow: 0px 0px 3px 1px #333;
    -webkit-box-shadow: 0px 0px 3px 1px #333;
}

.inner-shadow {
    -moz-box-shadow: inset 0 8px 8px -8px #000,
    inset 0 -8px 8px -8px #000;
    -webkit-box-shadow: inset 0 8px 8px -8px #000,
    inset 0 -8px 8px -8px #000;
    box-shadow: inset 0 8px 8px -8px #000,
    inset 0 -8px 8px -8px #000;
}

.img-responsive {
    margin: 0 auto;
}

p {
    margin-bottom: 1.2em;
}

p a {
    text-decoration: underline;
}

p.small {
    margin-bottom: 0;
}

section {
    padding: 100px 0
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    section {
        padding: 75px 0
    }
}

/* Portrait phones and smaller */
@media (max-width: 565px) {
    section {
        padding: 50px 0
    }
}

section + section {
    padding-top: 0
}

section#maincontent {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px
}

section#maincontent + section {
    padding-top: 0;
}

@media (max-width: 767.98px) {
    section#maincontent {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 50px
    }
}

body #wrapper {
    overflow: hidden
}

.tcenter hr {
    margin: 30px auto !Important
}

hr.full {
    width: 100% !important;
    margin: 50px auto !important
}

#sidebar hr.full {
    margin: 30px auto !Important
}

#sidebar .recentposts p:last-child {
    margin-bottom: 0
}

.sidebarelement {
    margin-bottom: 30px !important;
    background-color: #f6f6f6;
    padding: 15px;
    font-size: 85%;
}

.sidebarelement a {
    display: block
}

.sidebarelement a:hover {
    opacity: .85
}

.sidebarelement.invert {
    background-color: #55c0eb;
    color: #fff;
}

.sidebarelement.invert h1,
.sidebarelement.invert h2,
.sidebarelement.invert h3,
.sidebarelement.invert h4,
.sidebarelement.invert h5,
.sidebarelement.invert h6,
.sidebarelement.invert p,
.sidebarelement.invert a,
.sidebarelement.invert i {
    color: #fff;
}


.postthumb {
    overflow: hidden;
    max-height: 250px;
    position: relative;
    z-index: 5;
}

.postthumb img {
    min-width: 100%;
}


/** SHARE **/
#share a {
    padding: 5px;
    display: inline-block;
    color: #55c0eb
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h1, .h2, .quotes {
    letter-spacing: 0;
    color: #2165f6;
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6, .projektitem h5 {
    color: #55c0eb;
    font-weight: 300;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 40px;
    }

    h2, .h2 {
        font-size: 34px;
    }

    h3, .h3 {
        font-size: 30px;
    }

    h4, .h4 {
        font-size: 26px;
    }

    h5, .h5 {
        font-size: 22px;
    }

    h6, .h6 {
        font-size: 18px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    h1, .h1 {
        font-size: 32px;
    }

    h2, .h2 {
        font-size: 27px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 21px;
    }

    h5, .h5 {
        font-size: 17px;
    }

    h6, .h6 {
        font-size: 17px;
    }

    body {
        font-size: 16px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    h1, .h1 {
        font-size: 32px;
    }

    h2, .h2 {
        font-size: 27px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 21px;
    }

    h5, .h5 {
        font-size: 17px;
    }

    h6, .h6 {
        font-size: 17px;
    }

    body {
        font-size: 16px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 28px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 19px;
    }

    h5, .h5 {
        font-size: 17px;
    }

    h6, .h6 {
        font-size: 17px;
    }

    body {
        font-size: 16px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 565px) {
    h1, .h1 {
        font-size: 28px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 19px;
    }

    h5, .h5 {
        font-size: 17px;
    }

    h6, .h6 {
        font-size: 17px;
    }

    body {
        font-size: 16px;
    }
}

/** BREADCRUMB**/
#breadCrumb {
    padding: 15px 0px;
    position: relative;
    z-index: 3;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

#breadCrumb + #cta {
    margin-top: 0
}

#breadCrumb p {
    margin: 0;
    padding: 0;
}

.breadCrumb i {
    margin: 0px
}

.breadCrumb strong {
    color: #55c0eb;
}

#breadCrumb a, #breadCrumb i, #breadCrumb p, #breadCrumb p a {
    font-size: 12px;
    text-decoration: none !important
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    #breadCrumb > div > .row {
        margin: 0;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #breadCrumb > div > .row {
        margin: 0;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #breadCrumb {
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #breadCrumb {
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #breadCrumb {
    }

    .breadcrumbholder {
        padding: 15px;
        margin: 0 -15px;
        font-size: 10px;
    }

    .breadcrumbholder i {
        margin: 0 2px
    }
}

/** AJAX**/
.ajBtn {
    cursor: pointer;
}

header {
    background-color: #fff;
    z-index: 100;
}

/** CTA **/
#cta {
    background-color: #eee;
    color: #fff;
    position: relative;
    margin-bottom: 250px;
    padding-bottom: 0;
    margin-top: 30px;
    z-index: 1;
}

#cta p.h2 {
    color: #333;
}

#cta:before,
#cta:after {
    content: '';
    position: absolute;
    top: 100%;
    background-color: #eee;
    height: 150px;
}

#cta:before {
    left: 0;
    right: 50%;
    transform: skewY(5deg);
    transform-origin: right top;
    z-index: -1;
}

#cta:after {
    left: 50%;
    right: 0%;
    transform: skewY(-5deg);
    transform-origin: left top;
    z-index: -1
}

@media (max-width: 767px) {
    #cta { margin-bottom: 150px;}
    #cta:before,
    #cta:after { height: 50px }
}

@media (min-width: 1600px) {
    #cta .container {
        max-width: 1440px;
    }
}

.ctaitem.blue i,
.ctaitem.blue .h2 {
    color: #2165f6
}

.ctaitem.orange i,
.ctaitem.orange .h2 {
    color: #ed674f
}

.ctaitem.yellow i,
.ctaitem.yellow .h2 {
    color: #fac90f
}

.ctaitem.lightblue i,
.ctaitem.lightblue .h2 {
    color: #55c0eb
}

.ctaitem.darkblue i,
.ctaitem.darkblue .h2 {
    color: #1a305b
}

.ctaitem:hover {opacity: .75}

/** DOWNLOADITEM **/
.downloaditem {    background-color: #fafafa;
    display: block;
    padding: 15px 15px;}
.downloaditem.private i.privateicon,
.downloaditem i.openicon{ display: inline-block}
.downloaditem i.privateicon,
.downloaditem.private i.openicon { display: none}
/**LINKS **/

#links {
    background-color: #eee;
    color: #fff;
    position: relative;
    margin-top: 150px;
    z-index: 1;
    padding-top: 50px !important;
}

#links:before,
#links:after {
    content: '';
    position: absolute;
    bottom: 100%;
    background-color: #eee;
    height: 150px;
}

#links:before {
    left: 0;
    right: 50%;
    transform: skewY(5deg);
    transform-origin: 0 0;
    z-index: -1;
}

#links:after {
    left: 50%;
    right: 0%;
    transform: skewY(-5deg);
    transform-origin: 100% 100%;
    z-index: -1
}

#links ul {
    display: block;
    padding: 0;
    margin: 0;
}

#links ul li {
    position: relative;
    display: inline-block;
    margin: 3px;
}

#links ul li a {
    padding: 10px 15px;
    display: block;
    border: 1px solid #1a305b;
    color: #1a305b;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    z-index: 2;

}

#links ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    background-color: #1a305b;
    transition: right ease .3s;
    z-index: -1
}

#links ul li a:hover {
    color: #fff !important;
}

#links ul li a:hover:after {
    right: 0;
}

/** NAVBAR **/
header .container-fluid {
    max-width: 100%;
}

#secondNav {
    transform: translateY(-150%);
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    max-width: 100%;
}

body.navaffix #secondNav {
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

body.navaffix #secondNav {
    transform: translateY(0%)
}


.navbar {
    border: none !important;
    z-index: 999;
    border-radius: 0 !Important;
    margin-bottom: 0;
    font-weight: 300;
    padding: 0;
    background-color: #fff;
    padding: 0 30px;
    transition: box-shadow ease .3s, transform ease .3s;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

body.navaffix .navbar {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

@media (max-width: 767.98px) {
    .navbar { padding:0; }
}

.navbar-nav li a {

		font-family: 'Raleway', sans-serif;

}

.navbar-nav > li > a {
    font-size: 16px;
    padding: 10px 15px
}

.navbar-nav > li:hover > a {
    background-color: #1a305b !important;
    color: #fff
}

.navbar-nav li.active a, .navbar-nav li.current-menu-item > a, .navbar-nav li.current-menu-parent > a,
.dropdown-item.active, .dropdown-item:active, .navbar-nav li.current-page-ancestor > a, .navbar-nav li.current-post-ancestor > a {
    background-color: #2165f6;
    color: #fff;
}

.navbar-brand {
    height: auto;
    left: 0;
    top: 0;
    padding: 15px 0;
    z-index: 1000;
}

.navbar-second-brand {
    height: auto;
    left: 0;
    top: 0;
    padding: 10px 0;
    z-index: 1000;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 50px;
}

.navbar-second-brand img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 50px;
}

.navbar-header {
    width: 100%;
}

.dropdown-toggle::after {
    margin-left: 0;
    vertical-align: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    border: 0;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .navbar-brand img {
        height: 50px;
        margin: 0
    }
}

nav .meta {
    position: absolute;
    top: 100%;
    right: 45px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    margin-top: -10px;
    background-color: #333;
}

nav .meta li a {
    display: block;
    font-size: 12px;
    color: #fff;
}

/** NAVBAR **/
/** FULL SIZE NAV **/

@media (min-width: 992px) {

    .mobilenav {
        display: none;
    }
}

@media (max-width: 991px) {
    #secondNav .mainNav {
        padding: 5px 30px;
    }

    .menui {
        background: #fff;
        transition: 0.6s ease;
        transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
        margin-top: 10px;
        position: absolute;
    }


    body.navaffix .menuicon {
        top: 0;
    }

    body.navaffix .menuicon, .menuicon {
        top: 0;
    }

    footer {
        margin-bottom: 0 !important
    }


    body #wrapper {
        transition: transform ease .3s;
        background-color: #fff;
    }

    body.menuopen #wrapper, body.menuopen nav {
        transform: translateX(-450px);
    }

    body.menuopen.navaffix #secondNav {
        transform: translateY(0) translateX(-450px);
    }

    body.menuopen {
        overflow: hidden
    }

    body.menuopen .menuicon {
        background: #2165f6;
    }

    body.menuopen .mobilenav {
        right: 0px;
        box-shadow: inset 3px 0 5px rgba(0,0,0,.15);
    }

    .mobilenav {
        top: 0;
        bottom: 0;
        min-width: 140px;
        z-index: 999;
        padding: 50px;
        position: fixed;
        height: 100%;
        overflow: auto;
        border-right: 1px solid #999;
        transition: right ease .3s;
        text-align: left;
        width: 450px;
        right: -450px;
        background-color: #fafafa;
        box-shadow: inset 3px 0 5px rgba(0,0,0,0);
    }

    .mobilenav .search-form {
        margin-top: 50px;
    }

    .mobilenav .search-form input {
        width: 100%;
    }

    .mobilenav .table {
        display: table;
        margin-bottom: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
        padding: 50px 0
    }

    .mobilenav .table .inner {
        display: table-cell;
        vertical-align: middle;
    }

    .mobilenav.in {
        display: table;
    }

    .mobilenav ul {
        margin: 0;
        padding: 0;
    }

    .mobilenav li {
        list-style-type: none;
        list-style-image: none;
        list-style: none;
        text-align: left;
        margin: 4px 0;
        margin-right: 5px;
        position: relative;
        float: left;
        clear: both;
        z-index: 2;
    }


    .mobilenav li ul {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .mobilenav li ul:hover {
        opacity: 1;
    }

    .mobilenav li ul li ul li {
        display: inline-block;
        position: relative;
        float: left;
        clear: none
    }

    .mobilenav li ul li ul li a {
        font-size: 90%;
    }

    .mobilenav li a {
        font-size: 20px;
        line-height: 1;
        position: relative;
        display: inline-block;
        clear: both;
        color: #666666;
        text-decoration: none;
        padding: 5px 8px;
			font-family: 'Raleway', sans-serif;


    }

    .mobilenav li.active a, .mobilenav li.current-menu-item > a, .mobilenav li.current-menu-parent > a {
        background-color: #2165f6;
        color: #fff;
        font-weight: 700;
    }

    .mobilenav li ul li a {
        padding: 5px 7px;
        font-size: 20px;
    }

    .mobilenav li a:hover {
        background: #1a305b !important;
        color: #fff !important
    }

    .menuicon {
        z-index: 99999;
        position: relative;
        display: block;
        padding: 12px 11px;
        height: 50px;
        width: 50px;
        margin: 0px;
        top: 0px;
        right: 0;
        background: #fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        margin-right: 15px;
    }


    .top-animate {
        border-color: #fff !important;
        background-color: #fff !important;
        top: 14px !important;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mid-animate {
        opacity: 0;
    }

    .bottom-animate {
        border-color: #fff !important;
        background-color: #fff !important;
        top: 14px !important;
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }


    .top-menu {
        top: 4px;
        width: 28px;
        height: 2px;
        border-radius: 0;
        background-color: #2165f6;
        border: 2px solid #2165f6;
    }

    .mid-menu {
        top: 14px;
        width: 28px;
        height: 2px;
        border-radius: 0;
        background-color: #2165f6;
        border: 2px solid #2165f6
    }

    /*.mid-animate {

      top: 3px !important; border:4px solid #000;
      border-radius: 50%; width:25px; height:25px; background:transparent;
    }*/
    .bottom-menu {
        top: 24px;
        width: 28px;
        height: 2px;
        border-radius: 0;
        background-color: #2165f6;
        border: 2px solid #2165f6
    }
}


@media (max-width: 768px) {

    body.menuopen #wrapper, body.menuopen nav {
        transform: translateX(-325px);
    }

    body.menuopen.navaffix #secondNav {
        transform: translateY(0) translateX(-325px);
    }

    .mobilenav {
        max-width: 325px
    }
}


@media (max-width: 576px) {

    body.menuopen #wrapper, body.menuopen nav {
        transform: translateX(-300px);
    }

    .mobilenav {
        max-width: 300px;
        padding: 15px;
    }
}

#mobilmetaNav {
    position: fixed;
    left: 0;
    right: 0;
    bottom:0;
    max-height: 45%;
    background-color: #fff;
    padding: 15px 30px 30px;
    background-color: #fafafa;
    box-shadow: inset 3px 0 5px rgba(0,0,0,0);
    transition: transform ease .3s;
    transform: translateY(100%);
    z-index: 9999;
}

body.metamenuopen #mobilmetaNav {
    transform: translateY(0);
    box-shadow: inset 3px 0 5px rgba(0,0,0,.15);
}

#mobilmetaNav .navbar-nav .nav-link { padding: 10px 65px 10px 10px}
.mobilemetanavIcon { position: absolute; left:0; bottom:100%; width: 50px; height: 50px; background-color: #ddd; padding: 12px 11px;}

#mobilmetaNav .menui {background-color: #fff; border-color:#fff}

#mobilmetaNav .top-animate {
    border-color: #fff !important;
    top: 14px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobilmetaNav .mid-animate {
    opacity: 0;
}

#mobilmetaNav .bottom-animate {
    border-color: #fff !important;
    top: 14px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.searchbar {
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    transition: transform ease .3s;
    background-color: #fff;
    height: 100%;
    display: none;
    overflow: hidden;
}

.searchbar > .row {
    transition: transform ease .5s;
    transform: translateY(-130%)
}

@media (max-width: 991px) {
    .searchbar {
        padding: 15px 0px;
    }
}

.mobilesearchbar {
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    transition: transform ease .3s;
    padding: 10px 0px;
}

.mainNav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.mainNav.searchIn .searchbar,
.mainNav.searchIn .mobilesearchbar {
    display: block;
}

.mainNav.searchIn .navbar {
    display: none
}

.mainNav.searchIn .searchbar > .row {
    transform: translateY(0%)
}

.searchbar form label,
.mobilesearchbar form label {
    font-size: 8px
}

.searchbar .form-control,
.mobilesearchbar .form-control {
    background-color: transparent !important;
    padding: 16px 8px 3px !important;
    border-color: #f0f0f0 !important;
    color: #333 !important
}

.searchbar .btn-default,
.mobilesearchbar .btn-default {
    background-color: #fff !important;
    padding: 10px !important;
    border-color: #f0f0f0 !important;
    color: #55c0eb !important
}

.searchbar .search-field.form-control,
.mobilesearchbar .search-field.form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.searchbar .btn-default,
.mobilesearchbar .btn-default {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.searchbar .closeSearch,
.mobilesearchbar .closeSearch {
    line-height: 1;
    color: #ccc;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 30px;
}

.startmobileSearch {
    position: absolute;
    top: 10px;
    right: 90px;
    line-height: 50px;
    color: #fff;
}

.searchbar form.search-form .btn-default {
    margin-bottom: 0 !important;
    /* padding: 0 !important; */
    height: 42px;
    font-size: 12px;
    color: #fff !important;
    border-color: #f0f0f0;
    background-color: #55c0eb !important;
}

.searchbar form.search-form .btn-default:hover {
    background-color: #333 !important
}

blockquote {
    margin: 30px auto 15px !important;
}

blockquote p {
    text-align: center;
    font-style: italic;
    color: #999
}

/** POUPS**/
.popup {
    position: fixed;
    right: -400px;
    bottom: 0;
    transition: right ease .3s;

    max-width: 400px;
    z-index: 9999991;
    font-size: 14px;

}

.popup.in {
    right: 0;
}

.popup .h1 {
    font-size: 22px;
}

.popup .h2 {
    font-size: 18px;
}

.closePopup {
    position: absolute;
    top: 5px;
    right: 15px;
}

.closePopup:hover {
    opacity: .75
}

.popup-body {
    margin-top: 10px;
}

/** TESTIMONIALS **/
.testimonials img.rounded-circle {
    border: 3px solid #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0,.25)
}
.testimonials .slick-list { padding:0 !important}
.testimonials p {
    margin-bottom: 1.2em;
    z-index: 3;
}
.testimonials p.tright {
    margin-bottom: 0 !important
}
.testimonials .thequote {position: relative; display: inline-block; text-align: left;}
.testimonials .thequote i.fa-quote-left, .testimonials .thequote i.fa-quote-right {
    color: rgba(69, 181, 224, .15);
    z-index: 1;
    position: absolute;
    line-height: 1;
}
.testimonials .thequote i.fa-quote-left {
    right: 15px;
    top: 0;
    line-height: 1;
}
.testimonials .thequote i.fa-quote-right {
    left: 15px;
    bottom: 0;
    line-height: 1;
}

/** PANELS **/
#panels {
    padding-left: 45px;
    padding-right: 45px
}

.panelimage {
    position: relative;
    background-size: cover;
    background-position: center;
}

.panelrow {margin:0 0 15px;}

.panelrow.blue .btn-default {
    background-color: #2165f6 !important;
    border-color: #2165f6 !important;
}

.panelrow.blue .btn-default:hover {
    background-color: transparent !important;
    color: #2165f6 !important;
    border-color: #2165f6 !important;
}

.panelrow.blue h1,
.panelrow.blue h2,
.panelrow.blue h3,
.panelrow.blue h4,
.panelrow.blue h5,
.panelrow.blue h6 {
    color: #2165f6
}

.panelrow.orange .btn-default {
    background-color: #ed674f !important;
    border-color: #ed674f !important;
}

.panelrow.orange .btn-default:hover {
    background-color: transparent !important;
    color: #ed674f !important;
    border-color: #ed674f !important;
}

.panelrow.orange h1,
.panelrow.orange h2,
.panelrow.orange h3,
.panelrow.orange h4,
.panelrow.orange h5,
.panelrow.orange h6 {
    color: #ed674f
}

.panelrow.yellow .btn-default {
    background-color: #fac90f !important;
    border-color: #fac90f !important;
}

.panelrow.yellow .btn-default:hover {
    background-color: transparent !important;
    color: #fac90f !important;
    border-color: #fac90f !important;
}

.panelrow.yellow h1,
.panelrow.yellow h2,
.panelrow.yellow h3,
.panelrow.yellow h4,
.panelrow.yellow h5,
.panelrow.yellow h6 {
    color: #fac90f
}

.panelrow.lightblue .btn-default {
    background-color: #55c0eb !important;
    border-color: #55c0eb !important;
}

.panelrow.lightblue .btn-default:hover {
    background-color: transparent !important;
    color: #55c0eb !important;
    border-color: #55c0eb !important;
}

.panelrow.lightblue h1,
.panelrow.lightblue h2,
.panelrow.lightblue h3,
.panelrow.lightblue h4,
.panelrow.lightblue h5,
.panelrow.lightblue h6 {
    color: #55c0eb
}

.panelrow.darkblue .btn-default {
    background-color: #1a305b !important;
    border-color: #1a305b !important;
}

.panelrow.darkblue .btn-default:hover {
    background-color: transparent !important;
    color: #1a305b !important;
    border-color: #1a305b !important;
}

.panelrow.darkblue h1,
.panelrow.darkblue h2,
.panelrow.darkblue h3,
.panelrow.darkblue h4,
.panelrow.darkblue h5,
.panelrow.darkblue h6 {
    color: #1a305b
}

.panelimage .carousel {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.panelimage .carousel-inner,
.panelimage .carousel-item {
    height: 100%;
    background-size: cover;
    background-position: center
}

.panelimage:after {
    content: '';
    display: block;
    padding-bottom: 95%;
}


@media (min-width: 768px) {
    .panelimage:after {
        padding-bottom: 75%;
    }
}

@media (min-width: 1200px) {
    .panelimage:after {
        padding-bottom: 65%;
    }
}

.paneldesc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 5% 10%;
    background-color: rgba(255, 255, 255, .85)
}


.paneldesc p:last-child {
    margin-bottom: 0
}

.paneldesc .btn-default {
    margin-top: 10px;
}

/** NEWS **/

#moreBtn span.loader, #moreBtn.loading span.loadmore,
#newsHolder .loader {
    display: none
}

#moreBtn.loading span.loader, #moreBtn span.loadmore,
#newsHolder.loading .loader {
    display: block
}

#news {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0 !important
}

#news:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65%;
    width: 200%;
    transform: skewX(25deg);
    background-color: #2165f6;
    z-index: -1
}

a.newsitem, a.modulitem {
    background-color: rgba(0, 0, 0, .015);
    background-color: #fafafa;
    padding: 30px;
    display: block;
    height: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    color: #000;
}

a.newsitem p, a.modulitem p {
    color: #000 !important
}

a.newsitem:hover p, a.modulitem:hover p {
    color: #fff !important
}

.newsitem:hover, .modulitem:hover {
    color: #fff;
    background-color: #1a305b;
}

.modulitem:hover {
    color: #fff;
    background-color: #fab30f;
}

a.newsitem:hover h5, a.modulitem:hover h5 {
    color: #fff !important;
}

p.date {
    font-weight: 700;
}


.newsitem .previewimage,
.modulitem .previewimage {
    background-color: #2165f6;
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
    margin: -30px -30px 30px;
    background-size: cover;
    background-position: center;
}

.modulitem .previewimage {
    background-color: #fab30f;
}

.newsitem .previewimage .backgrounder,
.modulitem .previewimage .backgrounder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    transition: transform ease .5s;
    background-repeat: no-repeat;
}


#kontakt {
    padding: 45px;
    border: 1px solid #55c0eb;
}

/*
#kontakt h1, #kontakt h3, #kontakt h3, #kontakt h4, #kontakt h5, #kontakt h6 {color:#fff;}



.form-control, #newsletter input[type=text], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, textarea.form-control {
    color: #000;
    border-radius: 0;
    border: 1px solid #333;
    background: rgba(255, 255, 255, .15);
    box-shadow: none !important;
    margin-bottom: 15px;
    padding: 20px 9px 5px !important;
    height: auto !important;
    line-height: 1;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    border: 1px solid #55c0eb;
}

.form-control::-moz-placeholder {
    color: #aaa !important;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #aaa !important;
}

.form-control::-webkit-input-placeholder {
    color: #aaa !important;
}

.input-group {
    position: relative
}

.input-group label {
    position: absolute;
    left: 9px;
    top: 3px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
    color: #666;
}
footer .input-group label {
    color: #fff;
}

.form-group {
    position: relative;

    margin-bottom: 1rem !important;
}

.form-group label {
    position: absolute;
    left: 9px;
    top: 3px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
}


span.wpcf7-not-valid-tip {
    color: rgba(181, 31, 31, 1);
    font-style: italic;
    font-size: 12px;
    font-weight: 700;
    margin-top: -10px;
    padding: 5px;
    position: absolute;
    bottom: 12px;
    right: 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    background: rgba(181, 31, 31, 1);
    border-color: #454545;
    margin-left: 0;
    margin-right: 0;
}

div.wpcf7-mail-sent-ok {
    border-color: #4d4a47;
    background-color: #4d4a47;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

input.wpcf7-not-valid {
}

span.wpcf7-not-valid-tip {
    color: rgba(181, 31, 31, 1);
    font-style: italic;
    font-size: 12px;
    font-weight: 700;
    margin-top: -10px;
    padding-left: 10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    background: rgba(181, 31, 31, 1);
    border-color: #454545;
    margin-left: 0;
    margin-right: 0;
}

div.wpcf7-mail-sent-ok {
    border-color: #55c0eb;
    background-color: #55c0eb;
    color: #fff;
    font-weight: 700;
    font-style: italic;
}

input.wpcf7-not-valid {
}

.btn-default, #newsletter input[type=submit], input[type="button"], input[type="submit"], #artikelanfrage-gruppe button {
    background-color: #2165f6;
    border: 2px solid #2165f6;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    box-shadow: none !important;
    border-radius: 0 !Important;
    position: relative;
    line-height: 1;
    z-index: 1;
    font-weight: 700;
}

.btn-default.btn-invert {
    border: 2px solid #fff !important;
    color: #fff;
}

.btn-default.btn-trans {
    border: 2px solid #fff !important;
    color: #fff !important;
    background-color: transparent !important
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .btn-default, #newsletter input[type=submit], input[type="button"], input[type="submit"], #artikelanfrage-gruppe button {
        padding: 10px 30px;
        font-size: 16px;
    }
}

.btn-default:hover, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    color: #fff !important;
    background-color: #1a305b !important;
    border-color: #1a305b !important;
}

.btn-default.btn-invert:hover {
    color: #fff !important;
    background-color: #1a305b !important;
}

.btn-default.btn-trans:hover {
    border: 2px solid #fff !important;
    color: #2165f6 !important;
    background-color: #fff !important
}

.btn-default:hover:after, .btn-default.btn-invert:hover:after {
    right: 0%;
}

footer {
    padding: 100px 0;
    z-index: 20;
    position: relative;
    background-color: #333;
    color: #fff;
    margin: 30px 0;
    overflow: hidden
}

@media (min-width: 1600px) {
    footer .container {
        max-width: 1440px;
    }
}

footer #social ul { display: block; text-align: center;}
footer #social ul li {  display: inline;}
footer #social ul li a{ padding: 10px; display: inline-block;}




footer:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 33%;
    background-color: rgba(255, 255, 255, .05);
    transform-origin: top right;
    transform: skewX(15deg);
    z-index: -1;
}

footer img {
    filter: grayscale(100%)
}

footer img:hover {
    filter: grayscale(0%)
}

footer p {
    margin-bottom: 0;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    display: block;
}

footer ul li {
    list-style: none;
    position: relative;
    list-style: none;
}

footer ul li a, footer a {
    color: #fff !important;
    padding: 5px 0;
}

footer ul li ul {
    display: none
}

footer ul li a:hover, footer a:hover {
    opacity: .75;
}

footer h5 {
    text-transform: initial;
    font-weight: 700;
    color: #fff;
}

#legal {
    background-color: #1a305b;
    padding: 15px 0;
    font-size: 12px;
    color: #fff
}


#legal ul {
    margin: 0;
    padding: 0
}

#legal ul li {
    list-style: none;
    float: left;
}

#legal ul li a {
    font-size: 12px;
    color: #fff;
    padding: 0 10px 0 0
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
}

.container-fluid {
    max-width: 1460px;
}

@media (min-width: 1300px) and (max-width: 1600px) {
    .nav > li > a {
        padding: 10px
    }
}

@media (max-width: 1199px) {
    .nav > li > a {
        padding: 8px;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 10px;
        margin-right: 0;
    }

    body.navaffix .navbar-toggle {
        margin-top: 20px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
        overflow: hidden;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1;
    }

    /*
        .navbar-right, .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
            margin: 0 -15px !important
        }
    */
    .collapse.in {
        display: block !important;
    }

    li.dropdown-submenu.open > a {
        margin-bottom: 10px;
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: rgba(0, 0, 0, .15)
    }

    .navbar-default .navbar-nav .dropdown-menu {
        padding: 20px 5px !important;
    }

    .dropdown-submenu > .dropdown-menu {
        position: relative;
        font-size: .7em;
        float: right;
        border: 0;
        margin: 0;
        width: 100%;
        background: rgba(0, 0, 0, .15) !important;
        display: none !important;
    }

    .dropdown-submenu ul.dropdown-menu {
        padding: 20px 10px !important;
        margin: 10px auto;
        border-top: 1px solid rgba(255, 255, 255, .45) !important;
        border-bottom: 1px solid rgba(255, 255, 255, .45) !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }

}

@media (max-width: 480px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-top: 0px !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 25px;
        margin-right: 0;
    }
}

.totop {
    position: fixed;
    bottom: -100px;
    left: 0px;
    background: #2165f6;
    z-index: 999999;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .33);
}

.totop.in {
    bottom: 0px;
}

.totop a {
    display: block;
    color: #fff;
    line-height: 50px;
}

.totop a i {
    line-height: 50px;
}

.totop:hover {
    background: #1a305b !important;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    border: 0
}

ul.paginationnumbers {
    display: block;
    text-align: center;
    overflow: hidden;
    list-style: none;
    padding-left: 0;
}

ul.paginationnumbers li, .pagebutton {
    display: inline-block;
    color: #666;
    font-weight: 700;
    padding: 3px 6px;
    height: 30px;
    line-height: 30px;
    list-style: none;

}


ul.paginationnumbers li a, .pagebutton i {
    color: #9a9b9c;

    display: block;
}

ul.paginationnumbers li:hover a {
    opacity: .75
}

/** SIDEBAR **/
.sidebarelement {
    margin-bottom: 30px !important;
    background-color: #f6f6f6;
    padding: 15px;
    font-size: 85%;
}

.sidebarelement a { display: block}
.sidebarelement a:hover {opacity: .85}

.sidebarelement.invert { background-color: #1c5d97; color:#fff; }
.sidebarelement.invert h1,
.sidebarelement.invert h2,
.sidebarelement.invert h3,
.sidebarelement.invert h4,
.sidebarelement.invert h5,
.sidebarelement.invert h6,
.sidebarelement.invert p,
.sidebarelement.invert a,
.sidebarelement.invert i {color:#fff;}

/** SHORTCODES **/

/** PArtner **/
.partneritem {
    position: relative;
}

.partneritem img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 70%;
    max-width: 70%;
    height: auto;
    width: auto;
}

.partneritem:after {
    content: '';
    display: block;
    padding-bottom: 56%;
}

/** BUTON SLICK **/
.buttonslick { padding: 0 30px;}

.page-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-button i {
    color: #2165f6;
}



a.page-button,
a.page-button p {
    color: #454545;
}
a.page-button p.h3 {
    color: #2165f6;
}


/*
            .page-button:hover i, .page-button:hover h3, .page-button:hover p,
            .page-button.invert i, .page-button.invert h3, .page-button.invert p {
                color: #1a305b !important;
            }*/
.page-button:hover i,
.page-button.invert i {
    color: #1a305b !important;
}

.slick-next, .slick-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 50%;
    background: transparent;
    color: #ed674f;
    z-index: 100;
    outline: 0 !important;
    width: 50px;
    text-align: center;
}

.slick-next {
    right: 5px;
}

.slick-prev {
    left: 5px;
}

.slick-next:hover, .slick-prev:hover {
    opacity: .75;
}


.buttonslick .slick-list { padding: 0 !important}

/** Akkordion **/
.card-header, .card-body, .card {
    border: none;
    background: none;
    box-shadow: none;
}

.card-body {
    border-bottom: 2px solid #f6f6f6;
}

.card-header {
    padding: 0 0 2px;
    cursor: pointer;
}

.card-toggler:hover {
    background-color: #fafafa;
}

.card-header {
    position: relative;
}

.card-header p:last-child, .card-body p:last-child {
    margin-bottom: 0
}

.card-toggler {
    position: relative;
    padding: 1.25rem;
    border-bottom: 2px solid #f0f0f0;
    padding-right: 45px;
}

.card-toggler h4 {
    margin-bottom: 0
}

.card .card-header:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.card-toggler:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    line-height: 1;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.card-toggler[aria-expanded="true"]:after {
    content: "\f106";
}

.card-toggler[aria-expanded="true"] {
    border-color: #1c5d97
}

.card-toggler[aria-expanded="true"] h4 {
    color: #1c5d97
}

/** COMMENTS**/


#comments ol {
    list-style: none;
}

#comments svg {
    display: none
}

#comments > .comment-list {
    margin: 0;
    padding: 0
}

#comments ol.comment-list > li {
    margin-bottom: 30px;
}

#comments .comment-body {
    background-color: #f6f6f6;
    border: 2px solid #f0f0f0;
    padding: 5px 15px 15px;
    margin-bottom: 5px;
}

#comments time {
    color: rgba(0, 0, 0, .33);
    font-size: 13px;
}

#comments .comment-body:hover {
    background-color: #fff
}

#comments footer {
    background-color: transparent;
    color: #000;
    padding: 0;
    margin: 0;
}

#comments footer .fn {
    color: #000
}

#comments .avatar, #comments .comment-author.vcard img {
    display: none;
}

#comments .reply {
    font-size: 75%
}

#comments #respond {
    padding: 15px 15px 0;
    border: 2px solid #f0f0f0;
    margin-bottom: 15px;
}

#comments p.wpgdprc-checkbox,
#comments p.wpgdprc-checkbox label {
    font-size: 12px
}

#comments #respond textarea {
    line-height: normal
}

.comment-form-comment {
    position: relative;
}

.comment-form-comment label {
    position: absolute;
    left: 9px;
    top: 3px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
    color: #333;
}

/** COLOR CODES **/
#metaNav a.nav-link.active {
    background-color: #fff;
    color: #333;
}

#metaNav a.nav-link:hover {
    color: #fff !important
}

body#style-yellow h1,
body#style-yellow h2,
body#style-yellow h3,
body#style-yellow h4,
body#style-yellow h5,
body#style-yellow h6,
body#style-yellow .h1,
body#style-yellow .h2,
body#style-yellow .h3,
body#style-yellow .h4,
body#style-yellow .h5,
body#style-yellow .h6,
body#style-yellow .h1 span,
body#style-yellow .h2 span,
body#style-yellow .h3 span,
body#style-yellow .h4 span,
body#style-yellow .h5 span,
body#style-yellow .h6 span,
body#style-yellow .page-button i,
body#style-yellow section a:not(.btn),
body#style-yellow .card-toggler[aria-expanded="true"] h4,
body#style-yellow #metaNav a.nav-link.active {
    color: #fab30f
}

body#style-yellow .btn,
body#style-yellow .navbar-nav li.active a,
body#style-yellow .navbar-nav li.current-menu-item > a,
body#style-yellow .navbar-nav li.current-page-ancestor > a,
body#style-yellow .dropdown-item.active, .dropdown-item:active,
body#style-yellow .carousel .caption p.h1 + p span,
body#style-yellow .mobilenav li.active a,
body#style-yellow .mobilenav li.current-menu-item > a,
body#style-yellow .mobilenav li.current-menu-parent > a,
body#style-yellow .totop,
body#style-yellow nav .meta,
body#style-yellow .mobilenav li.active a,
body#style-yellow .mobilenav li.current-menu-item > a,
body#style-yellow .mobilenav li.current-menu-parent > a,
body#style-yellow .mobilenav li.current-page-ancestor > a ,
body#style-yellow .mobilemetanavIcon {
    background-color: #fab30f
}

body#style-yellow .btn,
body#style-yellow .btn-default {
    border-color: #fab30f !important
}

body#style-yellow .btn:hover {
    background-color: #fff !important;
    color: #fab30f !important;

}

body#style-blue h1,
body#style-blue h2,
body#style-blue h3,
body#style-blue h4,
body#style-blue h5,
body#style-blue h6,
body#style-blue .h1,
body#style-blue .h2,
body#style-blue .h3,
body#style-blue .h4,
body#style-blue .h5,
body#style-blue .h6,
body#style-blue .h1 span,
body#style-blue .h2 span,
body#style-blue .h3 span,
body#style-blue .h4 span,
body#style-blue .h5 span,
body#style-blue .h6 span,
body#style-blue .page-button i,
body#style-blue section a:not(.btn),
body#style-blue #metaNav a.nav-link.active {
    color: #2165f6
}


body#style-blue .btn,
body#style-blue .navbar-nav li.active a,
body#style-blue .navbar-nav li.current-menu-item > a,
body#style-blue .navbar-nav li.current-page-ancestor > a,
body#style-blue .dropdown-item.active, .dropdown-item:active,
body#style-blue .carousel .caption p.h1 + p span,
body#style-blue .mobilenav li.active a,
body#style-blue .mobilenav li.current-menu-item > a,
body#style-blue .mobilenav li.current-menu-parent > a,
body#style-blue .totop,
body#style-blue nav .meta,
body#style-blue .mobilenav li.active a,
body#style-blue .mobilenav li.current-menu-item > a,
body#style-blue .mobilenav li.current-menu-parent > a,
body#style-blue .mobilenav li.current-page-ancestor > a,
body#style-blue .mobilemetanavIcon {
    background-color: #2165f6
}

body#style-blue .btn,
body#style-blue .btn-default {
    border-color: #2165f6 !important
}


body#style-blue .btn:hover {
    background-color: #fff !important;
    color: #2165f6 !important;
    border-color: #2165f6 !important
}

body#style-orange h1,
body#style-orange h2,
body#style-orange h3,
body#style-orange h4,
body#style-orange h5,
body#style-orange h6,
body#style-orange .h1,
body#style-orange .h2,
body#style-orange .h3,
body#style-orange .h4,
body#style-orange .h5,
body#style-orange .h6,
body#style-orange .h1 span,
body#style-orange .h2 span,
body#style-orange .h3 span,
body#style-orange .h4 span,
body#style-orange .h5 span,
body#style-orange .h6 span,
body#style-orange .page-button i,
body#style-orange section a:not(.btn),
body#style-orange .card-toggler[aria-expanded="true"] h4,
body#style-orange #metaNav a.nav-link.active {
    color: #ed674f
}

body#style-orange .btn,
body#style-orange .navbar-nav li.active a,
body#style-orange .navbar-nav li.current-menu-item > a,
body#style-orange .navbar-nav li.current-page-ancestor > a,
body#style-orange .dropdown-item.active, .dropdown-item:active,
body#style-orange .carousel .caption p.h1 + p span,
body#style-orange .mobilenav li.active a,
body#style-orange .mobilenav li.current-menu-item > a,
body#style-orange .mobilenav li.current-menu-parent > a,
body#style-orange .totop,
body#style-orange nav .meta,
body#style-orange .mobilenav li.active a,
body#style-orange .mobilenav li.current-menu-item > a,
body#style-orange .mobilenav li.current-menu-parent > a,
body#style-orange .mobilenav li.current-page-ancestor > a,
body#style-orange .mobilemetanavIcon
{
    background-color: #ed674f
}

body#style-orange .btn,
body#style-orange .btn-default {
    border-color: #ed674f !important
}

body#style-orange .btn:hover {
    background-color: #fff !important;
    color: #ed674f !important;
    border-color: #ed674f !important
}


body#style-darkblue h1,
body#style-darkblue h2,
body#style-darkblue h3,
body#style-darkblue h4,
body#style-darkblue h5,
body#style-darkblue h6,
body#style-darkblue .h1,
body#style-darkblue .h2,
body#style-darkblue .h3,
body#style-darkblue .h4,
body#style-darkblue .h5,
body#style-darkblue .h6,
body#style-darkblue .h1 span,
body#style-darkblue .h2 span,
body#style-darkblue .h3 span,
body#style-darkblue .h4 span,
body#style-darkblue .h5 span,
body#style-darkblue .h6 span,
body#style-darkblue .page-button i,
body#style-darkblue section a:not(.btn),
body#style-darkblue .card-toggler[aria-expanded="true"] h4,
body#style-darkblue #metaNav a.nav-link.active {
    color: #1a305b
}

body#style-darkblue .btn,
body#style-darkblue .navbar-nav li.active a,
body#style-darkblue .navbar-nav li.current-menu-item > a,
body#style-darkblue .navbar-nav li.current-page-ancestor > a,
body#style-darkblue .dropdown-item.active, .dropdown-item:active,
body#style-darkblue .carousel .caption p.h1 + p span,
body#style-darkblue .mobilenav li.active a,
body#style-darkblue .mobilenav li.current-menu-item > a,
body#style-darkblue .mobilenav li.current-menu-parent > a,
body#style-darkblue .totop,
body#style-darkblue nav .meta,
body#style-darkblue .mobilenav li.active a,
body#style-darkblue .mobilenav li.current-menu-item > a,
body#style-darkblue .mobilenav li.current-menu-parent > a,
body#style-darkblue .mobilenav li.current-page-ancestor > a,
body#style-darkblue .mobilemetanavIcon
{
    background-color: #1a305b
}

body#style-darkblue .btn,
body#style-darkblue .btn-default {
    border-color: #1a305b  !important
}

body#style-darkblue .btn:hover {
    background-color: #fff !important;
    color: #1a305b  !important;
    border-color: #1a305b  !important
}


body#style-lightblue h1,
body#style-lightblue h2,
body#style-lightblue h3,
body#style-lightblue h4,
body#style-lightblue h5,
body#style-lightblue h6,
body#style-lightblue .h1,
body#style-lightblue .h2,
body#style-lightblue .h3,
body#style-lightblue .h4,
body#style-lightblue .h5,
body#style-lightblue .h6,
body#style-lightblue .h1 span,
body#style-lightblue .h2 span,
body#style-lightblue .h3 span,
body#style-lightblue .h4 span,
body#style-lightblue .h5 span,
body#style-lightblue .h6 span,
body#style-lightblue .page-button i,
body#style-lightblue section a:not(.btn),
body#style-lightblue .card-toggler[aria-expanded="true"] h4,
body#style-lightblue #metaNav a.nav-link.active {
    color: #55c0eb
}

body#style-lightblue .btn,
body#style-lightblue .navbar-nav li.active a,
body#style-lightblue .navbar-nav li.current-menu-item > a,
body#style-lightblue .navbar-nav li.current-page-ancestor > a,
body#style-lightblue .dropdown-item.active, .dropdown-item:active,
body#style-lightblue .carousel .caption p.h1 + p span,
body#style-lightblue .mobilenav li.active a,
body#style-lightblue .mobilenav li.current-menu-item > a,
body#style-lightblue .mobilenav li.current-menu-parent > a,
body#style-lightblue .totop,
body#style-lightblue nav .meta,
body#style-lightblue .mobilenav li.active a,
body#style-lightblue .mobilenav li.current-menu-item > a,
body#style-lightblue .mobilenav li.current-menu-parent > a,
body#style-lightblue .mobilenav li.current-page-ancestor > a,
body#style-lightblue .mobilemetanavIcon
{
    background-color: #55c0eb
}

body#style-lightblue .btn,
body#style-lightblue .btn-default {
    border-color: #55c0eb !important
}

body#style-lightblue .btn:hover {
    background-color: #fff !important;
    color: #55c0eb !important;
    border-color: #55c0eb !important
}


section#links a,
section#links h1,
section#links h2,
section#links h3,
section#links h4,
section#links h5,
section#links h6 {
    color: #1a305b !important
}

section#links a:hover, section#links a:focus {
    color: #fff !important
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff !important
}

.carousel-control-next, .carousel-control-prev {
    text-shadow: 0 0 6px rgba(0, 0, 0, .75)
}

.slick-next {
    text-align: right !important;
    right: 0;
}

.slick-prev {
    text-align: left !important;
    left: 0;
}

.grecaptcha-badge {z-index:1000}