/**
 * AGENCY AGENCY AGENCY 
 * 
 * Styles
 *
 * @author info@robertlingner.de
 */

html {
    height: 100%;
}

body {
    background-color: rgb(240, 32, 209);
    font-family: 'Changa', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: normal;
    overflow-x: hidden;
    background-image: url(../img/SOLOMUN-MOSAIC-FINAL.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 512px;
    background-attachment: fixed;
} 

body.page-home {
    background-image: url(../img/aaa_full_background.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    
}

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



p a:hover {
    text-decoration: none;
}
.contentarea.default p a {
    text-decoration: underline;
}

.contentarea.default p a:hover {
    text-decoration: none;
}



p, .contentarea.default ul li {
    font-size: 1.2rem;
   
}

H1 {
    font-size: 200%;
}


H2 {
    font-size: 30px;
    line-height: 41px;
}

.contentarea.default h2 {
    /* margin-top: 1rem; */
    font-size: 140%;

}

img {
    display: block;
}


.contentarea {
    /* display: flex;
    flex-wrap: wrap;
    align-content: space-between; */
}

.contentarea.default {
    display: block;
}

.box {
    flex: 1 1 100%;
    display: flex;
    margin-bottom: 68px;
    flex-flow: column;
}

.box:last-child {
    margin-right: 0;
}

.topic {
    width: 100%;
}



.topic img {
    width: 100%;
    height: auto;
    border: 1px solid #383838;
}


.content {

    text-align: left;
    margin-top: 20px;
}


aside {
    position: fixed;
    right: 60px;
    top: 179px;
    font-size:3rem;
    text-align: right;
    line-height: 150%;
}

body.page-home .nav-aside a {
    color: #000;
    font-weight: bold;
    filter: drop-shadow(0px 0px 6px #fff);
}

.page-artists aside {
    display: none;
}

.centered {
    text-align: center;
    justify-content: center;
    align-items: center;
    /* padding-top: 7em; */
}

.email {
    font-size:1.5rem;
    line-height: 150%;
}

footer {
    position: fixed;
    bottom: 20px;
    width: 100%;
}

footer nav ul {
    display: flex;
    justify-content: flex-end;
    margin-right: 38px;
}

footer nav ul li a {
    padding: 0 20px;
    font-size: 1.2rem;
    color: #fff;
}

header {
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
  }

header .menu  {


    font-size:3rem;
    line-height: 150%;

    overflow: hidden;
    position: fixed;
    background: black;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 0;
    transition: max-height .2s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }



header .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 43px 20px;
    position: relative;
    user-select: none;
    margin-left: auto;
    z-index: 100;
    margin-right: 20px;
    margin-top: 2px;
  }
  
  header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 1px;
    position: relative;
    transition: background .2s ease-out;
    width: 43px;
  }
  
  header .menu-icon .navicon:before,
  header .menu-icon .navicon:after {
    background:  #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  header .menu-icon .navicon:before {
    top: 9px;
  }
  
  header .menu-icon .navicon:after {
    top: -9px;
  }
  
  /* menu btn */
  
  header .menu-btn {
    display: none;
  }
  
  header .menu-btn:checked ~ .menu {
    max-height: 100%;
  }
  
  header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }



@media only screen and (min-width: 600px ) {
    body {
        font-size: 16px;

    } 

    .contentarea {

        margin-top: 70px;
        margin-left: 60px;
        margin-right: 60px;
    }

    H2 {
        margin-top: -16px;
        font-size: 2.7rem;


        margin-top: -9px;
        font-size: 2.7rem;
        font-size: 30px;
        margin-bottom: 18px;
        line-height: 41px;
    }

  

    .contentarea.default h2 {
        margin-top: 1rem;
        font-size: 140%;

    }

    .logo {
        font-size: 3rem;
        margin-left: 40px;
    }
    .box {

        flex-flow: row;
    }
    .content {
        width: 50%;
        margin-left: 30px;
    }
    
    .topic {
        width: 51.3%;
    }

    .inverted {
        flex-flow: row-reverse;
    }

    header .menu-icon {
        margin-top: 20px;
        margin-right: 39px;
    }
    header .menu-icon .navicon {
        width: 63px;
      }

    header .menu-icon .navicon:before {
        top: 14px;
    }
    
    header .menu-icon .navicon:after {
        top: -14px;
    }

    .inverted .content {
        margin-right: 30px;
        text-align: right;
    }

}

@media only screen and (min-width: 1024px ) {
    body {
        font-size: 180%;
       
    } 

    H1 {
        font-size: 130%;
    }

    H2 {
        margin-top: inherit;
    }
    .logo {
        text-align: right;
        margin-right: 40px;
    }

    header .menu-icon {
        display: none;
    }



    .email {
        font-size:2rem;
    }
    
    .contentarea {
        margin-right: 25%;
        margin-left: 10%;
    }
    .page-artists aside {
        /* display: block; */
        
    }

    .box {
        flex: 1 1 100px;
        margin-right: 20px;
        display: initial;
        margin-right: 40px;

    }
    .inverted .content {
        margin-right: 0;
        margin-top: 20px;
        text-align: left;
        margin-left: 0;
    }

    p, .contentarea.default ul li {
        font-size: 1.2rem;
    }
    .topic {
        width: auto;

    }
    
    .content {
        width: auto;
        text-align: left;
        margin-left: 0;
    }

}

@media only screen and (min-width: 1760px ) {

}


/* .soundcloud {
    text-align: center;
} */

#bottom {
    position: absolute;
    bottom: 0%;
    width: 100%;
}