/*!
 * CSS Datei Motorsport Tenmplates
 * Start: April 2015;
 + Autor: Global Tickets, Maruan;
 */


.margin
{
    margin-top: 20px;
}

.small
{
    font-size: 14px;
}

.bold
{
    font-weight: 600;
}

.text-right
{
    text-align: right;
}

.pull-right
{
    float: right;
}
.uppercase
{
    text-transform: uppercase;
    letter-spacing: 2px;
}

.previous {
    margin-bottom: -23px;
}
.previous p {
    margin: 5px 0 0 0;
}
.previous a, .single-previous a
{
    color: #000;
    text-decoration: underline;
    font-size: 10px;
}

.single-previous {
    margin-top: -27px;
    padding-bottom: 2px;
}

.p-shaddow
{
    width: 960px;
    height: 20px;
    background-image: url(../img/sm/shadow-960.png);
    background-position: bottom center;
}

.clearfix:after,
.clearfix:before
{
    display: table; /* 2 */
    content: ' '; /* 1 */
}
.clearfix:after
{
    clear: both;
}

.text-green-contrast {
    color: #a3c338 !important;
}

audio, canvas, img, svg, video {
    box-sizing: border-box;
    /*max-width: 100%;*/
    height: auto;
}

/*
 * Margins
 */

.margin { margin-bottom: 15px; }
* + .margin { margin-top: 15px; }

.margin-top { margin-top: 15px !important; }
.margin-bottom { margin-bottom: 15px !important; }
.margin-left { margin-left: 15px !important; }
.margin-right { margin-right: 15px !important; }

/* Small Margins */
.margin-small-top { margin-top: 5px !important; }
.margin-small-right { margin-right: 5px !important; }

/*
 * Flexbox
 */

.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/*
 * Bootstrap fix
 */

.row > [class*='col-'] {
    box-sizing: border-box;
}

/*Main*/

.verbraucherschutz-icon {
    display: none;
    position: fixed;
    top: 180px;
    z-index: 9;
    right: 0;
}

.verbraucherschutz-icon img {
    width: 133px;
    height: 180px;
    box-shadow: -1px 1px 10px #999999;
}

/*
* Breadcrumb
*/

.nav_pathway {
    font-weight: normal;
    margin: 0;
    line-height: inherit;
}

/*Tab Navigation Productinfo*/

.nav-tabs > li {
    top: 1px;
    margin-top: -19px;
    background: #f3f1f1;
}

.nav-tabs > li.active {
    top: 0;
}

.nav-tabs > li > a {
    margin-right: 1px;
    border: solid 1px #252A31;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #252A31;
    text-align: center;
    letter-spacing: 2px;
}

.nav-tabs > li > a:focus {
    background: #252A31;
}

.nav-tabs > li:hover > a:hover {
    border-color: #252A31;
    border-bottom-color: transparent;
    background-color: #aa2221;
    color: #fff;
    cursor: default;
    cursor: pointer;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active:hover > a:hover {
    border-bottom: 1px solid white!important;
    border-color: #cdcdcf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    color: #444;
    font-weight: 600;
}

.nav-tabs > li > a:hover {
    border: solid 1px #252A31;
    background-color: #252A31;
    color: #ffffff;
}

.nav-tabs > li:hover {
    border: 0;
}

.tab-content {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
}

.tab-pane:first-child {
    padding: 0;
    border: 0;
}

.tab-pane {
    padding: 20px;
    border: solid 1px #cdcdcf;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#ausgezeichnet {
    position: absolute;
    top: -8px;
    left: -30px;
}

#content .box {
    padding: 20px;
    border: solid 1px #cdcdcf;
    border-radius: 5px;
    background: #fff;
    margin: 30px 0;
    line-height: 1.4em;
}

.box hr
{
    display: block;
    margin-top: .5em;
    margin-bottom: 1em;
    border: transparent;
    border-bottom: 1px solid #cdcdcf;
}
.box h1
{
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    font-size: 18px;
    line-height: 1.2em;
}
.box h2
{
    margin: 10px 0 10px 0;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
}

.box a
{
    color: #000;
    text-decoration: underline;
}

/*Produktlistungen*/

