/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
  }
  
  /*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
  
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  /*
   * A better looking default horizontal rule
   */
  
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  /*
   * Remove default fieldset styles.
   */
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Allow only vertical resizing of textareas.
   */
  
  textarea {
    resize: vertical;
  }
  
  /* ==========================================================================
     Author's custom styles
     ========================================================================== */

@font-face {
    font-family: 'Haarlem';
    src: url(fonts/Haarlem_Deco.ttf);
  }

  @font-face {
    font-family: 'Josefin';
    src: url(fonts/JosefinSans-VariableFont_wght.ttf);
  }

  @font-face {
    font-family: 'Caviar';
    src: url(fonts/CaviarDreams.ttf);
  }

  @font-face {
    font-family: 'CaviarBold';
    src: url(fonts/CaviarDreams_Bold.ttf);
  }

html{
  background-color: #0b1315;
  }

body{
  background-color: #0b1315;
  background-image: url(img/bg.png);
    margin:0;
    padding:0;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: antialiased;
    font-family:'Josefin','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


figure{
    margin: 0 5px 5px 5px;
}

figcaption{
    text-align: center;
    color: #c9ab81;
}

a{
    color: rgb(248, 243, 227);
    cursor:pointer;
    text-decoration: none;
}

a:hover{
  color: #c9ab81;
}


.align_right{
    float: right;
}

.align_left{
    float: left;
}


#topnav{
    position:fixed;
    z-index:10;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    background-color: #0b1315;
    border-bottom: 1px solid rgba(113, 91, 62, 0.3);
}

.mob_menu_btn{
  color: #715B3E;
  display: none;
  text-align: center;
}


.menu{
    letter-spacing: 2px;
    font-family:'CaviarBold';
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
}

.menu a{
    text-decoration: none;
    color: #fff;
    margin: 0 5px;
}

.menu a::after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #715B3E;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menu a:hover::after { 
  width: 100%; 
  left: 0; 
}

.menu a{
  display: inline; 
  position: relative; 
  padding: 5px 0;
}

a.current::after{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #715B3E;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%;
}

a.current{
  color: #715b3e;
}

.trenner{
  width: 30px;
  color:#715B3E;
  text-align: center;
  display: inline-block; 
  height: 25px;
  width: 30px;
  background-image: url(img/diamant.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-bottom: -5px;
}

.sm_icons{
    position: absolute;
    top: 30px;
    right: 30px;
}

.sm_icons div{
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 15px;
}

.sm_icons img{
    width: 100%;
    height: 100%;
}



.logo{
    padding-top: 40px;
    padding-bottom: 10px;
    color: #c9ab81;
    font-size: 55px;
    letter-spacing: 1px;
    font-family: 'Haarlem';
}

.logo a{
  color: #c9ab81;
}

.logo_mob a{
  color: #c9ab81;
}

.logo_mob{display: none;}

.leftBar{
    position:fixed;
    z-index: 5;
    width: 100px;
    height: 100%;
    top:0px;
    left:0px;
    border-right: 1px solid rgba(113, 91, 62, 0.3);
    writing-mode: vertical-lr;
    text-orientation: upright;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
    color: #715B3E;
    font-family: 'Haarlem';
    font-size: 40px;
    overflow: hidden;
}

.leftBar a{ 
    text-decoration: none;
    color: #715B3E;
}

.leftBar a:hover{ 
    text-decoration: none;
    color:#c9ab81;
}

.rightBar{
    position:fixed;
    z-index: 5;
    width: 100px;
    height: 100%;
    top:0px;
    right:0px;
    border-left: 1px solid rgba(113, 91, 62, 0.3);
    writing-mode: vertical-lr;
    text-orientation: upright;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
    color: #715B3E;
    font-family: 'Haarlem';
    font-size: 40px;
    overflow: hidden;
}

.rightBar a{
    text-decoration: none;
    color: #715B3E;
}

.rightBar a:hover{
    text-decoration: none;
    color:#c9ab81;
}


.home_header{
   position: fixed; 
   width: 100%;
   display: flex;
   background-position: center center;
   background-size: cover;
   height: 500px;
}



.header img{
    width: 100%;
}

.footer{
    background-color: #0b1315;
    border-top: 1px solid rgba(113, 91, 62, 0.3);
    padding: 30px 0 30px 0;
    position: relative;
}

.footer ul{
text-align: center;
}

.footer li{

    display: inline;
    margin: 0 15px 0 15px;
}

.troca_ico{
    width: 100%;
    text-align: center;
}

.troca_ico img{
height: auto;
width: 80px;
}

.troca_ico a{
  display: flex;
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration:none;
  color: #c9ab81;
  font-size: 14px;
}

.cr{
  align-self: center;
  justify-self: center;
  margin: 7px 5px 0 0;
}
.year{
  align-self: center;
  justify-self: center;
  margin: 7px 0 0 5px;
}

.imprint_link{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.imprint_link a{
    text-decoration: none;
}

#content{
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 130px;
    display: none;
}


.hl1::after{
    background:url(img/element_1.svg) center left no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: middle;
    width: 30%;
    margin: 0px 10px;
}

.hl1::before{
    background:url(img/element_2.svg) center right no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: middle;
    width: 30%;
    margin: 0px 13px;
}

.hl1{
    text-align: center;
    font-family:'CaviarBold';
   letter-spacing: 3px;
   text-transform: uppercase;
   font-weight: normal;
   font-size: 24px;
   background-color: rgba(15, 29, 34, 0.95);
   margin: 0px auto;
   padding: 25px 0 0 0;
   max-width: 600px;
}

.hl2{
    font-family:'Caviar';
    letter-spacing: 1px;
    color: #c9ab81;
    font-weight: normal;
    font-size: 26px;
}


#ajax-headline{
    font-family:'Caviar';
    letter-spacing: 1px;
    color: #c9ab81;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
}

