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



*{
    border: none;
    outline: none;
}

html{
font-size:100.1%;
overflow-x:hidden;
-webkit-overflow-scrolling: touch;
 -webkit-text-size-adjust: 100%;
}
 
body, html {
height:100%;
min-height:100%;
}

body{
display: flex;
min-height: 100vh;
flex-direction: column;
     background: #1D1D1C;
    color: white;
     font-family: 'Permanent Marker';
    font-size: 28px;
    line-height: 135%;
}



  #wrapper {
    flex: 1 0 auto;
  }




#main, footer, header{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
    width: 100%;
}


.table{
display:table;
width:100%;
}

.row{
display:table-row;
position:relative;
}

.row > *{
display:table-cell;
}

.vtop{
    vertical-align: top
}

.vmiddle{
    vertical-align: middle
}

.vbottom{
    vertical-align: bottom
}

a{
    text-decoration: none;
    color: inherit;
}

.textholder {
  background: #707070;

}
.textholder .inside{
  padding: 4rem 2rem;
  box-sizing: border-box;
  
}

.ce_kachelelement .row > *{
    width: 50%;
}
.ce_kachelelement.full .row > *{
    width: 100%;
	display:block;
}

.ce_kachelelement .row > * figure img{
    object-fit: cover;
}

figure{
    line-height: 0;
    margin: 0;
    border: 0;
}

img{
    max-width: 100%;
    height: auto;
}


.center{
    text-align: center;
}

.green{
    color: #1EFE27;
}


.textholder p{
    margin-bottom: 2rem;
    margin-top: 0;
}

.textholder p:last-of-type{
    margin-bottom: 0;
}

.instalink{
    margin-top: 2rem;
}

footer > .inside{
    padding: 1rem 2rem;
    text-align: center;
    font-size: 1.5rem;
}





@media all and (max-width:980px) {
    #main{
    padding:0;
    }
}


@media all and (max-width:800px) {
    body{
       font-size:23px;
        line-height: 1.2;
    }
    
}


@media all and (max-width:680px) {
    body{
       font-size:18px;
        line-height: 1.2;
    }
    
}


@media all and (max-width:580px) {
    .row > *{
display:table-footer-group;
}
    
        .row > .mediaholder{
display:table-header-group;
}
}