@import "cookieman.css";

* {
    font-family: "Open sans", sans-serif;
    color: rgb(74,74,74);
}

h1, h2, h3, h4, ul, ol, p, a {
    color: rgb(74,74,74);
    font-family: "Open sans", sans-serif;
}

.gp_abstand h1 {
    margin-bottom: 40px;
}

.ce-bodytext a {
    text-decoration: underline;
}

.ce-bodytext a:hover {
    color: rgb(0,113,188);
    background-color: rgb(224, 241, 253);
}

.menu a {
    background-color: transparent;
    transition: background-color 200ms;
}

.menu a:hover {
    color: #6f6f6f;
    background-color: #eeeeee;
}

h1 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
    color: rgb(0,113,188);
}

h2 {
    font-size: 1.4rem;
    margin-bottom: 40px;
    margin-top: 60px;
    text-align: center;
    color: rgb(0,113,188);
}

.gp_header h2 {
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.gp_header_h2 h2 {
    margin-bottom: 20px;
    margin-top: 60px;
}

h3 {
    font-size: 1.25rem;
    margin-top: 30px;
    color: rgb(0,113,188);
}

.gp_header_h2 h3 {
    text-align: center;
    margin: 20px 0 40px 0;
}

h4 {
    font-size: 1rem;
    margin-top: 20px;
    text-transform: uppercase;
    color: rgb(0,113,188);
    border-bottom: 1px solid rgb(0, 113, 188);
}

/*h4::after {
    content: url("../Images/linie_h4.svg");
    position: relative;
    left: -10px;
    top: -10px;
    width: 100%;
}*/

::selection {
    background-color: rgb(0,113,188);
    color: rgb(255,255,255);
}

/*.frame {
    margin-bottom: 1rem;
}*/

/** Spacing overrides **/

.frame-space-before-extra-small {
    padding-top: 1em;
    margin-top: 0;
}
.frame-space-before-small {
    padding-top: 2em;
    margin-top: 0;
}
.frame-space-before-medium {
    padding-top: 3em;
    margin-top: 0;
}
.frame-space-before-large {
    padding-top: 4em;
    margin-top: 0;
}
.frame-space-before-extra-large {
    padding-top: 5em;
    margin-top: 0;
}
.frame-space-after-extra-small {
    padding-bottom: 1em;
    margin-bottom: 0;
}
.frame-space-after-small {
    padding-bottom: 2em;
    margin-bottom: 0;
}
.frame-space-after-medium {
    padding-bottom: 3em;
    margin-bottom: 0;
}
.frame-space-after-large {
    padding-bottom: 4em;
    margin-bottom: 0;
}
.frame-space-after-extra-large {
    padding-bottom: 5em;
    margin-bottom: 0;
}

.gp_footer {
    background-color: rgb(224, 241, 253);
    padding: 20px 0;
}

.gp_footer-navi ul {
    column-count: 3;
    width: 100%;
}

.gp_footer-link-icons{
    padding: 30px 0;
}

.gp_sprache .gp_menu {
    width: 170px;
}
.gp_menu {
    list-style-type: none;
}

.gp_content {
    padding: 40px 0;
}

.gp_logo {
    flex-basis: 25%;
    padding: 0;
    position: relative;
}

.gp_logo a img {
    width: 200px;
    min-width: 200px;
    height: auto;
    position: absolute;
    top: calc(50% - 21px);
    margin-left: 15px;
}

.gp_logo a:hover {
    background-color: transparent;
}

.gp_hburger {
    /*flex: 3 1 0;*/
    /*flex-shrink: 3 1 0;
    flex-grow: 3 1 0;*/
    flex-basis: 75%;
    padding-top: 30px;
    padding-bottom: 10px;
}

.gp_spritebtn {
    width: 40px;
    height: 40px;
    background-image: url(../Images/sprites.png);
    background-size: 700px;
    cursor: pointer;
    margin: 0 10px;
}

.gp_spritebtn.gp_menu {
    background-position: -15px -65px;
    float: right;
}

.gp_spritebtn.tel {
    background-position: -15px -15px;
}

.gp_spritebtn.loc {
    background-position: -65px -15px;
}

.gp_spritebtn.mail {
    background-position: -115px -15px;
}

.gp_spritebtn.ser {
    background-position: -165px -15px;
}

.gp_spritebtn.fac {
    background-position: -215px -15px;
}

.gp_spritebtn.shp {
    background-position: -265px -15px;
}

body.lightboxActive .gp_spritebtn.gp_menu {
    background-position: -65px -65px;
}

.gp_lightbox {
    display: block;
    background-color: rgba(224, 241, 253,0.9);
    top: 80px;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: padding 1s, height 1s;
    z-index: 100;
    overflow: scroll;
}

body.lightboxActive .gp_lightbox {
    display: block;
    height: 100%;
}

.gp_lightbox ul {
    display: block;
    height: 100%;
    padding-top: 40px;
}

.gp_lightbox li {
    font-size: 3vh;
}

.gp_lightbox li a {
    padding: 0 10px;
}

.gp_mainnaviIcons {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*.top-bar {
    height: 110px;
    align-items: flex-end;
}*/

.top-bar {
    background-color: rgb(255,255,255);
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-bottom: 0;
    border-bottom: 2px solid rgb(224, 241, 253);
}

.columns.gp_sprache {
    /*flex: none;*/
    /*flex-basis: 15%;*/
    width: 160px;
    padding-top: 60px;
}

ul.gp_menu {
    margin-bottom: 0.5rem;
}

li.orbit-slide.is-active.gp_heroImg {
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 714px;
    height: 50vw;
}


.button {
    display: flex;
    text-align: center;
    padding: 0 20px;
    height: 60px;
    width: 100%;
    border: solid rgb(224, 241, 253) 1px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: background-color 0.5s;
}

.button-group {
    margin-top: 50px;
}

.ce-gallery figcaption {
    font-size: 0.8rem;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    text-align: center;
}

.carousel{
    max-width: 100vw;
    width: 1000px;
}

.carousel-item {
    padding: 0 2px;
}

.ce-border img, .ce-border iframe {
    border: 1px solid rgba(74,74,74,0.2);

}

.gp_teasermenu {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.gp_teasermenu > div {
    margin-bottom: 30px;
}

.gp_teaserhead {
    text-align: center;
    font-size: 0.8rem;
    padding: 3px 0;
}

.gp_imgWrap {
    width: 80%;
    margin: 0 auto;
}

/** Sitemap **/
a span {
    background-color: transparent;
    transition: color 0.5s, background-color 0.5s;
    padding: 0 2px;
}

a:hover .button {
    color: #6f6f6f;
    background-color: #eeeeee;
}

.frame-type-menu_sitemap_pages a:hover {
    background-color: #eeeeee;
}

/*** Sitemap ENDE ***/


/*** Suche START ***/
.tx-indexedsearch-searchbox fieldset {
    border: none;
    padding: 0;
}

.tx-indexedsearch-searchbox fieldset legend {
    display: none;
}

.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form {
    width: 100%;
}

.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form label {
    width: 150px;
    display: block;
}

.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form input {
    width: 100%;
    display: block;
    padding: 20px;
}

.tx-indexedsearch-search-submit input {
    width: 100%;
    margin: 20px 0;
    cursor: pointer;
    padding: 20px;
    border: solid rgb(224, 241, 253) 1px;
    background-color: rgb(255,255,255);
    transition: background-color 0.5s;
}

.tx-indexedsearch-search-submit input:hover {
    background-color: rgb(224, 241, 253);
}

dl.tx-indexedsearch-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

dl.tx-indexedsearch-info dd {
    padding: 0 5px;
}

dl.tx-indexedsearch-info dd:after {
    content: " | ";
}

dl.tx-indexedsearch-info dd:last-child:after {
    content: " ";
}
/*** Suche ENDE ***/


/*** Downloads START ***/
.ce-uploads img {
    width: 50px;
    border: 1px solid #ddd;
    padding-right: 0;
    margin-right: 1em;
}

.ce-uploads-filesize,
.ce-uploads-description {
    font-size: 0.8rem;
    padding: 0 2px;
}

ul.ce-uploads {
    column-count: 1;
}

ul.ce-uploads li {
    margin: 0 0 20px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
/*** Downloads ENDe ***/


/*** Sprachmenue START ***/
.gp_language_menu ul {
    display: flex;
}


/*** Sprachmenue ENDE ***/


/*** Breadcrump Navi START ***/
.gp_breadcrump {
    font-size: 0.8em;
}

/*** Breadcrump Navi START ***/

.ce-gallery.ce-border[data-ce-columns="3"] .ce-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    width: calc(100% + 10px);
}

.ce-gallery.ce-border[data-ce-columns="3"] .ce-row .ce-column {
    width: 100%;
    margin-right: 0;
}

.ce-gallery.ce-border[data-ce-columns="3"] .ce-row .ce-column figure,
.ce-gallery.ce-border[data-ce-columns="3"] .ce-row .ce-column figure img {
    width: 100%;
}

.ce-right.ce-intext .ce-gallery[data-ce-columns="2"] .ce-column {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px;
    width: calc(50% - 10px);
}


.ce-right.ce-intext .ce-gallery figure img {
    margin: 5px;
}


.ce-right.ce-intext .ce-gallery {
    width: 100%;
}

.ce-gallery {

}

.ce-gallery img {
    width: 100%;
}

/* für IE */

.ce-center .ce-inner,
.ce-center .ce-outer {
    width: 100%;
}


/*** Crosslinks Produkte START ***/
.frame-type-menu_pages ul,
.frame-type-menu_subpages ul {
    display: flex;
    margin-left: 0;
    flex-wrap: wrap;
}

.frame-type-menu_pages ul li,
.frame-type-menu_subpages ul li{
    width: 33%;
    list-style-type: none;
    padding: 0 20px;
    margin-bottom: 30px;
}

.frame-type-menu_pages ul li a,
.frame-type-menu_subpages ul li a {
    text-align: center;
    display: block;
    font-size: 0.8rem;
}

/*** Crosslinks Produkte ENDE ***/

/*** Accord Start ***/

.accord .accord-trigger {
    background-image: url(../Images/pfeil-weiss.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 0;
    transition: all 200ms;
    cursor: pointer;
}

.accord-trigger h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    padding: 8px 50px 8px 50px;
    font-weight: 600;
    color: rgb(0 113 188);
    transition: color 200ms;
}

.accord-trigger:hover h3 {
    color: rgb(255,255,255);
}

.accord .blau {
    background-color: rgb(224, 241, 253);

}

.accord .blau:hover {
    background-color: rgb(0 113 188);
    color: rgb(74,74,74);
}

.accord-target {
    display: none;
    padding-top: 10px;
    /*padding: 38px 38px 22px;*/
}

.accord.active .accord-target {
    /*border: #0071bc 1px solid;
    padding: 38px 38px 22px;*/
}

.accord-pfeil {
    opacity: 0;
    transition: opacity 1s;
}

.accord .ce-gallery[data-ce-columns='1'] .ce-column {
    width:100%;
    padding: 5px;
}

.accord .ce-gallery[data-ce-columns='1'] .ce-column .image {
    width:100%;
}

.accord .gal.float-right.medium-6.large-4 {
    margin-left: 20px;
}

/*** Accord Ende ***/

.bgblau {
    background-color: rgb(224, 241, 253);
}

img.navicon {
    width: 120px;
    height: auto;
}

.icon-nav {
    max-width: 900px;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 40px;
}

.icon-nav .navitem {
    float: left;
    display: inline-block;
    width: 50%;
    padding-bottom: 20px;
}

.navitem li {
    font-size: 1rem;
}

a.navitem-link {
    display: block;
}

/* Divider START */
.divider {
    padding-bottom: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.bg-white {
    background-color: #fff !important;
}

/* Divider ENDE */

/* 2-Spalter */
.column-2 {
    display: block;
}


@media screen and (min-width: 40em) {
    .gp_spritebtn {
        margin: 0 20px;
    }

    .gp_mainnaviIcons {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    li.orbit-slide.is-active.gp_heroImg {
        background-size: cover;
        max-height: 714px;
        height: 37.5vw;
    }


    /*** Downloads START ***/
    ul.ce-uploads {
        column-count: 2;
    }

    ul.ce-uploads li {
        margin: 0 0 20px 0;
    }
    /*** Downloads ENDe ***/


    .frame-type-menu_pages ul li{
        width: 16%;
        list-style-type: none;
        padding: 0 20px;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.9375rem;
    }
	
	.column-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
    }
}

@media screen and (min-width: 26.6em) {
    .ce-gallery.ce-border[data-ce-columns="3"] .ce-row .ce-column {
        width: calc(33.33% - 10px);
        margin: 0 5px;
    }

    .ce-right.ce-intext .ce-gallery {
        width: 40%;
    }

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


@media screen and (max-width: 48em) {
    .icon-nav {
        overflow: scroll;
    }
    .gp_hburger {
        flex-basis: 50%;
        padding-top: 30px;
    }

    .columns.gp_sprache {
        /*flex: none;*/
        flex-basis: 15%;
        padding-top: 60px;
    }

    .columns.gp_logo {
        /*flex: none;*/
        flex-basis: 25%;
    }
}

@media screen and (max-width: 26.6em) {


    .ce-gallery figure {
        width: 100%;
    }

    .ce-column {
        width: 100%;
    }

    li.orbit-slide.is-active.gp_heroImg {
        height: 60vw;
    }

    .ce-right.ce-intext .ce-bodytext {
        width: 100%;
    }

    .gp_hburger {
        flex-basis: 50%;
        padding-top: 30px;
    }

    .columns.gp_sprache {
        /*flex: none;*/
        flex-basis: 20%;
        padding-top: 40px;
    }

    li.columns.shrink {
        padding: 0 5px;
    }

    .gp_lightbox {
        top: 70px;
    }

    h1 {
        margin-top: 40px;
    }

    h2 {
        margin-bottom: 20px;
    }
}
