.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 {
    position: relative;
    background: #fafafa;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
}

b, strong {
    font-weight: 700;
}

body, input, button, select, textarea, button, input[type="button"], input[type="submit"] {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
@media(min-width: 576px){
    body, input, button, select, textarea, button, input[type="button"], input[type="submit"] {
        font-size: 16px;
    }
}
@media(min-width: 768px){
    body, input, button, select, textarea, button, input[type="button"], input[type="submit"] {
        font-size: 17px;
    }
}

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;;
}

/* Landscape phones and portrait tablets */

a {
    color: #1d1d1b;

}

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);
}

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

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.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: #5181c2;
}

/*
#main-slider + section.maincontent { padding-top: 0}
*/
#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: 100%;
}

@media(min-width:560px) {
    #main-slider .carousel-item { padding-bottom: 85%}
}
@media(min-width:768px) {
    #main-slider .carousel-item { padding-bottom: 75%}
}

@media(min-width:991px) {
    #main-slider .carousel-item { padding-bottom:65%}
}

@media(min-width:1200px) {
    #main-slider .carousel-item { padding-bottom: 45%}
}

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

#main-slider .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right:0;
    z-index: 2;
    color: #fff;
    background-color:rgba(81, 129, 194,.44);
}

.caption .thetabler {
    left: 5%;
    right: 5%;
}

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


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

}


#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: 27%;
}

.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;
}


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

.table .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 #1d1d1b;
    -moz-box-shadow: 0px 0px 3px 1px #1d1d1b;
    -webkit-box-shadow: 0px 0px 3px 1px #1d1d1b;
}

.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;
}

/*
section {
    padding: 250px 0
}
*/
section {
    padding: 100px 0;
    position: relative;
}

section.curved + .arrowcontainer + section.maincontent {
    margin-top: -10vH;
}


section.darkblue {
    background-color: #1d1d1b
}


hr {
    margin: 60px auto !important;
    width: 50% !important;
    height: 1px;
    line-height: 0;
    background: #ddd !important;
    border: none !important
}

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

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

.metacontent {
    color: #ccc;
    padding: 5px;
    border-top: 1px solid #eee
}

.card {
    border-radius: 0 !Important
}

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

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

.sidebarelement, .downloadelement {
    margin-bottom: 30px !important;
    background-color: #fff;
    padding: 15px;
    font-size: 85%;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    display: block;
}

.sidebarelement a {
    display: block
}

.sidebarelement ul {
    margin-bottom: 0
}

.sidebarelement a:hover {
    opacity: .85
}

.sidebarelement.invert {
    background-color: #666666;
    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;
    position: relative;
    z-index: 5;
}

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


/** SHARE **/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 15px;
    line-height: 1;
    color: #5181c2;
    font-weight: 700;
}

h1, .h1 { font-size: 30px;}
h2, .h2 { font-size: 26px;}
h3, .h3 { font-size: 20px; letter-spacing: 0; color:#000;}
h4, .h4, h5, .h5, h6, .h6 { font-size: 20px;}

#main-slider .h2 { font-size: 16px;}

@media (min-width: 576px) {
    h1, .h1 { font-size: 33px;}
    h2, .h2, #main-slider .h2 { font-size: 29px;}
    h3, .h3 { font-size: 22px;}
}
@media (min-width: 768px) {
    h1, .h1 { font-size: 36px;}
    h2, .h2 { font-size: 32px;}
    h3, .h3 { font-size: 24px;}
}

@media (min-width: 991px) {
    h1, .h1 { font-size: 39px;}
    h2, .h2 { font-size: 35px;}
    h3, .h3 { font-size: 26px;}
}

@media (min-width: 1200px) {
    h1, .h1 { font-size: 42px;}
    h2, .h2 { font-size: 38px;}
    h3, .h3 { font-size: 28px;}

}


h1 + h2, h2 + h3, h3 + h4 {
    margin-top: -5px;
}

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

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

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

.breadCrumb i {
    margin: 0px
}

.breadCrumb strong {
    color: #666666;
}

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

/* 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 {
    z-index: 100;
}


/** NAVBAR **/
/*
.mainNav {
    overflow: hidden;
}*/

/** LOGO **/
#logo {
    padding: 0px;

}

@media (max-width: 991px) {
    #logo {
        padding: 15px;
        font-size: 12px;
    }
}

nav { transition: transform ease .3s; }
.navbar { pointer-events: none; background-color: rgba(255,255,255,0); box-shadow: 0 0 10px rgba(0,0,0,0); transition: background-color ease .3s }
body.navaffix .navbar { pointer-events: none; background-color: rgba(255,255,255,1);  box-shadow: 0 0 10px rgba(0,0,0,.15); }
.navbar-nav, .menuicon,.navbar-brand { pointer-events: all}

