/*-------------------------------
    COLOR - DEFINITION
---------------------------------*/
.bg_darkPink
{
    background: #ff015a;
}

.bg_lightPink
{
    background: #ff0570;
}

.bg_aqua
{
    background: #5bc6d0;
}

.bg_lightAqua
{
    background: #a2c6d0;
}

.bg_lila
{
    background: #d121ce;
}

.bg_darkLila
{
    background: #420e60;
}

.bg_darkRed
{
    background: #8d0045;
}

/*-------------------------------
    NAVIGATION COLOR
---------------------------------*/
.nav_bar
{
    background: white;
}

.nav_bar li a {
    color: #ff0570;
}

.nav_bar li a:hover {
    color: #d121ce;
}

.sidenav {
    background-color: black;
}

.sidenav a {
    color: #818181;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #ff0570;
}

/*Menu BTN for small Devices*/
.bar1, .bar2, .bar3 {
    background-color: #ff015a;
}
/*-------------------------------
    HOME_PAGE COLOR
---------------------------------*/

.header_devider
{
    background: #62C2DA;
}

.home_header .content h1
{
    color: white;
}

.home_header .content h2
{
    color: #ff0570;
}

    /*-------------------------------
        HOME_PAGE ABOUT COLOR
    ---------------------------------*/
    .about_lake_it
    {
        background: #f3f3f3;
    }

    .about_lake_it .headline_devider, .video_section .headline_devider
    {
        background: #22005D;
    }

    .about_lake_it h2
    {
        color: #22005D;
    }

    /*-------------------------------
        HOME_PAGE VIDEO COLOR
    ---------------------------------*/

    .video_section h1, .video_section h4
    {
        color: white;
    }

    .video_section .headline_devider
    {
        background: white;
    }

    .video_section
    {
        background: #62C2DA;
    }

    .band_info_home .playtime
    {
        color: white;
        border-color: white;
    }
/*-------------------------------
    Band Seite
---------------------------------*/
.bands_header, .band_no_2
{
    background: #8D0044;
}

.band_no_1
{
    background: #f3f3f3;
}

.band_no_1 h1, .band_no_1 h3, .band_no_1 p
{
    color: #8D0044;
}

.band_no_2 h1, .band_no_2 h3, .band_no_2 p
{
    color: white;
}

.bands_header h1, .bands_header h3
{
    color: white;
}

/*-------------------------------
   Kontakt Seite
---------------------------------*/
.kontakt
{
    background: #476FBE;
}

.kontakt input[type=submit]
{
    background: #300073;
}

.kontakt h1, .kontakt input[type=submit]
{
    color: white;
}

.kontakt input[type=email], .kontakt input[type=tel], .kontakt input, .kontakt textarea
{
    color: black;
}

.kontakt input[type=submit]:hover
{
    background: #A0C6CA;
    color: #300073;
}


/*-------------------------------
   Impressum
---------------------------------*/
.impressum
{
    background: #f3f3f3;
}

/*-------------------------------
   Footer
---------------------------------*/
footer
{
    background: #320088;
}
footer .copyright
{
    color: rgba(255,255,255,0.5);
}

footer .copyright a
{
    color: white;
}

.footer_navi li a {
    color: white;
}

/*-------------------------------
    Action Section 26.08 SchÃ¶mberg COLOR
---------------------------------*/
.action_call
{
    background: #f3f3f3;
}

.action_call h1, .action_call h2, .action_call h3
{
    color: #22005D;
}