.home_content{
    position: relative;
    box-sizing: border-box;
    align-items: center;
    max-width: 1024px;
    margin: 430px auto 0 auto;
    color: #fff;
}

.page_content{
    position: relative;
    box-sizing: border-box;
    align-items: center;
    max-width: 1024px;
    margin: 160px auto 0 auto;
    color: #fff;
}

 .newsfeed{
    background-color: rgba(15, 29, 34, 0.95);
    padding: 30px 60px 60px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;

    column-gap: 30px;
    height: auto;
    position: relative;
    box-sizing: border-box;
    /* align-items: center; */
    margin-bottom: 60px;
 }   


 .fullNewsCol{
  grid-column: span 2;
 }

 .trenn_line{
  border-bottom: 1px solid #715b3e;
  grid-column: span 2;
  padding: 15px 0px 25px 0px;
 }

 .newsfeed h3{
  font-family:'Caviar';
    letter-spacing: 1px;
    color: #c9ab81;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0px;
 }

 .newsfeed a{
  color: #c9ab81;
 }

 .newsfeed img{
   width: 100%;
   padding-top: 25px;
 }

 .newsfeed video{
  width: 100%;
  max-height: 500px;
  padding-top: 25px;
}

.newsfeed iframe{
      width: 100%;
      padding-top: 25px;
     }

.news_foto_caption{
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
}

 .insta_feed{
   background-color: rgba(15, 29, 34, 0.95);
   padding: 60px;
 }

 .insta_feed ul{
    display: grid;   
    gap: 10px;   
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));   
    /* grid-template-rows: masonry; */
    margin: 0;
    padding: 0;
    align-items: center;
 }

 .insta_feed ul li{
    width:100%;
    height: 100%;
    margin: 0;
    padding: 0%;
    list-style: none;
    background: black;
    display: flex;
 }

 .insta_feed ul li .videoDiv{
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
 }

 .insta_feed ul video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
 }

 
 .insta_feed ul li .imgDiv{
  display: flex;
  height: 100%;
  
}

 .insta_feed ul img{
    align-self: center;
    width: 100%;
    height: auto;
 }

 .termineContainer{
display: grid;
grid-template-columns: 60% 40%;
padding: 60px 60px 0px 60px;
background-color: rgba(15, 29, 34, 0.95);

 }

 .termine_img{
    width: 18%;
    min-width: 200px;
    position: fixed;
    bottom: -10px;
    right: 300px;
    z-index: 5;
 }

 .termine_img img{
    height: auto;
    width: 100%; 
 }



 .termine{
    box-sizing: border-box;
    line-height: 30px;
    padding-bottom: 60px;
    font-size: 20px;
 }
 
   .termine ul{
    margin: 0;
    padding: 0;
  }

  .termine ul li{
    list-style: none;
  }

 .termin:first-of-type strong{
    font-size: 26px;
    font-weight: normal;
    font-family:'Caviar';
    letter-spacing: 1px;
    color: #c9ab81;
    font-weight: normal;
    line-height: normal;
    white-space: nowrap;
    margin-bottom: 30px;
    display: block;
 }

 .termine h3{

  font-size: 26px;
    font-weight: normal;
    font-family:'Caviar';
    letter-spacing: 1px;
    color: #c9ab81;
    font-weight: normal;
    line-height: normal;
    white-space: nowrap;
    margin: 0 0 0 0;
    display: block;

 }

 .ticket_btn{

    color: rgba(113, 91, 62, 1);
    border: rgba(113, 91, 62, 1) 1px solid;
    padding: 3px;
    margin-left: 5px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'CaviarBold';
    font-weight: 700 !important;
    text-decoration: none;
    font-size: 14px;

 }

 .ticket_btn:hover{
    color: #c9ab81;
    border: #c9ab81 1px solid;
 }


 .bioContainer{
    padding: 60px 60px 60px 60px;
    background-color: rgba(15, 29, 34, 0.95);
 }


 .single_artist{
    margin-top: 60px;
 }

 .single_artist:nth-child(odd) .hl2{
 text-align: right;
 } 


 .single_artist:nth-child(odd) img{
    float: right;        
    margin: 20px 0px 10px 20px;
    shape-margin: 20px; 
 }

 .single_artist img{
    shape-outside: circle(50% at 50% 50%) padding-box;
    clip-path: circle(50% at 50% 50%);
    -webkit-clip-path: circle(50% at 50% 50%);
    width: 250px;
    height: 250px;
    opacity: 1;
    float: left;        
    background-color:#fff;
    margin: 20px 20px 10px 0px;
    shape-margin: 20px; 
 }


 .galleryContainer{

    padding: 60px 60px 60px 60px;
    background-color: rgba(15, 29, 34, 0.95);

 }

 .galleryContainer .hl2{

    text-align: center;

 }


 .gallery_img{
width: 18%;
min-width: 200px;
position: fixed;
bottom: -10px;
left: 0px;
z-index: 5;
pointer-events: none;
 }

 .gallery_img img{
height: auto;
width: 100%; 
}

