/* Your custom css code goes here */
.probootstrap-logo.gilbert-logo-text {
    font-weight: bold;
    font-size: 75px;
    line-height: 80px;
    color: var(--primary-color-1);
    text-shadow: 1px -1px 0 #fff, 2px -1px 0 #fff,
    -1px -1px 0 #fff, -2px -1px 0 #fff,
    1px 1px 0 #fff, 1px 2px 0 #fff,
    -1px 1px 0 #fff, -1px 2px 0 #fff,
    2px 1px 0 #fff, 2px 2px #fff,
    1px -2px 0 #fff, -1px -2px 0 #fff,
    -2px 1px 0 #fff, -2px -2px 0 #fff,
    2px -2px 0 #fff, -2px 2px 0 #fff,
    2px 0px 0 #fff, -2px 0px 0 #fff;
    letter-spacing: -0.005em;
}

.probootstrap-inner.probootstrap-animate .gilbert-slogan {
    position: absolute;
    right: -15%;
    /*top: -4%;*/
    top: 0;
    transform: rotate(15deg);
}

@media screen and (max-width: 655px) {
    .probootstrap-inner.probootstrap-animate .gilbert-slogan {
        top: -4vw;
        right: 0;
    }
}

@media screen and (max-width: 425px) {
    .probootstrap-inner.probootstrap-animate .gilbert-slogan {
        right: 5%;
        top: -3%;
    }
}

[data-anchor="krankenfahrt"] small {
    font-size: 0.6em;
}
[data-anchor="krankenfahrt"] small sub  {
    bottom: 0.15rem;
}

.probootstrap-inner.probootstrap-animate .gilbert-animate {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    transform: rotate(-25deg);
    transition: left 5s, top 5s, font-size 2s;
}

.probootstrap-inner.probootstrap-animate .gilbert-animate i {
    font-size: 40px;
}

.wrapper nav{
    position: relative;
    width: 80%;
    height: 50px;
    display: flex;
    align-items: center;
}
.wrapper nav label{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #17a2b8;
    font-size: 17px;
    border-radius: 5px;
    margin: 0 5px;
    transition: all 0.3s ease;
}
.wrapper nav label:hover{
    background: rgba(23,162,184,0.3);
}
#touran-nav:checked ~ nav label.home,
#caddy-nav:checked ~ nav label.blog,
#t6-nav:checked ~ nav label.code,
#crafter-nav:checked ~ nav label.help,
#passat-nav:checked ~ nav label.about{
    color: #fff;
}
nav label i{
    padding-right: 7px;
}
nav .slider{
    position: absolute;
    height: 100%;
    width: 20%;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 5px;
    background: #17a2b8;
    transition: all 0.3s ease;
}
input[type="radio"]{
    display: none;
}
#caddy-nav:checked ~ nav .slider{
    left: 20%;
}
#t6-nav:checked ~ nav .slider{
    left: 40%;
}
#crafter-nav:checked ~ nav .slider{
    left: 60%;
}
#passat-nav:checked ~ nav .slider{
    left: 80%;
}
section .content{
    display: none;
    background: #fff;
}
section .content .carousel {
    height: 80vh;
}
#touran-nav:checked ~ section .touran,
#caddy-nav:checked ~ section .caddy,
#t6-nav:checked ~ section .t6,
#crafter-nav:checked ~ section .crafter,
#passat-nav:checked ~ section .passat{
    display: block;
}
/*section .content .title{
    font-size: 21px;
    font-weight: 500;
    margin: 30px 0 10px 0;
}*/
/*section .content p{
    text-align: justify;
}*/

/** CCM19 Cookie Consent **/
.ccm-link-container a {
    color: #c9c9c9 !important;
}