.bannerImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 60%;
    width: 95%;
    margin-left: 2.5%;
    border-radius: 12px;
}

.bannerImg h1 {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 1;
    border-bottom: 5px solid white;
    color: white;
}

/* Helper Classes
 * * * * * * * * * * * */

.align {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.alignCenter {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.margin-100 {
    margin-bottom: 50px;
}

/* Basic things
 * * * * * * * * * * * */

body {
    color: #0074be;
    font-size: 16px;
    font-family: "ff-tisa-sans-web-pro", sans-serif;
    font-weight: 400;
    opacity: 1;
    transition: 2s opacity;
}

body.fadeOut {
    opacity: 0;
    transition: none;
}

p {
    color: #888080;
}

h1 {
    font-size: 1.875em;
}

h2, h3 {
    font-size: 1.5625em;
}

h4 {
    font-size: 1.2em;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    margin: 0px;
}

input,
textarea {
    width: 100%;
    border: 0;
    background-color: #ececed;
    border-radius: 5px;
    padding: 0.75em;

}

textarea {
    margin-bottom: 0;
}

input {
    height: 60px;
    margin-bottom: 18px;
}

.button {
    background-color: #0074be;
    border: 2px solid #0074be;
    border-radius: 5px;
    font-size: 1.25em;
    color: white;
    /* width: 222px; */
    padding: 4px 20px;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    transition: color 400ms, background-color 400ms;
}

.button:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #0074be;

}

.button.big {
    padding: 13px 25px;
}

.underline {
    margin-top: 6%;
    margin-bottom: 5%;
}

.underline span {
    border-bottom: 7px solid #0074be;
}

/* Header / Footer
 * * * * * * * * * * * */

header {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    padding-bottom: 5px;
}

header ul.menu > li {
    display: inline-block;
    margin-right: 0.75em;
    margin-top: 0.25em;
    position: relative;
}

header .logo {
    float: left;
    position: relative;
    padding: 2em 0 0 60px;
}

header .menu {
    float: right;
    position: relative;
    padding: 66px 60px 0 0;
}

header #resp-menu {
    display: none;
    position: relative;
}

header #resp-menu:checked + ul.menu {
    max-height: 1000px;
}

header label#hamburger {
    float: right;
    display: none;
    padding: 1.5em;
}

header label#hamburger span {
    display: block;
    width: 35px;
    line-height: 5px;
    border-bottom: 4px solid #0074be;
    cursor: pointer;
}

header .menu .panelLink {
    transition: border 0.2s;
    font-size: 17px;
    border-bottom: 0px solid #0074be;
}

header .menu .panelLink.active,
header .menu .panelLink:hover {
    border-bottom: 5px solid #0074be;
}


/* Submenu */
ul.menu .sub-wrap {
    position: absolute;
    padding-top: 6px;
    left: 0;
    z-index: 3;	
}

ul.menu > li > label,
ul.menu > li > input  {
    display: none;
}

ul.menu .sub-wrap > ul {
    position: relative;
    padding: 0px 0 0 0;
    margin: 0 0 0 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    background: #0074be;
    z-index: 10;
    white-space: nowrap;
    -webkit-transition: max-height 0.1s, opacity 0.1s;
    transition: max-height 0.1s, opacity 0.1s;
}

ul.menu .sub-wrap > ul > li a {
	color: #fff;
	padding: 10px 15px;
	display: block;
	border-bottom: 1px solid #fff;
}
ul.menu .sub-wrap > ul > li.active a,
ul.menu .sub-wrap > ul > li a:hover {
	background: #288be4;
}

ul.menu .sub-wrap > ul > li:last-child a {
	border-bottom: none;
}