.nGY2 .nGY2ViewerAreaNext > i, .nGY2 .nGY2ViewerAreaPrevious > i{
background: transparent;
}

.musikContainer{
    padding: 60px 60px 60px 60px;
    background-color: rgba(15, 29, 34, 0.95);
}

.musikContainer .hl2{
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 36px;
}


.album_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    margin-bottom: 90px;
}


.album_img img{
    width: 100%;
}

.album_text p:first-child{
    margin: 0px;
}

.musik_img{
    width: 16%;
    min-width: 200px;
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 5000;
    pointer-events: none;
     }
    
     .musik_img img{
    height: auto;
    width: 100%; 
    }

    .kontaktContainer{
        padding: 0px 60px 60px 60px;
        background-color: rgba(15, 29, 34, 0.95);
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 90vh;
        justify-items: center;
        align-items: center;
        box-sizing: border-box;
        max-width: 100%;
    }


#contact-form{
    width: 100%;
    text-align: center;
    margin-top: -40px;
    z-index: 11;
    }

#contact-form label{
        display: none;
    }

#contact-form input{
    width: 100%;
    margin-bottom: 15px;
    }   

#contact-form textarea{
        width: 100%;
    }       

    #contact-form .form-field {
       margin:0;
       padding:5px 0 0 0;
    } 
     /* The input fields */ 
     #contact-form input,
     #contact-form textarea
      { 
      background-color:#715b3e;
      border:solid 0px rgba(113, 91, 62, 0.3);
      font-size:15px;
      color:#0b1315;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius:5px;
      padding-top:5px;
      padding-bottom:5px;
      padding-left:10px;
      padding-right:10px;
      width:100%;
      box-sizing:border-box;
      font-weight: normal;
    }
    /* the input fields on focus */ 
    #contact-form input:focus,
    #contact-form textarea:focus
      { 
      border-color:#cccccc;
      outline: none;
    }
    
    #contact-form input::placeholder,
    #contact-form textarea::placeholder
    {
      color: rgba(11, 19, 21, 0.578);
    }
    
    /* the submit button */ 
    #contact-form  button {
      margin:0;
      background-color:#715b3e;
      border:solid 0px #715b3e;
      font-size:16px;
      color:#0b1315;
      font-weight:normal;
      padding-top:10px;
      padding-bottom:10px;
      padding-right:30px;
      padding-left:30px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius:5px;
      margin-top: 15px;
    }
    /* the submit button hover */ 
    #contact-form  button:hover {
      background-color:#c9ab81;
      border-color:#c9ab81;
      color:#0b1315;
    }
    

#wrap_Inputfield_scf-website{
    height: 0px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}  


.kontact_img{
    text-align: center;
    height: 500px;

}

