@charset "utf-8";

/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium-web-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* poiret-one-regular - latin */
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poiret-one-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poiret-one-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poiret-one-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poiret-one-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poiret-one-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poiret-one-v14-latin-regular.svg#PoiretOne') format('svg'); /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v30-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-slab-v24-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v24-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v24-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

html {
    font-family: 'Titillium Web', sans-serif;
    background-color: #2a2a2a;
    color: white;
    overflow-x: hidden;
}

body,
html {
    height: 100%;
    min-height:100%;
}

#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: black;
   z-index: 99; /* Higher than anything else in the document */
 }


/* CSS-Grid */

.row {
    width: auto;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.columns {
    float: left;
}


/* Small */

@media screen and (max-width:870px) {
    .small-15 {
        width: 50%;
    }
    
    .small-1 {
        width: 100%;
    }
    .small-off {
        display: none;
    }
    #logo {
        margin: 0 auto;
        margin-bottom: 10px;
        display: block;
    }
    #menuwrapper {
        display: block;
        position: relative;
        width: 104%;
        height: 50px;;
        left: -2%;
        float: none;
        clear: both;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .menupoint {
        color: white;
        height: 35px;
        display: inline-block;
        float: left;
        padding: 13px 0px 2px 0px;
        text-align: center;
        font-size: 20px;
        font-family: 'Poiret One', cursive;
        width: 24.8333%;      
    }
    .trenner {
        background-color: #7f7f7f;
        width: 1px;
        height: 50px;
        display: inline-block;
        float: left;
    }
    #content1 {
        margin-top: 50px;
        min-width: 457px;
    }
    .textlarge {
        font-size: 22px;
    }
    .textmidlarge {
        font-size: 19px;
    }
    .textmedium {
        font-size: 17px;
    }
    .textsmall {
        font-size: 16px;
    }
    .texttiny {
        font-size: 14px;
    }    
    .left-small {
        text-align: left;
    }
    .right-small {
        text-align: right;
    }
    .center-small {
        text-align: center;
    }
    .square {
        top: -5px;
        width: 4px;
        height: 4px;
    }
    .socialicon {
        height: 30px;
    }
    #footersubline,
    #impress {
        font-size: 18px;
    }
    .type_pikto {
        width: 30px;
        margin-bottom: 0px;
    }
    .type_text {
        position: relative;
        top: -8px;
        font-family: 'Roboto Slab', serif;
    }
    
    .ref_img {
    height: 50px;
    }

    html {
        height: 90vh;
        background: url(img/bg2_low.jpg);
    background-attachment: fixed;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    }
}


/* Medium */

@media screen and (min-width:871px) and (max-width:1300px) {
    .medium-1 {
        width: 50%;
    }
    .medium-2 {
        width: 100%;
    }
    .medium-off {
        display: none;
    }
    #logo {
        float: left;
    }
    #menuwrapper {
        float: right;
        height: 100%;
        margin-right: 20px;
    }
    .menupoint {
        color: white;
        height: 35px;
        display: inline-block;
        float: left;
        padding: 13px 10px 2px 10px;
        text-align: center;
        font-size: 20px;
        font-family: 'Poiret One', cursive;
    }
    .trenner {
        background-color: #7f7f7f;
        width: 1px;
        height: 50px;
        display: inline-block;
        float: left;
    }
    .textlarge {
        font-size: 34px;
    }
    .textmidlarge {
        font-size: 28px;
    }
    .textmedium {
        font-size: 20px;
    }
    .textsmall {
        font-size: 20px;
    }
    .texttiny {
        font-size: 16px;
    }  
    .left-mid {
        text-align: left;
    }
    .right-mid {
        text-align: right;
    }
    .center-mid {
        text-align: center;
    }
    .square {
        top: -7px;
        width: 8px;
        height: 8px;
    }
    .socialicon {
        height: 50px;
    }
    #footersubline,
    #impress {
        font-size: 24px;
    }
    .type_pikto {
        width: 40px;
        margin-top: 20px;
    }
    .type_text {
        position: relative;
        top: -8px;
        font-family: 'Roboto Slab', serif;
    }
    .ref_img {
    height: 120px;
    }

}


/* Large */

