* {
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #14182a;
    line-height: 1.8;
    color: #fff;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
}

h1{
    font-size: 32px;
}

h2{
    font-size: 20px;
    margin-top: 28px;
}

.site_home h2 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 40px;
    margin-top: 0;
}

.site_home h1 {
    text-align: center;
    font-size: 40px;
    margin-top: 0;
}

img{
    width: 100%;
}

p,
td,
label,
a,
#footer a {
    color: rgba(255, 255, 255, 0.8);
}

a {
    text-decoration: none;
    color: #fff;
}

#main a:hover
{
    color: #fb3a64;
}

button,
a.btn {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 1;
    position: relative;
    background-color: #fb3a64;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: none;
}

button:hover,
a.btn:hover {
    background-color: #fff;
    color: #fb3a64;
}

.container:not(.mod_article.fullwidth .container),
#header .inside,
#footer .inside{
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

.center {
    text-align: center;
}

#header{
    width: 100%;
    background: transparent;
    display: flex;
    height: 90px;
}

.site_home #header{
    position: absolute;
    top: 0;
    z-index: 10;
}

#header .inside{
   display: flex;
   align-items: center;
   width: 100%;
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   overflow: hidden;
}

.site_home #header .inside{
    border: none;
}

.logo {
    float: left;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 1.3;
}

a.logo:hover {
    color: inherit;
}

.logo .title {
    font-size: 36px;
    font-weight: 600;
}

.logo .subtitle {
    font-size: 20px;
    font-weight: 400;
}

.mod_onepage_navigation {
    margin-left: auto;
    margin-right: 20px;
    & ul{
        margin: 0;
    }
    & ul li {
        float: left;
        list-style-type: none;
    }
    & ul li a {
        color: #fff;
        text-decoration: none;
        padding: 20px;
        font-weight: 600;
        font-size: 14px;
    }
}

.socials {
    font-size: 24px;
    & a{
        margin-left: 20px;
    }

    & .facebook:hover {
        color: #3b5998
    }
    & .instagram:hover {
        color: #F55376
    }
}

.mod_article {
    padding-top: 80px;
    padding-bottom: 80px;
}

.site_home .mod_article:first-child{
    padding: 0;
}

#toTop {
    z-index: 200;
    background-color: #fb3a64;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0;
    text-align: center;
    right: 25px;
    bottom: 25px;

}

#footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

/* UEBER UNS */
#ueber-uns {
    & .btn {
        margin-top: 20px;
    }
}

/* TERMINE */

#termine {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../files/img/tanzen.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;


    table {
        background: rgba(41, 41, 41, 0.40);
        width: 100%;
        border-spacing: 0;
        padding: 20px;

        & td {
            border-top: 1px solid rgba(255, 255, 255, 0.10);
        }

        & th,
        td {
            padding: 15px;
            text-align: left;
        }
    }
}

.downloads {
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.40);

    ul {
        padding-left: 0;

        & li {
            list-style-type: none;
        }

        & li:before {
            content: "\f358";
            font-family: "Font Awesome 5 Free";
            display: inline-block;
            margin-right: 10px;

        }
    }
}

/* ARTISTS */
#artists{
    text-align: center;
    background-color: #191e30;
    & .ce_rowStart{
        margin-top: 40px;
    }
    & .ce_columns{
        background-color: #1f2438;
        border-radius: 8px;
        padding-bottom: 20px;
    }
    & .title p{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: -10px;
        color: #fff;
    }
    & img{
        width: 100%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}


/* KONTAKT */
.kontaktform {
    label {
        display: block;
    }

    input {
        width: 60%;
    }

    textarea {
        width: 100%;
        height: 250px;
    }

    .widget {
        margin-bottom: 30px;
    }

    input,
    textarea {
        padding: 10px;
        background-color: #0e1d30;
        border: 1px solid #0e1d30;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    input:focus,
    textarea:focus {
        border: 1px dotted;
    }
}

#kontakt {
    .fa {
        margin-right: 10px;
    }
}

/* Mobile Menu */
.mobile_menu_trigger {
    font-size: 28px;

    :hover {
        cursor: pointer;
    }
}

.mod_mobile_menu {
    display: none;
    vertical-align: middle;
    width: 30%;
    text-align: right;
}

.mobile_menu {
    ul {
        padding-left: 0;

        li {
            list-style-type: none;

            a {
                display: block;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                padding-left: 25px;
                padding-top: 15px;
                padding-bottom: 15px;
            }
        }
    }

    .inner {
        background: #0e1d30;
    }
}

/* Youtube */
.content-youtube{
    margin-top: 50px;
    margin-bottom: 50px;;
    iframe{
        border: none;
    }
}


/**************************** BREAKPOINTs ******************************************/

/* Phone - 767 */
@media only screen and (max-width: 767px) {

    .mod_mobile_menu {
        display: block;
    }

    .site_home #header{
        display: flex;
        position: relative;
    }

    #header .socials{
        display: none;
    }

    .mod_articlelist ul li:first-child{
        display: none;
    }

    .site_home h1,
    .site_home h2 {
        font-size: 32px;
    }

    .logo {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        width: 70%;
        margin-top: 0;
        float: none;

        .title {
            font-size: 24px;
        }

        .subtitle {
            font-size: 20px;
        }

    }

    .mod_article {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mod_onepage_navigation {
        display: none;
    }

    #termine {
        width: 100%;
        background-attachment: scroll;

        table {
            td {
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 0;
                padding-bottom: 0;
                display: block;
                border: none;
                text-align: center;
            }

            td:first-child {
                padding-top: 20px;
            }

            td:first-child,
            td:nth-child(3) {
                font-weight: 600;
                font-size: 18px;
                color: #fff;
            }

            td:last-child {
                padding-bottom: 20px;
            }

            thead {
                display: none;
            }

            tr:not(:last-child) {
                td:last-child {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
                }
            }
        }
    }

    .kontaktform {
        input {
            width: 100%;
        }
    }

    .socials {
        font-size: 28px;
        float: none;
        text-align: center;
        margin-top: 20px;
        & a{
            margin-left: 13px;
            margin-right: 13px;
        }
    }
}

/* Mobile Devices */
@media only screen 
    and (max-device-width: 1200px) {
        #termine{
            background-attachment: scroll;
        }
}