.kontact_img img{
    height: 100%;
    width: auto;
}




 .transition {
    position: fixed;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .transition li {
    border: 1px solid rgba(113, 91, 62, .3);
    box-sizing: border-box; 
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    background-color: #0b1315;
    list-style: none;
  }

  @media only screen and (max-width: 1110px) {

    .home_header{
        height: 600px;
    }

    .logo{
        display: none;
    }

    
    .logo_mob{
        color: #c9ab81;
        font-size: 55px;
        letter-spacing: 1px;
        font-family: 'Haarlem';
        display: block;
        line-height: 55px;
        padding-top: 30px;
    }

    .leftBar, .rightBar{
        width: 30px;
        font-size: 20px;
        padding-top: 160px;
        box-sizing: border-box;
    }

    .termine_img{
      width: 18%;
      min-width: 200px;
      position: fixed;
      bottom: -10px;
      right: 150px;
      z-index: 5;
   }

   .page_content{
    margin-top: 230px;
   }


  }

  @media only screen and (max-width: 980px) {


    #topnav{
        height:0;
        min-height: 130px;
        position:fixed;
        z-index:10;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        background-color: #0b1315;
        border-bottom: 1px solid rgba(113, 91, 62, 0.3);
        transition: all 800ms;
    }

    .mob_menu_btn{
      display: block;
      cursor: pointer;
    }

    .menu_open{
      left: 0px !important;
      height: 100% !important;
      transition: all 800ms;
      overflow: scroll;
      padding-bottom: 60px;
    }

    .logo_mob{
      font-size: 40px;
      line-height: 40px;
   }
    
    .menu{
        position: absolute;
        display: flex;
        flex-direction: column;
        min-height: 100%;
         width: 100%;
        z-index: 3;
        font-size: 16px;
        padding-top: 60px;
        background-color: #0b1315;
        left: -100%;
        transition: all 800ms;
        overflow-y: scroll;
    }
    
    .menu a{
        align-self: center;
        text-decoration: none;
        color: #fff;
        margin: 15px 0px;
        display: block;
    }

    .trenner{
     align-self: center;
    }

    
    .page_content{
      margin-top: 170px;
     }

    .newsfeed{
       padding-top: 30px;
        display: block;
        font-size: 23px;
        line-height: 28px;
    } 

    .newsfeed .leftCol{
        height: auto;
        text-align: center;
    }

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

     


    .termine_img{
      width: 18%;
      min-width: 200px;
      position: fixed;
      bottom: -10px;
      right: 100px;
      z-index: 5;
   }

   .termin:first-of-type strong{
    white-space: normal;
    font-size: 18px;
   }

   .sonder_hl{

    font-size: 18px;
    white-space: normal;
   }
  

   .termine{
    font-size: 16px;
   }

   .termine h3{
    white-space: normal;
   }

   .termine a{
    /* font-size: 10px; */
    padding: 1px;
    line-height: 16px;
   }

   .align_right{
    float: none;
    text-align: center;
    margin-bottom: 15px;
   }

  .align_right img{
    max-width: 100%;
  }

  .musik_img{
    
    position: absolute;
  
    }

    .album_box{
      grid-template-columns: 1fr;
    }

    .album_img{
      margin-bottom: 15px;
    }

    .album_img img{
      margin-bottom: 15px;
      max-width: 600px;
      height: auto;
    }

    .gallery_img {
      position: absolute;
    }

    .kontaktContainer{
      grid-template-columns: 1fr;
      padding-top: 30px;
    }

    #contact-form{
      margin-bottom: 30px;
    }

    .album_text iframe{
      height: 380px;
    }

  }

  @media only screen and (max-width: 620px) {

    .home_header{
      height: 300px;
      margin-top: 50px;
  }

   .home_content{
    margin-top: 330px;
   }


    .logo_mob{
        font-size: 35px;
        line-height: 35px;
     }

     .sm_icons{
        position: absolute;
        top: 15px;
        right: 15px;
    }
    
    .sm_icons div{
        float: none;
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-bottom: 10px;
    }
    
    .sm_icons img{
        width: 100%;
        height: 100%;
    }

    .hl1::after{
    width: 15%;
    }

    .hl1::before{
      width: 15%;
    }
    
    #ajax-headline{
      line-height: 30px;
    }

    .termine_img{
      width: 18%;
      min-width: 200px;
      position: relative;
      bottom: 0px;
      right: 0px;
      z-index: 5;
   }

   .termineContainer{
    display: block;
    padding: 60px 0px 0px 35px;
   }

   .termine{
    /* line-height: normal; */
   }

   .termin{
    margin-bottom: 15px;
   }
   
   .termine strong{
    display: block;
   }

   .termin:first-of-type{
    white-space: normal;
   }

    .single_artist:nth-child(odd) img, .single_artist:nth-child(even) img{
      float:none;
    }
    
    .single_artist:nth-child(odd) .hl2, .single_artist:nth-child(even) .hl2{
      text-align: left;
    }

    #contact-form{
      max-width: 85%;
    }

   }


  /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

