.uk-tile-black{
    background: #404d48;
	color: #eeefe1;
}
.uk-tile-black a{
	color:#eeefe1;
	text-decoration:underline;
}
.uk-button{
text-decoration: none !important;
}
.uk-button-secondary:focus, .uk-button-secondary:hover {
    background-color: #ccc;
    color: #111;
}
.uk-button-secondary {
    background-color: #eee;
    color: #111 !important;
}
.uk-button-primary{
    background-color: #000;
    color: #fff !important;
}
.uk-button-primary:focus, .uk-button-primary:hover {
    background-color: transparent;
	border: 1px solid #000;
    color: #ffffff !important;
}

.abschnitt {
    margin-bottom: 70px!important;
    padding: 0 80px;
}

#logo {
    background-color: black;
}

h2 {
    color:#fbd493;
    font-size:40px;
    //font-family:'Monotype Corsiva';
}
h3 {
    color:#fbd493;
    font-size:25px;
}

.event {
    margin-bottom: 40px;
}

li {
    list-style-type:none;
}

#banner {
    height:100%;
    position:fixed;
    right:0px;
    top:-10%;
    padding:0;
    width:50%;
}