.soldout
{
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.orange
{
    display: inline-block;
    padding: 11px 10px 9px 10px;
    border: solid #d68f3c 1px;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    background: #f4bf6a;
    background-image: -webkit-linear-gradient(top, #f4bf6a, #d67e48);
    background-image:    -moz-linear-gradient(top, #f4bf6a, #d67e48);
    background-image:     -ms-linear-gradient(top, #f4bf6a, #d67e48);
    background-image:      -o-linear-gradient(top, #f4bf6a, #d67e48);
    background-image:         linear-gradient(to bottom, #f4bf6a, #d67e48);
    -webkit-box-shadow: 0 1px 2px #666;
    -moz-box-shadow: 0 1px 2px #666;
    box-shadow: 0 1px 2px #666;
    color: #fff;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 1.4;
}

.orange:hover
{
    background: #d68048;
    background-image: -webkit-linear-gradient(top, #d68048, #f4bf6a);
    background-image:    -moz-linear-gradient(top, #d68048, #f4bf6a);
    background-image:     -ms-linear-gradient(top, #d68048, #f4bf6a);
    background-image:      -o-linear-gradient(top, #d68048, #f4bf6a);
    background-image:         linear-gradient(to bottom, #d68048, #f4bf6a);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/*Artikeldetail Motorsport*/

#anfahrt #anfahrt_google_map {
    width: 100%;
    height: 400px;
}

#printathome .box h1{
    font-size:32px;
    color:black;
    text-align:left;
    padding-left: 5px;
    text-transform:uppercase;
}

#printathome .box_listing{
    font-size:24px;
    line-height:100%;
    color:black;
}

#printathome .box_listing:last-of-type{
    background:none;
    padding-bottom:10px;
}

#printathome .box_listing img{
    float:right;
    margin:0px 0px 0px 20px;
}

#printathome .box_listing img.left{
    float:left;
    margin:0px 20px 0px 0px;
}

#printathome .checkbox_div{
    background:#f3f1f1;
    font-size:18px;
    font-weight:300;
    padding:10px;
    text-align:center;
    border-radius:5px;
    box-shadow:2px 2px 0px rgba(0,0,0,0.1);
    margin:10px 0px 30px;
}

#printathome .box .print_button, .account-box-content .print_button{
    color:#ffffff;
    text-decoration:none;
    font-size:20px;
    font-weight:bold;
    padding:12px 40px;
    display: inline-flex;
    align-items: center;
    background-color:#388550;
}

#printathome .print_button:hover {
    background-color: #2D6A40;
    transition: 0.2s;
}

#printathome .print_button svg {
    margin-right: 15px;
}

#printathome .box hr{
    margin:30px 0px 20px;
    display:block;
}

#printathome .box .center{
    text-align:center;
}

#printathome .box .help_toggle, #printathome .box .help_content{
    margin:30px 0px;
}

#printathome .box h2{
    font-size:18px;
}

#printathome .box .help_toggle a{
    color: #388550;
    text-decoration:underline;
    font-size:18px;
    background:url(templates/global-tickets/img/ph-chevronright.png) no-repeat center left;
    background-size:10px;
}

#printathome .box .help_content{
    display:none;
}

#printathome .box .help_content p{
    font-size:18px;
    color:#4a4a4a;
    line-height:160%;
    width:80%;
}

#printathome .email-button {
    color: #fff;
    text-decoration: none;
    margin: 15px 0;
    font-weight:bold;
    padding:12px 40px;
    background-color:#388550;
    font-size: 20px;
}

#printathome .email-button:hover {
    background-color:#2D6A40;
    transition: 0.2s;
}

#printathome .box .help_content h3 {
    font-size:17px;
    font-weight:bold;
    margin-top:40px;
}

#printathome .box .help_content .support-text{
    font-size:14px;
}

#printathome .box .help_content .support-link{
    font-size:14px;
    color:#388550;
    text-decoration:underline;
    font-weight:bold;
    padding-left:15px;
    background:url(../img/ph-chevronright.png) no-repeat center left;
    background-size:7px;
}

#printathome .box .help_content .ph-email-content{
    display:none;
    background:#A5D6A7;
    border:1px solid #4CAF50;
    border-radius:4px;
    padding:10px;
    font-weight:bold;
}

.hotline-banner{
    background:url(../img/hotline-banner-bg.jpg) no-repeat top right #ffffff!important;
    background-size:356px!important;
}
.motorsport .hotline-banner{
    display:block;
}
.hotline-disclaimer{
    display:block;
    font-size:12px;
    color:#677382;
}

/*** /HOTLINE ***/

/*Footer*/

/*Cross Browser Fixes*/

/*Currency Styling*/

@media (max-width: 1280px) {
    .verbraucherschutz-icon {
        display: none;
    }
}

/* Upsell */
.upsell-desktop {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
}
.upsell-desktop-item {
    padding: 2rem;
    min-height: 140px;
    border-radius: 5px;
    border: solid 1px #cdcdcf;
}
.upsell-desktop-item h1 {
    font-size: 24px;
    margin: 0 0 .5rem 0;
    line-height: normal;
}
.upsell-desktop-item title1 {
    font-size: 24px;
    margin: 0 0 .5rem 0;
    line-height: normal;
}
.upsell-desktop-item h1 svg {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    width: 26px;
    height: 26px;
    position: absolute;
    margin-top: 3px;
    /* color: white;
    font-size: 18px;
    content: "\e080";
    margin-left: .5rem;
    position: absolute;
    font-weight: normal;
    font-family: 'Glyphicons Halflings'; */
}
.upsell-desktop-item title1 svg {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    width: 26px;
    height: 26px;
    position: absolute;
    margin-top: 3px;
    /* color: white;
    font-size: 18px;
    content: "\e080";
    margin-left: .5rem;
    position: absolute;
    font-weight: normal;
    font-family: 'Glyphicons Halflings'; */
}
.upsell-desktop-item p {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
}
/* End Upsell */