.navbar-brand {
    height: auto;
    z-index: 100;
    transition: transform ease .3s;
}

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


.navbar-toggler {
    margin: 10px;
    padding: 12px 15px;
    border: 2px solid #fff;
    color: #fff;
}

@media(min-width:1200px){
    .navbar-brand img { height: 75px;}
}

/** NAVBAR **/

.navbar li a {
    color:#fff; font-size: 14px;
}

body.navaffix .navbar li a {color:#000;}

.navbar li.current-menu-item > a,
.navbar li > a.active {
    color: #aaa !Important
}

.navbar li > a:hover {
    color: #999 !important;
}


.mainNav .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
    border: 0;
    font-size: 85%;
    padding: 0 0 5px;
}


.dropdown-item.active, .dropdown-item:active {
    background-color: #666666;
}

.mainNav ul li a.dropdown-item {
    padding: 5px 15px;
}

/** NAVBAR **/
/** FULL SIZE NAV **/
@media (min-width: 992px) {

    .mobilenav {
        display: none;
    }
}

@media (max-width: 991px) {

    .menui {
        background: transparent;
        transition: 0.6s ease;
        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;
        box-shadow: 0 0 3px rgba(0, 0, 0, .25)
    }

    header {
        transition: transform ease .3s
    }

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

    body.menuopen {
        overflow: hidden
    }

    body.menuopen .menuicon {
        background: #5181c2;
    }

    body.menuopen .mobilenav {
        transform: translateX(0px);
    }

    .mobilenav {
        top: 0;
        bottom: 0;
        right: 0;
        width: 450px;
        min-width: 140px;
        z-index: 999;
        padding: 30px;
        position: fixed;
        height: 100%;
        background: #3d6192;
        overflow: auto;

        transform: translateX(450px);
        transition: transform ease .3s;

    }

    .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;
    }

    .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: 30px;
        line-height: 1;
        position: relative;
        display: inline-block;
        clear: both;
        color: #fff;
        text-decoration: none;
        padding: 5px 8px;
    }

    .mobilenav li a.active, .mobilenav li.current-menu-item > a, .mobilenav li.current-menu-parent > a {
        color: #5181c2;
    }

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

    .mobilenav li a:hover {
        color: #666 !important
    }

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


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

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

    /*.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: #fff;
        border: 2px solid #fff
    }


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

    .mid-animate {
        opacity: 0;
        background-color: #fff;
    }

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


@media (max-width: 576px) {
    body.menuopen #wrapper, body.menuopen nav {
        transform: translateX(-300px);
    }

    .mobilenav {
        max-width: 300px
    }
}


.thetable {
    display: table;
    width: 100%;
    height: 100%;
}

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

.arrow a {
    color: #fff;
}

p.slogan {
    font-weight: bold;
    color: #fff;
    margin: 0;
    font-family: 'cartoonistkooky', sans-serif
}

p.subslogan {
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif
}

.mark.pink {
    background-color: #666666;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

#toparrow {
    transition: transform ease .3s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

body.navaffix #toparrow {
    transform: translateY(-65%)
}



.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 transparent !important;
    background: rgba(0, 0, 0, .15);
    box-shadow: none !important;
    margin-bottom: 15px;
    padding: 25px 9px 5px !important;
    height: auto !important;
    line-height: 1;
}


textarea.form-control {
    height: auto;
}

.form-control:focus {
    background-color: rgba(0, 0, 0, .05);
    border-bottom-color: #fff !important;
}


.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-family: 'cartoonistkooky', sans-serif;
    z-index: 2
}

.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: 600;
    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: 600;
    margin-top: -10px;
    padding-left: 10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: #fff;
    font-weight: 600;
    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: #666666;
    background-color: #666666;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

input.wpcf7-not-valid {
}

.btn-default, #newsletter input[type=submit], input[type="button"], input[type="submit"], #sb_instagram .sbi_load_btn, .sbi_follow_btn a {
    background-color: #666666 !important;
    border: 0 !Important;
    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-size: 13px;

}


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

/* 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, #sb_instagram .sbi_load_btn:hover, #sb_instagram .sbi_load_btn:focus, .sbi_follow_btn a:hover, .sbi_follow_btn a:focus {
    color: #fff !important;
    background-color: #5181c2 !important;
}

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

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

footer {
    z-index: 20;
    position: relative;
    font-size: 12px;
}


footer {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    color: #fff;
    background-color: #5181c2;
}


footer p {
    font-size: 12px;
    color: #fff
}

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

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

footer ul li a {
    color: #fff;
    padding: 5px 15px 5px 0px;
    font-size: 12px;
}

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

footer h5 {
    text-transform: initial;
    font-weight: bold;
    font-size: 1.4em;
    color: #fff
}
/* 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) {
}

@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: #666666;
    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;

}

.totop.in {
    bottom: 0px;
}

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

.totop:hover {
    background: #1d1d1b;
}

.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: bold;
    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
}


/** BUTTONS **/
.button {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border: 10px solid #fff;
    padding: 20px;
    background-color: #00a19d;
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.button p, .button i {
    color: #fff !Important
}

.button h5, .button span {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 1.35em;
}

.button .backgrounder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    filter: grayscale(75%);
    opacity: .5;
}

