@import 'https://fonts.googleapis.com/css?family=Overpass';
@import 'https://fonts.googleapis.com/css?family=Pacifico';
@import 'https://fonts.googleapis.com/css?family=Kalam';
@import 'https://fonts.googleapis.com/css?family=Comfortaa';
@import 'https://fonts.googleapis.com/css?family=Quicksand';
@import 'https://fonts.googleapis.com/css?family=Inconsolata';
/* Übersicht fonts.google.com */


body {
    background-color: #000;     /* Hintergrund */
    color: #b3b1af;             /* Schriftfarbe ganze Website */
    font-family		: 'Quicksand', sans-serif;
}

h1 {
    margin-top: 100px;
    margin-left: 10px;
}

.sec_title {
    margin-top: 60px;
    max-width: 100%;
}

.arrow_wrapper {
    width: 100%;
    /*border: 1px solid yellow;*/
    text-align: right;
    position: relative;
}

#arrow {
    color: #333333;
    font-size: 300%;
    margin-top: 40px;
    /*border: 1px solid #c4025d;*/
    bottom: 0;
    right: 0;
    position: absolute;
}

#arrow:hover {
    color: #e1e1e1;
}

.main_title {
    /*border: 1px solid greenyellow;*/
    width: 100%;
    display: inline-flex;
}

/* ------------------------------------------------------------------------------- */
/* -- Header -- */
/* ------------------------------------------------------------------------------- */
#header-wrap {                  /* umschliesst Schriftzug und Navigation */
    display: inline-flex;
    width: 100%;
    /*border: #FFD90B solid;*/
}
/* ------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------- */
/* -- Brand Schriftzug -- */
/* ------------------------------------------------------------------------------- */
#brand-wrap {                   /* umschliesst Schriftzug s und aitenspiel */
    margin-top: 10px;
    margin-left: 10px;
    display: inline-flex;       /* damit s und aitenspiel zusammenbleiben */
    width: 40%;
    /*border: #FFD90B solid;*/
}

.brand1, .brand2
{
    height: 70px;
}
/* ------------------------------------------------------------------------------- */




/* ------------------------------------------------------------------------------- */
/* -- Navigation -- */
/* ------------------------------------------------------------------------------- */

#navigation-wrap {              /* umschliesst ganze Navigation */
    width: 60%;
    float: right;
    background-color: transparent;
    /*border: #FFD90B solid;*/
}

.navigation {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    padding: 1% 0;
    font-size: 130%;
    border: 0;
}

.navbar-inverse .navbar-nav .active a,
.navbar-inverse .navbar-nav .active a:focus,
.navbar-inverse .navbar-nav .active a:hover {
    color: #FFD90B;
    background-color: #5e4485;
}

.navbar-inverse .navbar-nav li a {
    color: #FFD90B;
}

.navbar-inverse .navbar-nav li a.nav_active {
    color: #c00e5e;
}
#myNavbar {
    margin-top: 20px;
}

.cal_link,
.cal_link:active,
.cal_link:visited {
     color: #b3b1af;
     text-decoration: underline;
 }

.cal_link:hover {
    color: #c00e5e;
    text-decoration: none;
}


/* ------------------------------------------------------------------------------- */






/* ------------------------------------------------------------------------------- */
/* -- Carousel Text und Button -- */
/* ------------------------------------------------------------------------------- */

.carousel-inner  {
    margin-top : 25px;
}

section#home {
    padding: 10px;
}

#slider_img{
    width: 100%;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
}

.btn {
    font-size: 18px;
    color: #fff;
    padding: 12px 22px;
    background: #5e4485;
    border: 2px solid #fff;
}

.container{

}

#icon {
    max-width: 200px;
    margin: 1% auto;
}

footer {
    width: 100%;
    background-color: #5e4485;
    color: #fff;
    padding: 3%;
}

.fa {
    padding: 15px;
    font-size: 25px;
    color: #fff;
}
A,
.fa:hover {
    text-decoration: none;
    color: #c00e5e;
}
/* ------------------------------------------------------------------------------- */




/* ------------------------------------------------------------------------------- */
/* About us */
/* ------------------------------------------------------------------------------- */