@media screen and (min-width:1301px) {
    
    .large-1_4 {
        width: 25%;
    }
    
    .large-1 {
        width: 33.333333%;
    }
    .large-2 {
        width: 66.666666%;
    }
    .large-3 {
        width: 100%;
    }
    .large-off {
        display: none;
    }
    #logo {
        float: left;
    }
    #menuwrapper {
        float: right;
        height: 100%;
        margin-right: 20px;
    }
    .menupoint {
        color: white;
        height: 35px;
        display: inline-block;
        float: left;
        padding: 13px 10px 2px 10px;
        text-align: center;
        font-size: 20px;
        font-family: 'Poiret One', cursive;
    }
    .trenner {
        background-color: #7f7f7f;
        width: 1px;
        height: 50px;
        display: inline-block;
        float: left;
    }
    .textlarge {
        font-size: 38px;
    }
    .textmidlarge {
        font-size: 30px;
    }
    .textmedium {
        font-size: 23px;
    }
    .textsmall {
        font-size: 20px;
    }
    .texttiny {
        font-size: 16px;
    }  
    .left-large {
        text-align: left;
    }
    .right-large {
        text-align: right;
    }
    .center-large {
        text-align: center;
    }
    .large-rightpadding {
        padding-right: 50px;
    }
    .square {
        top: -7px;
        width: 8px;
        height: 8px;
    }
    .socialicon {
        height: 50px;
    }
    #footersubline,
    #impress {
        font-size: 24px;
    }
    .type_pikto {
        width: 45px;
        margin-top: 20px;
    }
    .type_text {
        position: relative;
        top: -12px;
        margin-left: 5px;
        font-family: 'Roboto Slab', serif;
    }
    .ref_img {
    height: 140px;
    }

}

.site {
    margin-left: auto;
    margin-right: auto;
    min-width: 450px;
    width: 90%;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.fading {
    transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
}

.fadingslow {
    transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.fading {
    -webkit-animation: fading 3s infinite;
    animation: fading 3s infinite;
}

.boxshadow {
    -webkit-box-shadow: 0px 0px 25px #131313;
    -moz-box-shadow: 0px 0px 25px #131313;
    box-shadow: 0px 0px 25px #131313;
}

#logo {
    height: 50px;
}

.menupoint:hover {
    background-color: #51c0e3;
}

#topwrapper {
    height: 50px;
    padding: 10px 0;
    clear: both;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #2a2a2a;
    width: 100%;
    /*-webkit-box-shadow: 0px 5px 20px #131313;
    -moz-box-shadow: 0px 5px 20px #131313;
    box-shadow: 0px 5px 20px #131313;*/
}

.textbigger {
    font-size: 26px;
}


/* FONT-FAMILYS */

.headline {
    clear: both;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-family: 'Roboto Slab', serif;
}

.paragraph {
    clear: both;
}

.subline {
    clear: both;
    margin-bottom: 10px;
    color: white;
}

.rightpadding {
    padding-right: 30px;
}

#headerwrappersmall {
    height: 110px;
    margin: 10px 0;
    clear: both;
    width: 100%;
    min-width: 450px;
}

.bg1 {
    width: 104%;
    left: -2%;
    position: relative;
    top: 60px;
    z-index: -1;
}

.shadow {
    text-shadow: 0px 0px 6px black;
}

.bgblack {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 3px;
    line-height: 1.4em;
}

.boxshadow-inset {
    -webkit-box-shadow: inset 0px 0px 20px 4px #131313;
    -moz-box-shadow: inset 0px 0px 20px 4px #131313;
    box-shadow: inset 0px 0px 20px 4px #131313;
}

.trennstrich {
    width: 100%;
    height: 1px;
    background-color: #2a2a2a;
    display: block;
    margin: 10px 0;
}

.clearboth {
    clear: both;
}

#header {
    height: 98vh;
    width: 102%;
    position: relative;
    top: 50px;
    padding-top: 20px;
    left: -1%;
    z-index: -1;
}

#headerimg {
    margin: 0 auto;
    display: block;
    height: 80%;
    width: 90%;
}

#content1 {
    background-color: #2a2a2a;
    background-size: 100%;
    width: 102%;
    position: relative;
    left: -1%;
    z-index: -1;
    height: 250p;
}

#content2 {
    width: 102%;
    position: relative;
    left: -1%;
    z-index: -1;
}

.horline {
    height: 1px;
    background-color: #7f7f7f;
    width: 100%;
    margin-top: 15px;
}