ul.menu li:hover>div>ul {
    max-width: 100%;
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


/* Footer */
body.home footer{
	position: fixed;
	bottom: 0;
}


footer {
    background-color: white;
    z-index: 9000;
    width: 100%;
    padding: 1.4em 60px;
    box-sizing: border-box;
    font-weight: 600;
}

footer .address {
    float: left;
    font-size: 15px;
}

footer .legalLinks {
    float: right;
}

footer .legalLinks a {
    margin-right: 15px;
    font-size: 13px;
}

/* HOME CONTENT
 * * * * * * * * * * * */

section#home {
    overflow: auto;
    position: relative;
    margin-top: 150px;
    margin-bottom: 100px;
    height: calc(100vh - 250px);
    box-sizing: content-box;
}

section#home div#onScreen {
    width: 100%;
    height: calc(100vh - 250px);
    position: fixed;
    white-space: nowrap;
}

section#home div#onScreen .bookend {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}

section#home div#onScreen .bookend .bookendText {
    padding: 8em 60px 0em 60px;
    text-align: left;
}

section#home div#onScreen #outro .bookendText {
    text-align: right;
}

section#home div#onScreen .bookend .bookendText h1,
section#home div#onScreen .bookend .bookendText h2 {
    text-transform: uppercase;
    font-size: 2.5em;
}

section#home div#onScreen .bookend .bookendText p {
    margin-top: 1em;
    font-size: 1.25em;
}

section#home div#onScreen div#intro {
    width: calc(75% - 15em);
}

section#home div#onScreen div#intro div.buttonArrow {
    margin-top: 2em;
}


section#home div#onScreen div#intro div.buttonArrow .home-scroll-down {
    width: 100%;
    text-align: center;
    z-index: 101;
    margin-top: 5em;    
}

section#home div#onScreen div#intro div.buttonArrow .home-scroll-down .home-scroll-down-icon {
    background: url(../images/mouse_down.png) 0 0 no-repeat;
    position: relative;
    width: 23px;
    height: 35px;
    display: inline-block;
}

section#home div#onScreen div#intro div.buttonArrow .home-scroll-down .home-scroll-down-icon > span {
    height: 5px;
    width: 3px;
    background: #0074be;
    position: absolute;
    left: 10px;
    top: 9px;
    border-radius: 16px;
    animation: scroll 800ms infinite;
}

section#home div#onScreen div#intro div.buttonArrow .home-scroll-down .home-scroll-down-text {
    color: #0074be;
    font-weight: 500;
}

@keyframes scroll {
    0% {
        top: 9px;
    }
    50% {
        top: 19px;
    }
    100% {
        top: 9px;
    }
}



section#home div#onScreen div#intro div.buttonArrow img {
    display: inline-block;
    margin-left: 2em;
}

section#home div#onScreen div#panels {
    width: calc(100% + 40em);
    display: inline-block;
    height: 100%;
    white-space: nowrap;
    vertical-align: top;
}

section#home div#onScreen div#panels div.panel {
    width: 33.33%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 2em;
}

section#home div#onScreen div#panels div.panelCont {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    /*max-height: 490px;*/
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(to top, rgba(0, 116, 190, 0) 30%, rgba(0, 116, 190, 0) 10%);
}


section#home div#onScreen div#panels div.panelCont h4 {
    position: absolute;
    z-index: 1;
    left: 5.5%;
    border-bottom: 5px solid white;
    color: white;
    transition: all 400ms;
    font-size: 1.4em;
    bottom: 4.5%;
}

section#home div#onScreen div#panels div.panelCont::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 116, 190, 0.75) 10%, rgba(0, 116, 190, 0.25) 30%, rgba(0, 116, 190, 0) 50%);
    opacity: 0.3;
    transition: opacity 0.45s;
}

section#home div#onScreen div#panels div.panelCont:hover h4 {
    opacity: 1;
    bottom: 4.5%;
}

section#home div#onScreen div#panels div.panelCont:hover::before {
    opacity: 0.6;
}

section#home div#onScreen div#panels div.panelCont.disabled::before {
    opacity: 0;
}