.peoplePic{
    border: 2px solid #c00e5e;
    max-width: 150px;
}

.people {
    margin-top: -10px;
}

.box_text {
    width: 90%;
    /*border: 1px white solid;*/

}

h4,
h3 {
    color: #c00e5e;
}


div h3 {
    margin-top: 0px;
}

h5 {
    font-family: Arial;
}


#boxes {
    margin-top		: 20px;
    /*border: 1px white solid;*/
}

.container {
    width: 100%;
    margin: auto;
    padding-left: 10px;
    padding-right: 0px;
}

.container .box:not(:first-child) {
    padding-left: 20px;
}

#boxes .box {
    float 			: left;
    width 			: 33%;
}

.inner-box {
    display         : inline-flex;
    float 			: left;
    border          : 0px solid #ff00ff;
    width           : 100%;
}

.box_text {
    padding: 10px;
}

/* ------------------------------------------------------------------------------- */




/* ------------------------------------------------------------------------------- */
/* BandText*/
/* ------------------------------------------------------------------------------- */
#SaitenspielOuter {
    padding: 40px 10px 0px 10px;
}


#bandTextOuter{
    padding: 10px;
}


#bandTextInner {
    padding: 10px;
    background-color: #222222;
}

.bigText {
    font-size: 130%;
}
/* ------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------- */
/* Medien*/
/* ------------------------------------------------------------------------------- */

#mediaOuter {
    margin-left: 10px;
    padding-top: 20px;
    width: 99%;
}


iframe {
    width: 33%;
    border: 1px solid #222222;
}


/* ------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------- */
/* Calender */
/* ------------------------------------------------------------------------------- */
#calenderOuter {
    text-align: left;
    padding: 10px;
}

#calenderOuterPromo {
    text-align: left;
    padding: 0px;
    /*background-color: #FFD90B;*/
    /*border: solid 1px #5e4485;*/
}

#calenderInner {
    background-color: #222222;
    width: 100%;
    float: left;
    display: inline-flex;
    border-bottom: 1px solid #b3b1af;
}

#calenderInnerPromo {
    background-color: #333333;
    padding: 10px;
    border: solid 1px #fff;
    margin: 10px;
}

.calenderItem1 {
    /*font-size: 150%;*/
    width: 22%;
    /*border: 1px solid #c4025d;*/
}

.calenderItem2 {
    /*font-size: 150%;*/
    width: 78%;
    /*border: 1px solid #c10211;*/
}


.calenderItem1,
.calenderItem2,
.calenderItem3
{
    font-family: 'Inconsolata';
    padding: 5px 10px 10px 5px;
}

.calenderItem4
{
    font-family: 'Quicksand';
    padding: 5px 10px 10px 5px;
    font-size: 200%;
    color: #b3b1af;
}



article h3.year:not(:first-child) {
    margin-left: 10px;
    margin-top: 50px;
}

article h3.year:first-child {
    margin-left: 10px;
}

article .year0:nth-child(even) {
    margin-left: 10px;
    margin-top: 30px;
}

.expand {
    margin-left: 10px;
    margin-top: 50px;
}

#expand {
    color: #FFD90B;
}


.collapse {
    margin-left: 10px;
    /*margin-top: 20px;*/
}

.promo {    margin-top: 50px; }

/* ------------------------------------------------------------------------------- */




/* ------------------------------------------------------------------------------- */
/* Footer */
/* ------------------------------------------------------------------------------- */

#FooterOuter {
    margin-top: 100px;
    padding: 10px;
}

#FooterInner {
    background-color: #c00e5e;
    padding: 0px;
    display: inline-flex;
    width: 100%;
}

.copy_wrapper {
    vertical-align: middle;
    border: 0px solid white;
    /*display: flex;*/
    width: 100%;
    padding: 1% 0% 0% 2%;
}

.social_wrapper {
    vertical-align: middle;
    border: 0px solid white;
    width: 200px;

    /*display: flex;*/
}

p.Footer {
    font-size: 150%;
    color: #fff;

}

#social {
    font-size: 400%;
}

#social:hover {
    color: #e1e1e1;
}
