/* vollkorn-regular - latin */
@font-face {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/vollkorn-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/vollkorn-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/vollkorn-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/vollkorn-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/vollkorn-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/vollkorn-v21-latin-regular.svg#Vollkorn') format('svg'); /* Legacy iOS */
}
/* vollkorn-700 - latin */
@font-face {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/vollkorn-v21-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/vollkorn-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/vollkorn-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/vollkorn-v21-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/fonts/vollkorn-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/vollkorn-v21-latin-700.svg#Vollkorn') format('svg'); /* Legacy iOS */
}
/* vollkorn-italic - latin */
@font-face {
    font-family: 'Vollkorn';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/vollkorn-v21-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/vollkorn-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/vollkorn-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/vollkorn-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('/fonts/vollkorn-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/vollkorn-v21-latin-italic.svg#Vollkorn') format('svg'); /* Legacy iOS */
}
/* vollkorn-700italic - latin */
@font-face {
    font-family: 'Vollkorn';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/vollkorn-v21-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/vollkorn-v21-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/vollkorn-v21-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/vollkorn-v21-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('/fonts/vollkorn-v21-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/vollkorn-v21-latin-700italic.svg#Vollkorn') format('svg'); /* Legacy iOS */
}
/* abril-fatface-regular - latin */
@font-face {
    font-family: 'Abril Fatface';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/abril-fatface-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/abril-fatface-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/abril-fatface-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/abril-fatface-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/abril-fatface-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/abril-fatface-v19-latin-regular.svg#AbrilFatface') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/glyphicons-halflings-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/glyphicons-halflings-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); /* Legacy iOS */
}
.glyphicon.glyphicon-remove-sign {
    cursor: pointer;
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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
 *
 * These selection rule sets have to be separate.
 * 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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*Links customisation*/
.nav-pills {

}


.nav-pills > a {

    text-decoration: none;
    color: #000000;
    font-family: 'Abril Fatface', cursive;
    font-size: 25px;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    padding: 8px 10px;

}
.nav-pills-location > a {
    color: #ffffff;
    padding: 10px 15px;
}

.nav-pills > a:hover {

    text-decoration: underline;
}

.nav-pills > a.active {
    color: #dddddd;
    background-color: white;
}

/*Paragraph*/
p {

    font-family: 'Vollkorn', serif;
    font-size: 18px;

}

/*Header yellow background*/
.header_bg {

    background-color: #efe64d;

}

/*Cover image*/
.header_image_mobile { /* Header image */

    background: url('../img/website-header_start.jpg') no-repeat center;
    background-size: cover;

    text-align: center;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;

    padding-bottom: 20px;
    height: 233px;

}

.countdownTop {
	background: black;
}
.countdownTop .container {
	max-width: 920px;
	width: 100%;
}
.countdownTop-time {
	float: left;
	color: #efe64d;
	line-height: 34px;
	font-weight: bold;
}
.countdownTop-txt {
	float: right;
	color: white;
	font-size: 20px;
	padding: 2px 0;

}
.countdownTop-txt:hover {
	color: #ffffff;
	text-decoration: none;
}

.tariff {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 60px 10px 20px;
    margin-bottom: 15px;
    background-image: url("/img/wait.gif");
    background-repeat: no-repeat;
    background-position: 99% center;


}
.tariff__title {
    font-size: 40px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 700;
    line-height: 1.3em;
}
.tariff__info {
    font-size: 1.15em;
}

/*Logo*/
.logo {

    max-width: 100%;



}

.logo_img {
    max-width: 100%;
    display: none;
}

.logo_txt {
    text-align: right;
    font-size: 26px;
    margin-right: 10%;
    margin-top: 14px;
    line-height: 40px;

    padding: 0;
}

/*Grey area*/
.main_div {

    background-color: #eff0f2;
    height: auto;
    padding-bottom: 25px;
}

/*Left column*/
.grey_row {

    margin: 0px;
    margin-top: 50px;

}

/*FLyer image*/
.flyer {

    width: 540px;
    margin-bottom: 20px;
}

/*Text beneath the flyer*/
.flyer_text {

    margin-bottom: 50px;
    margin-left: 10px;
    text-align: justify;

}

/*Right column*/
.right_box {



    width: 330px;
    margin-left: 40px;

}
.ticketbox {
    background-color: #fff;
    padding: 20px 0px 20px 0px;
    margin-bottom: 50px;
}

/*Band info text*/
.info {

    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;

}

/*Button*/
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {

    background-color: #000000;
    font-family: 'Abril Fatface', cursive;
    font-size: 25px;
    width: 200px;
    margin-bottom: 50px;
}

/* Footer adjustment  */
.footer {

    padding-top: 20px;
    background: #fff;
    min-height: 100px;

}
.footer__partner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__trailblazer, .footer__partner a {
    display: block;
    width: 100%;
}
.footer__partner a img {
    width: 100%;
}
.footer__trailblazer img {
    max-width: 400px;
}
@media (max-width: 800px) {
    .footer__trailblazer img {
        width: 80%;
        margin: 5px 0 10px;
    }
    .footer__trailblazer {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__partner {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .footer__partner a {
        width: 50%;
        padding-right: 8%;
        box-sizing: border-box;
    }
}


.breadcrumb {

    background-color: #fff;

}

.breadcrumb a {

    color: #000000;
}

.price {
    float: right !important;
}

.bands {
    font-size: 18px;
}
.bands b {
    display: block;
    float: left;
    width: 60px;
    vertical-align: top;
}
.bands-title {
    display: block;
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
}
.bands-title em {
    font-size: 13px;
    text-align: right;
    float: right;
    padding-top: 10px;
}

.bands li {
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}
.bands a {
    display: block;


    vertical-align: top;
}
.bands a:hover {
    text-decoration: none;
}
.bands a img {
    vertical-align: top;
    float: right;
}
.bands a img.bands-logo {
    float: left;
}
.band-logo {
    float: right; padding: 0 0 5px 25px;
}
#programMobile {
    display: none;
}
.program {
    width: 100%;
    margin-bottom: 20px;

}
.program td {
    border: 1px solid lightgray;
}
.program-td img.bands-logo {
    width: 100%;
    max-width: 200px;
}
.program-mobileTd img.bands-logo {
    max-height: 100px;
}
.program-time {

    text-align: center;
}
.program-td {
    text-align: center;
    width: 40%;
    border: 1px solid lightgray;
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.program-td a {
    color: black;
}
.program-td a > span {
    display: inline-block;
    padding: 30px 10px;
    font-size: 25px;
}
.program-td-big {
    background-color: #ffffff;
}
.program-td-bigalt {
    background-color: #ededed;
}
.program-td-sml {
    background-color: #e2e2e2;
}
.program-td-smlalt {
    background-color: #d3d3d3;
}
.program-mobileTd a {
    font-size: 18px;
    color: black;
}
.program-mobileTd {
    width: 80%;
    text-align: center;
}
.program thead {
    font-size: 16px;
    font-weight: bold;
}
.program thead td {
    border: none;
    text-align: center;
    padding: 5px 3px;
    border-bottom: 3px double black;
}
.program tbody td {
    padding: 8px 3px;


    font-size: 16px;
    vertical-align: middle;
}
.payment h3 {
    font-size: 18px;
}
.payment-paypal {
    float: right;
    width: 45%;
    text-align: center;
}
.payment-adyen {
    float: left;
    width: 45%;
    text-align: center;
}
.payment-adyen button[type="submit"].btn {
    background: url("./../img/payment-methods.png") center no-repeat #ffffff;
    color: transparent;
    width: 152px;
    padding: 10px;
    display: inline-block;
    height: 61px;
}
.payment-adyen button[type="submit"].btn:hover {
    background-color: #e6e6e6;
}

.index__gradient {
    background: url('/img/index-gradient.png') repeat-x #333333; margin: 0 -15px;
}
.index__wrap {
    max-width: 1280px; padding: 50px; margin: 0 auto; clear: both; overflow: auto
}
.index__location {
    width: 23%; float: left;
}
.index__locationLink {
    color: #ffffff; margin-bottom: 10px; font-family: 'Vollkorn', serif; font-size: 30px; display: inline-block
}
.index__video {
    width: 73%; float: right
}

.ticketOrder-vip,
.ticketOrder-standard {
    background: #ffffff;
    min-height: 250px;
    padding: 20px 20px 20px 500px;
    margin-bottom: 20px;

}
.ticketOrder-vip {

}
.ticketOrder-label {
    font-weight: normal;
}
.ticketOrder-standard {
    background: url('./../img/konzertkarte-hamburg-2026.jpg') no-repeat 20px 10px #ffffff;
}
.ticketOrder-standard-muc {
    background: url('./../img/ticket-standard-muc-2018.png') no-repeat 20px 10px #ffffff;
}
.berlin .ticketOrder-standard {
    background: url('./../img/ticket-standard-berlin-2018.png') no-repeat 20px 10px #ffffff;
}
.ticketOrder-vip {
    background: url('./../img/ticket-vip-2017.png') no-repeat 20px 10px #ffffff;

}
.ticketOrder-title {
    font-size: 26px;
    line-height: 26px;
}
.ticketOrder-features {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}
.ticketOrder-price,
.ticketOrder-select {
    float: left;
    width: 70%;
}
.ticketOrder-select {
    width: 30%;
    text-align: center;
}
.ticketOrder-select select {
    background: black;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    -ms-transform: scale(1.3); /* IE */
    -moz-transform: scale(1.3); /* FF */
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3); /* Opera */
}
.ticketOrder-select-txt,
.ticketOrder-price-txt {

    display: block;
}
.ticketOrder-normalPrice,
.ticketOrder-reducedPrice {
    font-size: 26px;
    font-weight: bold;
    display: block;
    line-height: 26px;
}
.ticketOrder-discountTxt > span,
.ticketOrder-table-sumNormal,
.ticketOrder-early,
.ticketOrder-reducedPrice {
    color: #ff3600;
}
.ticketOrder-overview {
    border-top: 2px solid black;
    padding-top: 15px;
}
.ticketOrder-table {
    width: 100%;
}
.ticketOrder-table td {
    padding-left: 20px;
    padding-right: 20px;
}
.ticketOrder-table tfoot td {
    background: #ffffff;
    padding: 8px 20px 8px 20px;
}
.ticketOrder-table tbody td {
    padding: 4px 20px;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    border-bottom: 1px solid #dedfe0;
}
.ticketOrder-table-sums,
.ticketOrder-table-tickets {
    width: 50%;
}
.ticketOrder-table-btn,
.ticketOrder-table-sum {
    float: left;
    width: 50%;
    display: block;
}
.ticketOrder-table-btn {
    background: black;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.ticketOrder-btn {
    background: black;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
    text-align: center;
}
.ticketOrder-vipTip {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    padding: 0;
    margin: -14px 0 10px;
    line-height: 15px;
}

.ticketOrder-table-sumReduced {
    font-size: 26px;
    font-weight: bold;
    display: block;
    line-height: 26px;
}
.ticketOrder-rightBtn {
    width: 30%;
    float: right;
    text-align: center;
}
.ticketOrder-rightBtn > button {
    min-width: 230px;
}
.ticketOrder-discountTxt {
    display: block;
    padding-top: 5px;
}

.shops {
    background: #efe64d;
    padding: 20px;
    border-radius: 10px;
}
.shops-title {
    margin-top: 0;
    color: black;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.shop {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid grey;
}
.shops div:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.shop-image {
    padding-left: 0;
}
.shop-image img {
    width: 100%;
    max-width: 125px;
}
.shop-info-title {
    font-size: 30px;
    font-weight: bold;
    color: black;
    margin-top: 0;
    padding-top: 0;
    max-width: 420px;
}
.shop-info-txt {
    font-size: 15px;
}
.shop-info-price {
    float: right;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 10px;
}
.shop-info-discount {
    color: #ff0000;
    float: right;
    font-weight: normal;

}
.shop-options select {
    display: inline-block;
    width: auto;
    background: black;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 8px;
    height: auto;
    margin-top: 0;
    text-align: center;
}
.shop-add-btn {
    background: black;
    color: #ffffff;
    font-family: 'Abril Fatface';
    font-size: 20px;
    margin-top: 68px;
}
.shop-add {
    text-align: right;
}
.shop-added {
    margin: 0;
    list-style: none;
    padding: 5px;
}
.shop-add-btn:hover {
    color: #ffffff;
    background: #404040;

}

.eip_inner {
    padding: 20px;
    padding-right: 150px;
    margin: 10px 0;
    min-height: 430px;
    background: url("./../img/saenger.jpg") top right no-repeat;
}

.gallery-link {
    display: inline-block;
    width: 32%;
    text-align: center;
    margin-bottom: 25px;
}
.gallery-pic {

    max-width: 140px;
    max-height: 140px;
}
.infoList h3,
.infoList h4,
.infoList h5 {
    font-weight: bold;
}
.infoList li {
    padding-bottom: 1.5em;
}
.infoList li li {
    padding-bottom: 0.5em;
}
.terms > li:before {
    content: '§';
    position: absolute;
    margin-left: -32px;
}
.checkTerms {
    padding: 10px 10px 5px;
}
/* ==========================================================================
   Media Querries
   ========================================================================== */
/* 1200px width */
@media only screen and (max-width: 1200px) {

    /*Right column*/
    .right_box {

        margin-left: 50px;

    }

}

/* 992px width */
@media only screen and (max-width: 992px) {
    .index__wrap {
        padding: 25px;
    }
    .index__video,
    .index__location {
        float: none;
        width: 100%;
    }
    .index__location {
        max-width: 300px;
        margin: 0 auto;
    }

    .ticketOrder-vip,
    .berlin .ticketOrder-standard,
    .ticketOrder-standard {
        padding-left: 360px;
        background-size: 320px;

    }

    .gallery-link {
        width: 49%;
    }
    /*Left column*/
    .grey_row {

        margin-top: 20px;

    }

    /*Links customisation*/
    .nav-pills > li > a {

        font-size: 20px;

    }

    /*FLyer image*/
    .flyer {

        width: 370px;
        margin-bottom: 20px;
    }

    /*Right column*/
    .right_box {

        margin-left: 0px;
        width: 300px;

    }

    .band {

        width: 200px;
    }
    .bands a img.bands-logo {
        width: 120px;
    }
    p {

        font-size: 17px;

    }
    .shop-add-btn {
        font-size: 16px;
        margin-top: 74px;
    }
}

/* 768px width */
@media only screen and (max-width: 768px) {
    .main_div {
        padding-left: 0;
        padding-right: 0;
        margin-left: -10px;
        margin-right: -10px;
    }
    .tariff__title {
        font-size: 22px;
    }
    .tariff__info {
        display: none;
    }

    .ticketOrder-vip,
    .berlin .ticketOrder-standard,
    .ticketOrder-standard {
        background: #ffffff;
        padding-left: 20px;
    }
    .ticketOrder-select select {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
    .ticketOrder-table-btn,
    .ticketOrder-table-sum,
    .ticketOrder-rightBtn {
        width: 100%;
        float: none;

    }
    .ticketOrder-table-sum {
        margin-bottom: 10px;
    }


	.countdownTop {
		display: none;
	}
    .logo_img {
        max-width: 100%;
        display: block;
    }

    #programMobile {
        display: block;
    }
    #programDesktop {
        display: none;
    }

    .bands a img.bands-logo {
        display: none;
    }
    .bands-title {
        font-size: 19px;
    }
    .bands-title em {
        float: none;
        display: block;
        padding: 0;
        text-align: left;
    }
    .band-logo,
    .bands a img {
        display: block;
        margin: 0 auto;
        padding: 0;
        float: none;
    }

    .payment-paypal,
    .payment-adyen {
        float: none;
        width: 100%;
    }

    /*FLyer image*/
    .flyer {

        width: 100%;
        margin-bottom: 20px;

    }

    /*Right column*/
    .right_box {

        margin-top: 20px;
        margin-left: 0px;
        width: 100%;
        margin-bottom: 30px;

    }



    p {

        font-size: 20px;

    }

    /*Button*/
    .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {

        margin-bottom: 20px;

    }

    .shop-options select {
        display: block;
        width: 100%;
        padding: 3px 5px;
        margin-bottom: 5px;
    }

    .shop-image {
        text-align: center;
    }
    .shop-info-discount {
        display: block;
        text-align: center;

    }
    .shop-info-title {
        max-width: initial;
    }
    .shop-info-prices {
        display: block;
        width: 163px;
        margin: 0 auto;
    }
    .shop-info-txt,
    .shop-info-price {
        float: right;
    }
    .shop-add {
        text-align: center;
    }
    .shop-add-btn {
        margin-top: 0;
        font-size: 20px;
    }


}
@media only screen and (max-width: 400px) {
    .gallery-link {
        width: 100%;
    }
    .gallery-pic {

    }

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


    /*Links customisation*/
    .nav-pills {
        text-align: center;
    }


    .nav-pills > a {
        padding: 5px 10px;
        font-size: 20px;


    }
    .nav-pills-location > a {
        padding: 8px 10px;
    }

    .header_image_mobile-muc,
    .header_image_mobile {
        background: none;
        height: auto;
    }

    .logo {
        max-width: 100%;
        margin: 40px auto 0;
    }

    .logo_txt {
        text-align: center;
        display: block;
        margin: 0;
        margin-top: -20px;
        font-size: 20px;
        line-height: 30px;
    }
}

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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    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: " "; /* 1 */
    display: table; /* 2 */
}

.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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        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,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

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

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

    img {
        max-width: 100% !important;
    }

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

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





.dont-break-out {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}