section#home div#onScreen div#panels div.panelCont.disabled h4 {
    opacity: 0;
}

section#home div#onScreen div#outro {
    width: calc(60% - 10em);
}

section#home div#onScreen div#outro p {
    font-size: 1.25em;
}

section#home div#onScreen div#outro #outroText {
    padding: 6em 10em 0em 6em;
    text-align: right;
}

/* Ajax
 * * * * * * * * * * * */

#panelContent {
    position: relative;
    margin-top: 150px;
    margin-bottom: 50px;
    /* height: calc(100vh - 250px); */
}

#panelContent #panelImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 520px;
    margin: 0 60px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(to top, rgba(0, 116, 190, 0) 30%, rgba(0, 116, 190, 0) 10%);
}

#panelContent #panelImg .title {
    position: absolute;
    bottom: 50px;
    /* left: 25px; */
    left: 3%;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.5em;
    color: #fff;
}

#panelContent #panelImg .title:before {
    position: absolute;
    left: 0;
    bottom: -9px;
    height: 7px;
    background: #fff;
    width: 167px;
    content: "";
}

#panelContent #panelImg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 116, 190, 0.75) 10%, rgba(0, 116, 190, 0.25) 30%, rgba(0, 116, 190, 0) 50%);
    opacity: 0;
    transition: opacity 0.45s;
}

#panelContent #panelImg.overlay::before {
    opacity: 1;
}

#panelContent #panelInfo {
    margin-top: 5%;
    margin-bottom: 50px;
    padding: 0 6%;
    width: 100%;
}

#panelContent #panelInfo p {
    margin-top: 30px;
}

#panelContent #panelInfo p a,
#panelContent #panelInfo .guide-detail a {
    color: #0074be;
    text-decoration: underline;
}

#panelContent #panelInfo ol {
    color: #888080;
    margin-left: 30px;
    list-style-position: outside;
    list-style-type: decimal;
}


#panelContent #panelInfo .row > ol {
    list-style-type: none;
    counter-reset: item;
}

#panelContent #panelInfo .row > ol li {
	padding-left: 18px;
	display: block;
	margin-bottom: 1em;
}
#panelContent #panelInfo .row > ol li:before {
  display: inline-block;
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 700;
  width: 18px;
  margin-left: -18px;
}



#panelContent #panelInfo img {
    border-radius: 12px;
}

/* Unterpunkte Boxen
 * * * * * * * * * * * */
.submenu {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.submenu .subpage {
    width: 50%;
}

.submenu .subpage img {
    width: 100%;
}

.submenu .subpage .subpage-padding {
    margin: 10px;
    position: relative;
    background-image: linear-gradient(to top, rgba(0, 116, 190, 0) 30%, rgba(0, 116, 190, 0) 10%);
}

.submenu .subpage .subpage-padding > .ontop {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 3% 5%;
}

.submenu .subpage .subpage-padding h4 {
    color: #fff;
    font-size: 1.875em;
}

.submenu .subpage .subpage-padding .icon {
    position: absolute;
    opacity: 0;
    transition: top 400ms, opacity 400ms;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.submenu .subpage .subpage-padding:hover .icon {
    opacity: 1;
    top: -100px;
}

.submenu .subpage .subpage-padding::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 116, 190, 0.75) 10%, rgba(0, 116, 190, 0.25) 30%, rgba(0, 116, 190, 0) 50%);
    opacity: 0.6;
    border-radius: 12px;
}

/* Styling
 * * * * * * * * * * * */

section.page {
    position: relative;
    margin-top: 150px;
    /* margin-bottom: 100px;
     height: calc(100vh - 250px);*/
    margin-bottom: 1000px;
}

.pageContent {
    height: 100%;
}

/* Top Image non ajax */
.pageTopImg {
    /*	background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 60%;
        width: 95%;
        margin-left: 2.5%;
        border-radius: 12px;
        position: relative;
        background-image: linear-gradient(to top, rgba(0, 116, 190, 0) 30%, rgba(0, 116, 190, 0) 10%);*/
}

