
@font-face {
  font-family: 'WaskNew';
  src: url('fonts/wask_new-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/wask_new-webfont.woff') format('woff'), url('fonts/wask_new-webfont.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}


html
{
	background-color:#03091b;
}


legend,
td,
th {
    padding: 0
}

html {
    font-family: 'WaskNew';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
	text-transform:uppercase;
}





.row {
	
	
	 animation: colorchange 15s; /* animation-name followed by duration in seconds*/
         /* you could also use milliseconds (ms) or something like 2.5s */
      -webkit-animation: colorchange 15s infinite; /* Chrome and Safari */
    }

    @keyframes colorchange
    {
      0%   {background: #C60C30;}
      25%  {background: #003478;}
      50%  {background: #0083a9;}
      75%  {background: #e4d700;}
	  100%   {background:#C60C30;}
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
     0%   {background: #C60C30;}
      25%  {background: #003478;}
      50%  {background: #0083a9;}
      75%  {background: #e4d700;}
	  100%   {background: #C60C30;}
    }


.image_portrait_1, .image_portrait_2
{
	width:30vw;
	margin-right:30px;
}


.portfolio
{
	    width:30vw;
}


.email

{
	display:block;
	position:absolute;
}

a:link, a:visited
{
	color:#fff;
	text-decoration:none;
    border-bottom: 4px solid #fff;
	 transition: 0.2s;
}



 a:hover
 {
	 border-bottom: 8px solid #fff; 
 }
 

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}



img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}



table {
    border-collapse: collapse;
    border-spacing: 0
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}



html.mod-touch * {
    background-attachment: scroll!important
}

.block {
    display: block
}

.inline-block {
    max-width: 100%;
    display: inline-block
}

.clearfix:after,
.clearfix:before {
    display: table
}

.clearfix:after {
    clear: both
}

.hidden {
    display: none
}


html[data-w-dynpage] [data-w-cloak] {
    color: transparent!important
}




h1,
h2,
h3 {
    margin-top: 20px
}

h4,
h5,
h6 {
    margin-top: 10px
}


h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-bottom: 10px
}





.text {
    position: fixed;
   
}





.row,
.row._2,
.row._3,
.row._4,
.row._5  {
    z-index: 99;
    width: 100%;
    height: 100vh;
    max-height: 100%
}




.row._6   {
    z-index: 98;
    width: 100%;
    height: 100vh;
    max-height: 100%
}



.row._7   {
    z-index: 97;
    width: 100%;
    height: 100vh;
    max-height: 100%
}


.row._6.red, .row._7.red   {
    z-index: 100;
    width: 100%;
    height: 100vh;
    max-height: 100%
}



.row {
    position: relative
}




@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}



.row {
    overflow: hidden;
    background-color: #03091b;
}

.row._2 {
    background-color: #03091b;
}

.row._2.social {
    height: 75vh
}

.row._1,
.row.image {
    z-index: auto;
    display: block;
    height: 100vh;
    max-height: 100%;
    width: 100%
}

.row.image {
  
}

.row._1 {
background: #03091b;
}

.text,
.text-box {
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    left: 0
}


.text,
.utility-page-wrap {
    display: -webkit-box
}

.row._1.social,
.row.social {
    height: 75vh
}

.text-box {
    position: absolute;
    width: 100%
}

.text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
  
    color: #fff;
    font-size: 6vw;
    line-height: 120%;
   
    text-align: left;
    letter-spacing: 1px;
}



.text_impressum
{
 color: #fff;
 width: 80%;
 
    padding-left: 10vw;
 
    font-size: 2vw;
    line-height: 120%;
   
    text-align: left;
    letter-spacing: 1px; 
}





h4.text
{
	 display: -webkit-box;
}



.text.white {
    color: #fff;
    letter-spacing: 3px;
}

.body {
    border: 0 #000;
	margin:0;
}





@media (max-width:991px) {
    .row.image {
        width: 100%;
        
        background-position: 100% 0;
        
    }
    
   
    .row._1 {
        background-color: #03091b;
    }
    .text {
        font-size: 5vw;
    }
    
   
}

@media (max-width:767px) {
    
    .text {

        font-size: 6vw;
    }


.image_portrait_1, .image_portrait_2
{
	width:55%;
	margin-bottom:20px;
}



.portfolio
{
	    width: 52%;
}




.row._4 .text
{
	display: -webkit-box;
}




.text_impressum
{
	font-size: 4vw;
}

   
}

@media (max-width:479px) {
    
    .row._1 {
        width: 100%;
        height: 100vh
    }
    .row,
   
    .row._1,
    .row._2,
    .row.image {
        height: 100vh
    }

    .text {
        font-size: 7vw;
		   line-height: 140%;
    }
	
	
	
	a:link, a:visited
{
	
    border-bottom: 2px solid #fff;
	 transition: 0.2s;
}



 a:hover
 {
	 border-bottom: 4px solid #fff; 
 }
    
   
   .image_portrait_1, .image_portrait_2, .portfolio
{
	width:55vw;
	
	
}
   
}









