html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
@font-face {
    font-family: 'Vonnes';
    
    src: url('font/Vonnes-BlackExtended.woff') format('woff2'),
        url('font/Vonnes-BlackExtended.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Vonnes';
    src: url('font/Vonnes-BookExtended.woff2') format('woff2'),
        url('font/Vonnes-BookExtended.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


  html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
  body {
      margin:0;
      font-family:'Vonnes', 'helvetica', sans-serif;
      -webkit-font-smoothing:antialiased;
      color:black;
font-size: 13px;
line-height: 19px;
    background: rgb(243, 62, 7);
  }

.lang {
font-weight: 900;
margin-right: 10px;
background: black;
color: white;
font-size: 13px;
padding: 0px 5px;
line-height: 19px;
display: block;
float: left;
margin-top: 6px;
height: 17px;
}
  
 .smallText {
     font-size:13px !important;
 }
  
  
  b {
    font-weight: 900;
    padding-left: 20px;
    display: block;
  }
  
  .bold {
      color:rgb(243, 62, 7);
  }
    .logoVideo {
    position:relative;
    display:block;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
  }
  .logoVideoWrapper {
    width: 100%;
    height: 100vh;
    float: left;
    overflow: hidden;
    position: fixed;

  }
  .logoVideoCover {
      width:100%;
      height:100%;
      background:white;
      z-index:3;
      position: absolute;
  }
em{
    font-style:italic;
}

  a {
      color:black;
      text-decoration:none;
      border-bottom:thin solid;
      padding-bottom:2px;
      margin-right:5px;
      padding-top:0px;

  }
  
  .contactBtn {
      color:white;
      text-decoration:none;
      font-weight:900;
      padding-bottom:2px;
      cursor:pointer;
      float:left;
      padding-right: 10px;
  }

  
  .contactExtended {
      clear:both;
  }
  
  .menu {
        padding-top:20px;
  }
  
  .tagLineLeft {
      position:fixed;
      z-index:2;
      top:20px;
      left:40px;
  }
    .tagLineRight {
      position:fixed;
      z-index:2;
      padding:20px;
      right:100px;
  }
  
  .introText {
    font-weight:900;
  }
  
  .half {
      width:50%;
      float:left;
  }
  
  .half img {
      max-width: 100%;
      margin-bottom: -6px;
  }
  
  .left {
      left:0;
  }
  
  .right {
      right:0;
  }
  
  .fixed {
      position:fixed;
      height: calc(100vh - 60px);
  }
  
  .fullHeight {
      min-height:100vh;
  }
  
  .fullWidth {
      width: calc(100vw - 40px);
margin: 20px;
      height: calc(100vh - 200px);
      position:relative;
      float:left;
      background-position:center;
      background-size:cover;
      background-repeat:no-repeat;
  }
  
    .fullWidthAuto {
      width:100vw;
      position:relative;
      float:left;
  }
  
  .fullWidthAuto a {
  color:white;
      
  }
  
  .fullWidthAutoCol {
padding: 40px 100px 60px 40px;
float: left;
font-size: 20px;
line-height: 33px;
width: 50%;
  }
  
  .text {
 padding: 20px;
font-size: 20px;
line-height: 33px;
    padding-right: 100px;
    padding-bottom:100px;
  }
  
  .indent {
      color:white;
      padding-left:20px;
      display:inline-block;
  }

.patternWrapper {
    overflow:hidden;
    background:black;
    position:fixed;
}  

.patternVideo {
    margin:0 auto;
    display:block;
    max-width:100%;
    z-index:2;
    position: absolute;
    object-fit:cover;
}
.fullHeight .patternVideo {
        min-height: 100%;
    min-width: 100%;
}

.patternTitle {
color: white;
font-weight: 900;
text-transform: uppercase;
left:20px;
position: absolute;
    z-index: 3;
    font-size: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.bildeVideo {
    max-width:100%;
    max-height:100%;
    margin:0 auto;
    position: absolute;
    top: 0;
}

.puppyschool {
height: calc(100vh - 200px);
margin-top:100px
}

.menuBar {
    z-index:99;
    position: fixed;
bottom: -240px;
background: black;
width: 100%;
color: white;
padding: 20px;
padding-left:40px;
font-size:13px;
line-height:19px;
transition:bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menuExt {
    bottom:0px;
}

.editionsBtn {
    float:left;
    display:block;
         color:white;
      text-decoration:none;
      font-weight:900;
      padding-bottom:2px;
padding-right: 10px;
      cursor:pointer;
}

  
.editionsExt {
    display:none;
	margin-bottom:-2px;
	padding-left: 4px;
}
.editionsExtVis {
display: inline;
float: right;
margin-left: 7px;
font-weight:400;
}

.editionsExt a {
	font-weight: 400 !important;
	float:right;
}

.menuBar a {
    color:white;
}


.menuItems {
    float:left;
}

.menuItems a {
    border:none;
    font-weight:900;
float:left;
    padding-bottom: 1px;
    padding-right: 10px;
    transition:border 0.1s ease-in;
}

.diskoLogoBottom {
    float:right;
    padding-right:40px;
}

.contactExtended {
    padding:40px 0px;
    float:left;
}
.contactCol{
    float:left;
    margin-right:40px;
}

.overlay {
    z-index:98;
    background:black;
    opacity:0;
    width:100vw;
    height:100vh;
    position:fixed;
    transition:opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display:none;
}

.overlayBlack {
    display:block;
    opacity:0.5;
}

.editionBanner {
width: 100%;
position: fixed;
height: 50px;
top: 40px;
z-index:99;
padding-top:10px;
}

.banner2018 {
    transform: rotate(-2deg);
}

.banner2017 {
    transform: rotate(3deg);
}

#webTicker {
font-family: 'Vonnes' !important;
font-weight: 900 !important;
font-size: 50px !important;
line-height: 70px !important;
height:50px !important; 
} 

.tickercontainer {
    height: 50px !important;
}

ul {
    padding:0;
    width:100%;
}

li {
    list-style:none;
    display: inline;
    float:left;
    line-height: 50px !important;
    
}

.blink1 {
    animation:blink1 1s infinite;
}

.blink2 {
    animation:blink2 1s infinite;
}

@keyframes blink1{
	0%{		color: #000;	}
	50%{	color: #FFF;	}
	100%{	color: #000;	}
}

@keyframes blink2{
	0%{		color: #FFF;	}
	50%{	color: #000;	}
	100%{	color: #FFF;	}
}


  @media screen and (max-width: 1195px) {
      .menuBar {
              bottom: -240px;
      }

}
  
  @media screen and (max-width: 1100px) {
.diskoLogoBottom {
    display:none;
}

.text {
    padding-right: 5%;
}
  }
  
 @media screen and (max-width: 960px) {
.contactCol {
    padding-bottom: 20px;
}

     .fullWidthAutoCol {
         padding:40px;
     }

.contactExtended {
    padding-bottom:20px;
}

.menuBar {
bottom: -335px;
}
.menuExt {
    bottom:0 !important;
}

.bildeVideo {
top: 50%;
transform: translateY(-50%); 
}

  }
  
    @media screen and (max-width: 700px) {
    .tagLineLeft {
        left:20px;
    }
    
    .half {
        width:100%;
    }
    
    .fixed {
        height: 100vw;
position: relative;
margin-bottom: 150px;
    }
    
    b {
        padding-left:0px;
    }
    
    .bildeVideo {
    transform: none;
    top: 0;
    }
    
    
        
.menuBar {
    padding-left:20px;
	 font-size:11px;
}

.menuExt {
    top: 0 !important;
    height: 100%;
overflow: scroll;
}



.menuItems a {
    font-weight:400;
    padding-left:4px;
}

.contactBtn, .editionsBtn {
    font-weight:400;
    padding-left:4px;
}

.editionsBtn {
    float:left;
    padding-right:4px;
}

.editionsExtVis {
    margin-left:0px;
}

.fullWidth {
    height: calc(100vh - 250px);
}

.fullWidthAutoCol {
    width:100%;
    padding:20px;
}

  }

@media screen and (max-width: 570px) {
    .tagLineLeft {
        top:auto;
        bottom:80px;
    }
    
    logoVideo {
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    }
    
    .contactCol {
        float:none;
}
    .menuBar {
    bottom: -525px;
}
    
}