.pageTopImg h1 {
    /*position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 1;
    border-bottom: 5px solid white;
    color: white;*/
}

.pageTopImg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 116, 190, 0.75) 10%, rgba(0, 116, 190, 0.25) 30%, rgba(0, 116, 190, 0) 50%);
    opacity: 0;
    transition: opacity 0.45s;
}

.pageTopImg::before {
    opacity: 1;
    border-radius: 12px;
}

/* Contact Page
 * * * * * * * * * * * */

#map {
    border-radius: 10px;
    width: calc(100% - 120px);
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
}



.contact-page .content-wrapper {
    width: 100%;
}

.g-recaptcha {
    margin-top: 17px;
    margin-bottom: 49px;
}

.form-content {
    margin: 0 -9px;
}

.form-wrapper {
    width: 67.15997%;
    float: left;
    padding-right: 0.84%;
}

.image-wrapper {
    width: 32%;
    float: left;
}

.contant-form .half-width {
    width: calc(50% - 18px);
    float: left;
    margin: 0 9px;
}

.contant-form .full-width {
    width: calc(100% - 18px);
    margin: 0 9px;
}

.contant-form fieldset {
    border: 0;
    padding: 10px 0 0;
    margin: 0;
}

.contant-form fieldset input {
    display: none;

}

.contant-form fieldset label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: block;
}

.contant-form fieldset label:before {
    content: "";
    border: 1px solid #0074be;
    position: absolute;
    left: 0;
    top: 4px;
    height: 25px;
    width: 25px;
    transition: all .35s;
	border-radius: 5px;    
}

.contant-form fieldset input:checked + label:before {
    border: 6px solid #0074be;
}

.contant-form .button {
    max-width: 390px;
    width: 100%;
}

.image-wrapper img {
    display: block;
    border-radius: 10px;
}

.image-wrapper .image {
    position: relative;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

/* .image-wrapper .image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 116, 190, 0.25) 0%, rgba(0, 116, 190, 0.25) 30%, rgba(0, 116, 190, 0) 50%);
} */

.image-wrapper #teamCaption {
    padding: 30px 0 0 21px;
}

.image-wrapper #teamCaption > .title {
    font-size: 1.15em;
}

.image-wrapper #teamCaption > .info {
    color: #808080;
    margin-top: 5px;
    line-height: 1.5em;
}

.button-box {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.button-box > a {
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    border: 3px solid #0074be;
    transition: color 400ms, background-color 400ms;
}

.button-box > a:hover {
    background: #0074be;
    color: #fff;
}

/* Tabs */

#panelContent #panelInfo ul.tabs {
    margin: 50px 0;
}

#panelContent #panelInfo ul.tabs > li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

#panelContent #panelInfo ul.tabs > li p {
    margin-top: 15px !important;
}

#panelContent #panelInfo ul.tabs > li > h3 {
    border-radius: 8px;
    background-color: #ececed;
    color: #808080;
    padding: 15px 20px;
    font-size: 1.25em;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
}

#panelContent #panelInfo ul.tabs > li > h3 > svg {
    position: absolute;
    right: 15px;
    top: 20px;
    transition: transform 300ms;
    transform: rotate(0deg);
}

#panelContent #panelInfo ul.tabs > li > div.text {
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    transition: max-height 400ms;
}

#panelContent #panelInfo ul.tabs > li .hinweis {
    border-radius: 10px;
    border: 3px solid #0074be;
    padding: 30px;
    margin-top: 30px;
}

#panelContent #panelInfo ul.tabs > li.active > h3 > svg {
    transform: rotate(180deg);
}

#panelContent #panelInfo ul.tabs > li.active > div.text {
    max-height: 1000px;
}

/* Tabs inside "teamlist" layout */

