@font-face {
font-family: "TTFirsNeue-Medium";
src: url("../fonts/TTFirsNeue-Medium.woff2");
}

@font-face {
    font-family: "TTFirsNeue-Bold";
    src: url("../fonts/TTFirsNeue-Bold.woff");
    }
    
/* Paper JS */

html,
body {
    margin: 0;
    height: 100%;
    background: rgb(237,237,237);
    font-family: "TTFirsNeue-Medium";
    position: relative;
    font-size: 18px;
    line-height: 31px;
    color: #000;
    letter-spacing: .03em;
}

*, :after, :before {
    box-sizing: border-box;
}

a, a:any-link {
    text-decoration: none;
    color: rgb(0,0,0);
}

.container {
    background: rgb(246,246,246);
}

.logo {
    display: block;
    margin: 40px;
    background: transparent url("../images/logobw_gelb.svg");
    width: 110px;
    height: 150px;
}
.h1080 {
    height: 1080px;
}

.bottom {
    position: absolute;
    bottom: 0px;
    font-size: 18px;
}
 
.p-40 {
    padding:40px;
}

.m-40 {
    margin:40px;
}

.m-top-40 {
    margin-top:40px;
}

.black {
    background: rgb(0,0,0);
    color: rgb(255,255,255);
}

.black:any-link {
    color: rgb(255,255,255);
}

.darkgray {
    background: rgb(74,74,74);
}

.middlegray {
    background: rgb(124,124,124);
}

.yellow, .yellow:any-link {
    color: rgb(255,224,0);
}

canvas[resize] {
    width: 100%;
    height: 100%;
  }
  
#animation {
    position: relative;
    max-height: 400px;
    z-index: 1000;
}

#canvas-fractal-vortex {
    max-height: 400px;
}
.photobannercontainer {
    height: 1080px;
    position: relative;
    overflow: hidden;
}
.photobanner {
    position:absolute; 
    top:0px; 
    left:0px; 
    overflow:hidden; 
    white-space: nowrap;
    animation: bannermove 60s linear infinite;
}

.photobanner img {
    margin: 0px 0px 0px 0px;
}

@keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50%, 0);
    }
  }

.minipic {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    padding: 1px;
}

.linkbox-wrap {
    position: relative;
    height: 100%
}

.linkbox-wrap a {
    box-shadow: inset 6px 6px 0 #ffe000,inset -6px -6px #ffe000;
    padding: 40px 40px 80px;
    position: relative;
    height: 100%
}

.linkbox-wrap:before,.linkbox-wrap a {
    min-height: 170px;
    display: block;
    z-index: 1
}

.linkbox-wrap:before {
    content: "";
    width: 50%;
    background: transparent url('../images/linkbox-background.svg') 100% 100% no-repeat;
    right: 0;
    bottom: 0;
    position: absolute;
}

.linkbox-wrap .linkbox-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .3s ease
}

.linkbox-wrap .linkbox-bg .linkbox-bg-wrapper figure.image {
    background-size: cover;
    background-position: 50%;
    display: block;
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease
}

.linkbox-wrap .linkbox-bg .linkbox-bg-wrapper figure.image picture img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    transform: translateY(-50%);
    top: 50%
}

.linkbox-wrap .linkbox-bg .linkbox-bg-wrapper figure.image figcaption.caption {
    display: none
}

.linkbox-wrap h3 {
    font-family: "TTFirsNeue-Medium";
    margin-bottom: 20px
}

.linkbox-wrap p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    position: relative;
    padding-top: 20px
}

.linkbox-wrap p:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    border-bottom: 1px solid #000
}

.linkbox-wrap .linkbox-arrow {
    display: block;
    width: 50px;
    height: 15px;
    background: transparent url('../images/link-arrow.svg') 100% 100% no-repeat;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 2
}

.linkbox-wrap .linkbox-icon {
    background: #fff url('../images/link-icon.svg') 0 0 no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    top: -18px;
    left: 30px
}

.linkbox-wrap:hover {
    box-shadow: none
}

.linkbox-wrap:hover .linkbox-bg {
    background-color: #ffe000;
    opacity: 1
}

.linkbox-wrap:hover .linkbox-bg .linkbox-bg-wrapper figure.image {
    opacity: .2
}



h3 {
    font-size: 21px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.btn-black {
    background-color: rgb(74,74,74);
    color: rgb(246,246,246);
}

.btn-black:any-link {
    color: rgb(255,224,0);
}

.btn {
    display: inline-block;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    position: relative;
    text-align: center;
    font-size: 18px;
    padding: 10px 40px;
    font-family: "TTFirsNeue-Medium";
    border-radius: 0!important;
    border: none;
    border-top-color: initial;
    border-top-style: none;
    border-top-width: initial;
    border-right-color: initial;
    border-right-style: none;
    border-right-width: initial;
    border-bottom-color: initial;
    border-bottom-style: none;
    border-bottom-width: initial;
    border-left-color: initial;
    border-left-style: none;
    border-left-width: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-weight: 400;
    transition: all .3s ease;
}

#ticketName {
    border: none;
    border-bottom: 2px solid rgb(0,0,0);
}

.carousel-caption, .carousel-dots {
    color: rgb(0,0,0);
    text-shadow: 0px 0px 5px rgb(255,255,255),0px 0px 4px rgb(255,224,0);
}

.carousel {
    height: 300px;
}
