body {
    
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: .4px;
    -webkit-font-smoothing: antialiased;
    /*
    
    font-family:  'Gothic A1', Helvetica, Arial, Sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: .4px;
    -webkit-font-smoothing: antialiased;
    color:black;
    background-color: white;*/
}

/******************Navbar*******************/

nav {
    background-color: white;
    border-bottom: 1px solid black;
}

.date {
    font-family: times;
}

.icon-bar {
    width: 25px;
    height: 3px;
    background-color: black;
    display: block;
    transition: all 0.2s;
    margin-top: 4px;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

div.date {
    margin-left: calc(50% - 100px);
}

ul.navbar-nav {
    margin-left: auto;
}

/******************Header*******************/

.container-fluid.header {
    padding: 0;
    border-bottom: 1px solid black;
}

.header h1 {
    margin-left: 20px;
}

.header p {
    font-size: /*200%*/100%;
    padding-top: 20px;
    line-height: 1.2;
    margin-left: 20px;
}

.Link{
    color:rgba(0,0,0,.5); 
}
.Link:hover{
    color:black; 
}

p.small{
    font-size: .5em;
    line-height: 1.2em;
    hyphens: auto;
}

/******************Jumbotron*******************/

.jumbotron {
    margin-top: 100px;
    background-color: white;
}

.jumbotron .day {
    text-align: center;
}

.jumbotron .day h1 {
    font-size: 13em;
    line-height: 0.85;
    text-transform: uppercase;
}

.jumbotron .day h1:nth-child(2) {
    color: white;
    text-shadow: 0 0 5px black;
}

.jumbotron .day h4 {
    margin-top: 50px;
}

.jumbotron .day h2 {
    font-size: 5em;
    line-height: 0.85;
    text-transform: uppercase;
}

.jumbotron .day h2:nth-child(2) {
    color: white;
    text-shadow: 0 0 5px black;
}

/******************Accordion*******************/

.place-number {
    height: 0.8em;
    width: 0.8em;
    background-color: black;
    border-radius: 100%;
    display: inline-block;
    color: white;
    padding-top: 1px;
}

.place-number sup {
    margin-bottom: 5px;
    text-align: center;
    font-size: 0.5em;
    margin-top: 3px;
}

.card {
    border: none;
    margin-bottom: 20px;
}

.card h4.col-md-2,
.card h4.col-md-4,
.card i.col-md-2,
.card div.col-md-4,
.card div.col-md-6,
.card div.col-md-8,
.card div.col-lg-4 {
    padding: 0 15px 0 0 !important;
}

.kopf {
    border-top: 1px solid black;
    padding: 20px 0 !important;
}



.kopf .btn {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    opacity: 0;
    z-index: 1;
}

.type {
    text-transform: uppercase;
    color: #666;
}

.text {
    margin-top: 20px;
    font-size:.7em;
    line-height:1.2em;
    hyphens: auto;
}

i:before,
i:after {
    transition: all 0.25s ease-in-out;
}

i:before,
i:after {
    content: "";
    position: absolute;
    background-color: black;
    width: 4px;
    height: 10px;
    left: 50%;
    top: 30%;
}

i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.btn[aria-expanded="true"] ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}

.btn[aria-expanded="true"] ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

#accordionDay1 img,
#accordionDay2 img,
#accordionDay3 img {
    width: 100%;
}

/******************Uber*******************/

/*#uber{
    background-image: url(Cardbox2.gif);
    background-repeat: no-repeat;
    background-position: center;
    height:270px;
}*/
.container.uber {
    padding: 0;
}

.uber p {
    font-size: 1em;
    line-height: 1.2;
    hyphens: auto;
}

.cardbox{
    position:relative;
    margin:0 auto;
    background-color:red;
}

/******************Map*******************/

div.container.map {
    text-align: center;
    padding: 0;
}

div.container.map img{
    padding-bottom: 13px; 
    width: 30px !important;
}

.map ul {
    list-style: none;
    padding-left: 0;
}

.map a {
    font-family: "Times New Roman";
    font-size: 2em;
    line-height: 1;
    color: #666;
    text-decoration: none;
}

.map a:hover {
    color: black;
    text-decoration: none;
}

#map {
    height: 100vh;
}

@media (max-width: 1008px) {
    .jumbotron .day h1{
        font-size: 10em;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

img.number {
    width: 20px !important;
    padding-bottom:5px;
}

/******************Press*******************/

.container.press {
    padding: 0;
}

.press p {
    font-size: 1em;
    line-height: 1.2;
    hyphens: auto;
    text-align: center;
}

.press a{
    color:rgba(0,0,0,.5); 
}
.press a:hover{
    color:black; 
}


/******************Impressum*******************/

div.container.Impressum{
    width:100%;
    height:100px;
    font-size:.5em;
    margin-top:100px;
    line-height:15px;
    margin-bottom:200px;
}

div.container.Impressum img{
    height:70px;
    padding:20px;

}
div.cardboard{
    width:100%;
    height:300px;
    background-color:white;
    color:white;
    z-index:-1;
    margin-top:100px;
    background-image:url(Cardbox2.gif);
    background-repeat:no-repeat;
    background-position: center;
}

a {
    color: rgba(0,0,0,.5);
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: underline;
}