#panelContent #panelInfo .team-list ul.tabs {
    margin: 40px 0 0 0;

}

#panelContent #panelInfo .team-list ul.tabs > li > h3 {
    border: 2px solid #0074be;
    font-size: 1.125em;

}

#panelContent #panelInfo .team-list ul.tabs > li ul,
#panelContent #panelInfo .guide-detail ul {
    color: #808080;
    list-style-type: disc;
    list-style-position: inside;
}

#panelContent #panelInfo .guide-detail ul {
    color: #0074be;
}

#panelContent #panelInfo .team-list ul.tabs a.button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 9px 20px;
}

/* Blue Boxes */

.blue-box {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.blue-box > .column {
    box-shadow: inset 0 0 0 6px #0074be;
    border: 10px solid transparent;
    padding: 34px;
}

.blue-box > .column svg {
    float: left;
    margin: 0 20px 19px 0;
}

.blue-box > .column h3 {
    text-transform: uppercase;
}

.blue-box > .column p {
    margin-top: 10px !important;
}

/* About Us */

.about-us .introtext {
    margin-bottom: 3em;
}

.about-us .introtext > .title {
    font-size: 1.55em;
    margin-bottom: 0.8em;
}

.about-us .introtext > p {
    font-size: 1.15em;
    color: #808080;
    font-weight: 700;
}

.about-us .text-container {
    margin-bottom: 2em;
}

.about-us .text-container .paragraph {
    width: 50%;
    float: left;
    margin-right: 3%;
}

.about-us .text-container .paragraph > p {
    font-size: 1em;
    color: #888080;
}

.about-us .text-container .image {
    width: 47%;
    float: right;
    margin: 0;
}

.about-us .text-container .image .info {
    margin-top: 10px;
}

.about-us .text-container .image span {
    display: block;
    color: #888080;
}

.about-us .team-list .content {
    margin: 0 -9px;
}

.team-list .team {
    float: left;
    width: 33.3334%;
    padding: 9px;
    position: relative;
    cursor: pointer;
}

.team-list .team.active .team-image:before {
    opacity: 0;
}

.team-list .team.active .info {
    opacity: 0;
}

.team-list .team.team1, 
.team-list .team.team6 {
	pointer-events: none;
}

.team-list .team.team1.active .team-image:before,
.team-list .team.team6.active .info {
    opacity: 1;
}



.team-list .team.small {
    display: none;
    padding: 9px 0;
}

.team-list section {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
    width: calc(100% - 18px);
    background-color: #ececed;
    border-radius: 8px;
    margin: 0 9px;
}

.team-list section.hovered {
    max-height: 1450px;
}

.team-list section .section-content {
    padding: 46px 52px 70px;
    position: relative;
}

.close-section {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.close-section svg path {
    fill: #808080;
    transition: fill .4s;

}

.close-section:hover svg path {
    fill: #0074be;
}

.team-list section .section-content span {
    display: block;
}

.team-list span {
    font-size: 1em;
    font-weight: 400;
    color: #808080;
}

.team-list span.name {
    font-size: 1.55em;
    color: #0074be;
    font-weight: 700;
}

.team-list span.email {
    color: #0074be;
    margin-top: 1.3em;
}

.section-content p {
    margin-top: 1.3em;
    color: #808080;
}

.section-content .downloads {
    margin-top: 1.5em;
    margin: 0 -9px;
}

.section-content .downloads .headline {
    font-size: 1em;
    font-weight: 400;
    color: #808080;
    font-weight: 700;
    margin: 1.5em 9px 1em;
}

.section-content .downloads li {
    width: calc(50% - 18px);
    float: left;
    margin: 0 9px 11px;
    border-radius: 8px;
    border: 2px solid #0074be;
    position: relative;
    transition: background-color .4s;
}

.section-content .downloads li a {
    white-space: nowrap;
    display: flex;
}

.section-content .downloads li span {
    font-size: 0.85em;
    font-weight: 700;
    color: #808080;
    transition: color .4s;
    flex-grow: 1;
    padding: 12.5px 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-content .downloads li svg {
    flex: 0 0 50px;
    margin-top: 10px;
}

.section-content .downloads li svg path {
    fill: #0074be;
    transition: fill .4s;
}

.section-content .downloads li:hover {
    background-color: #0074be;
}

.section-content .downloads li:hover span {
    color: #fff;
}

.section-content .downloads li:hover svg path {
    fill: #fff;
}

.team-list .team-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.team-list .team-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 116, 190, 0.8) 5%, rgba(0, 116, 190, 0.25) 30%, rgba(0, 116, 190, 0) 50%);
    transition: opacity .4s;
}