.button .table {
    color: #fff;
    z-index: 2;
}

.button .table .inner {
    vertical-align: bottom
}

.button span {
    color: #fff;
    padding: 4px 8px;
    position: relative;
    z-index: 1;
    display: inline-block
}

.button span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    transition: right ease .3s;
    background-color: #f7b15a;
    z-index: -1;
}

.button.rot {
    background-color: #666666;
}

.button.rot span:after {
    background-color: #00a19d;
}

.button.gelb {
    background-color: #f7b15a;
}

.button.gelb span:after {
    background-color: cornflowerblue;
}

.button.blau {
    background-color: cornflowerblue;
}

.button.blau span:after {
    background-color: #666666;
}


.button:hover span:after {
    right: 0
}

.ekko-lightbox .modal-header {
    padding-bottom: 0;
}

.ekko-lightbox .modal-body {
    padding-top: 0;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

a.disabled {
    pointer-events: none
}


/** NEWS **/

#news {

    position: relative;
    z-index: 1;
    overflow: hidden;
}

a.newsitem {
    background-color: #fafafa;
    padding: 30px;
    display: block;
}

a.newsitem:hover {
    color: #fff;
    background-color: #111111;
}

a.newsitem:hover h5 {
    color: #fff;
}

p.date {
    font-weight: 600;
}


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

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

.newsitem:hover .previewimage .backgrounder {
    transform: scale(1.25)
}
.orderformholder {transform-origin: center; transform: rotate(-1deg);}
.orderform {
    border: 10px solid #000;
    background-color: #F5F5F5;
    padding: 30px;
    position: relative;
    outline: 10px solid #fff;
    margin: 15px 0px 0;
}

@media(min-width:1200px) {
    .orderform { margin: 45px}
}


.orderform:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    transform-origin: center;

    transform: rotate(4deg);
    background-color: #000;
    z-index: -1;
}
section.dark .orderform {
    border: 10px solid #fff;
    background-color: #fff;
    outline: 10px solid #000;
}
section.dark .orderform:after { background-color: #5181c2}



/** 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;
    margin-bottom:15px;
}

.testimonials .thequote i.fa-quote-left, .testimonials .thequote i.fa-quote-right {
    color: #5181c2; opacity: .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;
}

/** 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: #293042
}

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

.slick-slider .slick-prev, .slick-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50% !important;
    color: #fff;
    background-color: rgba(0, 0, 0, .15);
    outline: none !important;
    z-index: 19;
    text-shadow: none !important;
    font-size:1.5em;
}

.slick-next {
    right: 5px;
}

.slick-prev {
    left: 5px;
}

.modal-content {background-color: #2d2d2d;}
.modal .close {color:#fdfdfd; text-shadow: none !important}


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

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

    box-shadow: 0 0 5px rgba(0,0,0,.25)

}

.popup.in {
    right: 0;
}

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

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

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

.closePopup:hover {
    opacity: .75
}

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

.download-link {
    background-color: #5181c2;
    color:#1d1d1b;
    padding:15px;
    display: block;
}

.download-link h5 {color:#1d1d1b;}

.overflown {overflow:visible !important}

.code .clipboard {
    position: absolute;
    top: 15px;
    height: 40px;
    width: 40px;
    right: 15px;
    background-color: #5181c2;
    cursor: pointer;
    z-index: 10;
    line-height: 40px;
    text-align: center;
    opacity: .25;

}

.code:hover .clipboard { opacity: .5}

.code .clipboard:hover {
    opacity: .75
}

.code .copymessage {
    position: absolute;
    right: 60px;
    top: 15px;
    height: 40px;
    line-height: 40px;
    background-color: #5181c2;
    padding: 0 10px;
    opacity: 0;
    font-size: 10px;
    transition: all ease .3s;
    transform: translateX(50%);
}


.code.copied .copymessage {
    opacity: 1;
    transform: translateX(0%);
}

.code {
    background-color: #333;
    color: #eee;
    padding: 16px;
    position: relative;
    margin-bottom: 30px;
}

.code .innercode { font-size:12px;}
.code .innercode pre { margin-bottom: 0}

.code * {
    color: #eee
}

.code p {
    display: none
}

.sticky-top {top:100px}