.square {
    border-width: 1px;
    border-color: #FFFFFF;
    border-style: solid;
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

#footerwrapper {
    height: 35x;
    padding: 10px 0;
    clear: both;
    background-color: #2a2a2a;
    width: 100%;
}

#footersubline {
    color: #51c0e3;
    font-family: 'Poiret One', cursive;
    padding-top: 12px;
    float: left;
    margin-left: 5px;
}

.socialicon {
    margin: 0 auto;
    display: block;
}

#iconwrapper {
    width: 30%;
    margin: 0 auto;
    display: block;
    margin-top: 4px;
}

#impress {
    color: white;
    font-family: 'Poiret One', cursive;
    padding-top: 12px;
    float: right;
    margin-right: 5px;
}

.iconbox {
    display: inline-block;
    width: 33.33333%;
    padding: 0px;
    margin: -3px;
}

#headerimgsmall {
    margin: 0 auto;
    padding-top: 10vh;
    display: block;
    width: 90%;
    position: relative;
    top: -50px;
}

.subfont {
    margin: 0 auto;
    display: block;
    width: 90%;
}

#content3 {
    width: 102%;
    position: relative;
    left: -1%;
    background-color: #2a2a2a;
    z-index: -1;
}

.catwrapper {
    border-bottom-style: solid;
    border-color: #7f7f7f;
    border-width: 1px;
    clear: both;
    display: inline-block;
    width: 100%;
}

#content4 {
    width: 102%;
    position: relative;
    left: -1%;
    z-index: -1;
}

#content5 {
    width: 102%;
    position: relative;
    left: -1%;
    background-color: #2a2a2a;
    z-index: -1;
}

#content_small {
    
    margin: 0 auto;
    min-width: 472px;
    width: 102%;
    position: relative;
    left: -1%;
    padding: 5vh 0;
}

.small_content {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: none;
}

#logosmallwrapper {
    width: 104%;
    position: relative;
    left: -2%;
    top: -10px;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: -10px;
}

.ref_img {
    width: 70%;
    padding: 10px 0px;
    margin: 0 auto;
}

.box_img {
    background: #222222;
    border: 5px;
    padding: 30px 0;
    border-color: #2a2a2a;
    border-style: solid;
    margin: -5px;
}

.box_img:hover {
    background: #555555;
}

#ref_bobbe {
    background: url(ref/Bobbe/Bobbe_Logo.png) no-repeat center center;
    background-size: contain;
}

#ref_leuchtkraft {
    background: url(ref/Leuchtkraft/Leuchtkraft_logo.png) no-repeat center center;
    background-size: contain;
}

#ref_fs {
    background: url(ref/FS/FS_logo.png) no-repeat center center;
    background-size: contain;
}

#ref_sst {
    background: url(ref/SST/CLEAN_StageSoundTecLogoNeu.png) no-repeat center center;
    background-size: contain;
}

#ref_wickies {
    background: url(ref/Wickies/Wickies_Logo.png) no-repeat center center;
    background-size: contain;    
}



#ref_Digiandi {
    background: url(ref/Digiandi/Digiandi_Logo.png) no-repeat center center;
    background-size: contain;     
}

#content4_small {
    width: 102%;
    position: relative;
    left: -1%;
    z-index: -1;
}

#content2_small {
    width: 102%;
    position: relative;
    left: -1%;
    z-index: -1; 
}

.content-padding {
    padding: 5% 0 7% 0;
}

#content6 {
    width: 102%;
    position: relative;
    left: -1%;
    z-index: -1;
}

#content6_small {
    width: 102%;
    position: relative;
    left: -1%;
    z-index: -1;
}

#content7 {
    width: 102%;
    position: relative;
    left: -1%;
    background-color: #2a2a2a;
    z-index: -1;
}

#kontaktformular {
    width: 100%;
}



.leftpadding {
    padding-left: 30px;
}



#ref_netzwerk {
    background: url(ref/netzwerk/netzwerk_logo.png) no-repeat center center;
    background-size: contain;  
}

#ref_Sagerer {
    background: url(ref/OutOfBayern/Sagerer_Logo.png) no-repeat center center;
    background-size: contain;         
}

#hideText {
    width: 30%;
    padding-top: 10vh;
    text-align: center;
    font-size: 30pt;
    margin: auto;
}