.team-list .info {
    position: absolute;
    bottom: 34px;
    left: 26px;
    transition: bottom .4s, opacity .4s;

}

.team-list .info span {
    display: block;
    color: #fff;
}

.team-list .info span.name {
    font-size: 1.57em;
    font-weight: 700;
    line-height: 1.3em;
}

.team-list .info span.position {
    font-size: 0.89em;
    font-weight: 400;
}

.team-list .tabs .detail-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
    width: 100%;
    background-color: #ececed;
    border-radius: 8px;
}

.team-list .tabs .detail-content.hovered {
    max-height: 700px;
}

/* Ratgeber Overview
 * * * * * * * * * * * */

.guide-category-list {
    margin-top: 50px;
    margin-bottom: 50px;
}

.guide-category-list ul {
    margin-left: auto;
    margin-right: auto;
}

.guide-category-list ul li:last-child {
    padding-right: 0px;
}

.guide-category-list .kategorie {
    padding-right: 10px !important;
    height: 100px;
    text-align: center;
    display: table;
    margin-top: 10px;
}

.guide-category-list .kategorie > div {
    margin-left: 2%;
    margin-right: 2%;
    background-color: #ececed;
    color: #808080;
    border-radius: 8px;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    transition: background-color 300ms, color 300ms;
    font-weight: 600;
    cursor: pointer;
}

.guide-category-list .kategorie div:hover,
.guide-category-list .kategorie.active > div {
    background-color: #0074be;
    color: #fff;
}

.guide-category-wrapper {
    width: 85%;
    margin: auto;
    text-align: center;
}

.advice {
    padding: 0px;
    margin-bottom: 20px;
}

.advice img {
    width: 100%;
}

.advice-padding {
    margin-left: 15px;
    margin-right: 15px;
    color: white;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.advice-padding .ontop {
    position: absolute;
    bottom: -70px;
    opacity: 1;
    left: 0;
    width: 100%;
    padding: 0 6% 31px;
    z-index: 90;
    transition: bottom 400ms, opacity 400ms;
}

.advice-padding .ontop .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.advice-padding time {
    font-size: 1.2em;
}

.advice-padding .more-button {
    font-size: 20px;
    border: 3px solid white;
    border-radius: 5px;
    float: left;
    clear: both;
    padding: 0 2em;
    height: 44px;
    opacity: 0;
    transition: opacity 400ms, color 400ms, background-color 400ms;
    line-height: 36px;
    margin-top: 20px;
}

.advice-padding .more-button:hover {
    color: #0074be;
    background: #fff;
}

.advice-padding::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: -10%;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 116, 190, 0.75) 30%, rgba(0, 116, 190, 0) 60%);
    transition: bottom 400ms;
    z-index: 1;
}

.advice-padding:hover > .ontop {
    bottom: 0;
}

.advice-padding:hover .more-button {
    opacity: 1;
}

.advice-padding:hover::before {
    bottom: 0;
}

/* Ratgeber Detail */

#panelContent #panelInfo .guide-date {
    margin-bottom: 30px;
    display: block;
    font-size: 2em;
    font-weight: bold;
}

