/* Standardwerte */
/**************/
/*  wcg_blue    #00649D rgba(0,10,157,1)      */
/*  wcg_brown   #B8471B rgba(184,71,27,1)     */
/*      */
/*      */
/*      */

#header_design {
    position: absolute !important;
}

.highcharts-tooltip>span {
    background: white;
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 8px;
}


/* wcg elements */
/****************/
.wcg_button {
    float:right;
    margin: 5px 5px 0 0;
    background: #B8471B;
    border: 1px solid #B8471B;
    box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset, -1px -1px 0 rgba(0,0,0,0.5) inset;
    padding:2px 5px;
    color: #fff;
}

.wcg_button a {
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    text-decoration: none;
}

.wcg_vcard {
    padding: 10px;
    margin: 20px 0;
    background: #FFF;
    background: -moz-linear-gradient(top, rgba(250, 250, 250,.3), rgba(250, 250, 250, 0.3));
    background: -webkit-linear-gradient(top, rgba(250, 250, 250,.3), rgba(250, 250, 250, 0.3));
    background: -ms-linear-gradient(top, rgba(250, 250, 250,.3), rgba(250, 250, 250, 0.3));
    background: -o-linear-gradient(top, rgba(250, 250, 250,.3), rgba(250, 250, 250, 0.3));
    background: linear-gradient(to top, rgba(250, 250, 250,.3), rgba(250, 250, 250, 0.3));
    box-shadow: inset 1px 1px 0px 2px rgba(255,255,255,0.8), inset -1px -1px 2px 2px rgba(50,50,50,0.2);
    border-radius: 4px;
    border: solid 1px #999;
}

.wcg_vcard_event{
    width: calc( 100% - 22px );
}
.wcg_vcard_vchart{
    width: 299px;
}

.wcg_vcard .wcg_vcard_chart {
    width: 299x;
    padding:0;
    margin:0
}

@media screen and (min-width: 460px) and (max-width: 559px) {
    .wcg_vcard_vchart {
      width: 401px;
    }
    .wcg_vcard_vchart .wcg_vcard_chart {
        width: 401px;
    }
}

@media screen and (min-width: 560px) and (max-width: 659px) {
    .wcg_vcard_vchart {
      width: 501px;
    }
    .wcg_vcard_vchart .wcg_vcard_chart {
        width: 501px;
    }
}

@media screen and (min-width: 660px) and (max-width: 737px) {
    .wcg_vcard_vchart {
      width: 599px;
    }
    .wcg_vcard_vchart .wcg_vcard_chart {
        width: 599px;
    }
}

@media screen and (min-width: 738px) {
    .wcg_vcard_vchart {
      width: 617px;
    }

    .wcg_vcard_vchart .wcg_vcard_chart {
        width: 617px;     
    }
}



.wcg_vcard .wcg_vcard_head, 
.wcg_vcard .wcg_vcard_subhead, 
.wcg_vcard .wcg_vcard_line, 
.wcg_vcard .wcg_vcard_participation, 
.wcg_vcard .wcg_vcard_cms, 
.wcg_vcard .wcg_vcard_datasheet, 
.wcg_vcard .wcg_vcard_statistics, 
.wcg_vcard .wcg_vcard_other_statistics {
    padding:0;
    margin:0 ;
    background: #fff;
    min-height: 6px;
    border: 1px solid #B8471B;
    -moz-box-shadow: -2px 2px 2px #c8c8c8;
    -webkit-box-shadow: -2px 2px 2px #c8c8c8;
    box-shadow: -2px 2px 2px #c8c8c8;
}

.wcg_vcard .wcg_vcard_line {
    background: -moz-linear-gradient(top, #eee 0%, #B8471B 50%, #b7b7b7 100%);
    background: -webkit-linear-gradient(top, #eee 0%, #B8471B 50%, #b7b7b7 100%);
    background: -ms-linear-gradient(top, #eee 0%, #B8471B 50%, #b7b7b7 100%);
    background: -o-linear-gradient(top, #eee 0%, #B8471B 50%, #b7b7b7 100%);
    background: linear-gradient(top, #eee 0%, #B8471B 50%, #b7b7b7 100%);
    border-top: 0px;
    border-bottom: 0px;
}

.wcg_vcard .wcg_vcard_cms {
    padding:10px;
}

.wcg_vcard .wcg_vcard_datasheet {
    padding: 10px 0px;
    border-top: 0px
} 
.wcg_vcard .wcg_vcard_datasheet dl {
    margin: 0px;
} 

.wcg_vcard .wcg_vcard_datasheet dt {
    margin-top: 7px;
    margin-left: 15px;
    min-width: 75px;
    float: left;
    font-size: 0.8em;
    clear: left;
    font-style:italic;
} 

.wcg_vcard .wcg_vcard_datasheet dd {
    margin-top: 7px;
    margin-left:10px;
    float: left;
    min-width: 175px;
    text-align: right;
} 


.wcg_vcard .wcg_vcard_head,
.wcg_vcard .wcg_vcard_subhead {
    text-align: center;
    font-size: 2em;
    padding: 10px 0;
    border-bottom: 0px;
}

.wcg_vcard .wcg_vcard_subhead {
    border-top: 0px
}

/* wcg breadcrumb */
/******************/


#breadcrumb {
    @include box-sizing(border-box);
    list-style: none;
    display: inline-block;
    margin: 10px 5px 16px 30px;
    padding: 0px;
    font-size: 0.7em;
    font-weight: bold;
}
#breadcrumb .icon {
    font-size: 0.7em;
}
#breadcrumb li {
    float: left;
}
#breadcrumb li a {
    color:#fff;
    display:block;
    background: #B8471B;
    text-decoration: none;
    position:relative;
    height: 16px;
    line-height:16px;
    padding: 0 7px 0 0;
    text-align: center;
    margin-right: 27px;
    margin-bottom: 4px;
}
#breadcrumb li:nth-child(even) a {
    background-color: #4e4e4e;
}
#breadcrumb li:nth-child(even) a:before {
    border-color:#4e4e4e;
    border-left-color:transparent;
}
#breadcrumb li:nth-child(even) a:after {
    border-left-color:#4e4e4e;
}

#breadcrumb li:first-child a {
    @include border-radius(4px 0 0 4px);
}
#breadcrumb li:first-child a:before {
/*    border:none;  */
}

#breadcrumb li:last-child a {
    padding-right:10px;
    @include border-radius(0 4px 4px 0);
}
#breadcrumb li:last-child a:after {
/*    border:none;  */
}

#breadcrumb li a:before,
#breadcrumb li a:after {
    content: "";
    position:absolute;
    top: 0;
    border:0 solid #B8471B;
    border-width:8px 10px;
    width: 0;
    height: 0;
}
#breadcrumb li a:before {
    left:-20px;
    border-left-color:transparent;
}
#breadcrumb li a:after {
    left:100%;
    border-color:transparent;
    border-left-color:#B8471B;
}
#breadcrumb li a:hover {
    background-color: #888;
}
#breadcrumb li a:hover:before {
    border-color:#888;
    border-left-color:transparent;
}
#breadcrumb li a:hover:after {
    border-left-color:#888;
}
#breadcrumb li a:active {
    background-color: #666;
}
#breadcrumb li a:active:before {
    border-color:#666;
    border-left-color:transparent;
}
#breadcrumb li a:active:after {
    border-left-color:#666;
}



/* wcg content */
/**************/

@media screen and (min-width: 738px) {
    .wcg_content_area {
        background: repeating-radial-gradient(circle at 200px -200px, rgba(108,144,188,0.05) , rgba(75,113,160,0.1) 350px);
        padding-top: 30px;
        margin-top: -30px;
    }
    .wcg_content_area2 {
        background: repeating-radial-gradient(circle at 1600px 600px, rgba(108,144,188,0.05) , rgba(75,113,160,0.1) 350px);
        padding-top: 30px;
        margin-top: -30px;
    }
    .wcg_content_area_fixed_nav_padding{
        margin-top: 60px;
    }
}


.innenabstand {
    padding:5px 0px;
}

@media screen and (min-width: 738px) and (max-width: 1114px) {
    .innenabstand {
        padding:5px 0px 5px 15px;
        width: calc( 100% - 25px );
    }
}

@media screen and (min-width: 1115px) {
    .innenabstand {
        padding:5px 0px 5px 15px;
        width: calc( 100% - 25px );
    }
}


.innenabstand * {
    color: #4e4e4e;
}
.innenabstand a {
    text-decoration: none;
}


.innenabstand a:link ,
.innenabstand a:visited ,
.innenabstand a:link:hover ,
.innenabstand a:link:active {
/*    padding: 0px 3px;
    background: rgb(237,243,247);
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), -1px 1px 2px rgba(0, 0, 0, 0.4);*/
    color: #00649d;
}
.innenabstand a:link:before,
.innenabstand a:visited:before ,
.innenabstand a:link:hover:before ,
.innenabstand a:link:active:before {
    content: "\f08e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.6em;
    margin-left: 2px;
    margin-right: 4px;
}

.innenabstand input[type=text],
.innenabstand textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #4e4e4e;
}
.innenabstand input[type=text]:focus,
.innenabstand textarea:focus {
  box-shadow: 0 0 5px #00649D;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #00649D;
}

.wcg_maincolumn {
    width: 100%;
    font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
/*    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4); */
}

.wcg_maincolumn .title {
    padding: 5px;
    width: calc(100% - 10px);
    margin-left: -1px;
    font-weight: bold;
    color: #00649D;
    background: -webkit-linear-gradient(to bottom, #FFFFFF 20%, #F3F3F3 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 20%, #F3F3F3 100%);
    background: -ms-linear-gradient(to bottom, #FFFFFF 20%, #F3F3F3 100%);
    background: -o-linear-gradient(to bottom, #FFFFFF 20%, #F3F3F3 100%);
    background: linear-gradient(to bottom, #FFFFFF 20%, #F3F3F3 100%);
    -moz-box-shadow: 0 2px 2px #c8c8c8;
    -webkit-box-shadow: 0 2px 2px #c8c8c8;
    box-shadow: 0 2px 2px #c8c8c8;
    border: 1px solid #c4c4c4;
}

@media screen and (min-width: 738px) and (max-width: 1114px) {
    .wcg_maincolumn {
      width: 100%;
    }
}

@media screen and (min-width: 1115px) {
    .wcg_maincolumn {
        width: calc(100% - 335px);
        float: right;
        margin: 30px 0;
    }
}

/* wcg widget */
/**************/
.wcg_widget_area {
    width: 100%;
    float: none;
    margin: 30px 0;
    font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
}

.wcg_widget_area .wcg_widget {
    padding: 9px 10px 10px;
    background: #EEE;
    background: -moz-linear-gradient(top, #FFF, #DDD);
    background: -webkit-linear-gradient(top, #FFF, #DDD);
    background: -o-linear-gradient(top, #FFF, #DDD);
    background: linear-gradient(to top, #FFF, #DDD);
    border-radius: 0px;
    border: solid 1px #aaa;
}
.wcg_widget_area .wcg_widget#wcg_status{
    margin-bottom: 30px;
    font-size: 0.8em;
}

.wcg_widget_area .wcg_widget .title {
    padding: 5px; 
    width: calc(100% - 10px);
    line-height: 24px;
    font-weight: bold;
    color: #00649D;
    background: -webkit-linear-gradient(to bottom, #FFFFFF 20%, #F3F3F3 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 20%, #F3F3F3 100%);
    background: -ms-linear-gradient(to bottom, #FFFFFF 20%, #F3F3F3 100%);
    background: -o-linear-gradient(to bottom, #FFFFFF 20%, #F3F3F3 100%);
    background: linear-gradient(to bottom, #FFFFFF 20%, #F3F3F3 100%);
    -moz-box-shadow: 0 2px 2px #c8c8c8;
    -webkit-box-shadow: 0 2px 2px #c8c8c8;
    box-shadow: 0 2px 2px #c8c8c8;
    border: 1px solid #c4c4c4;
}


.wcg_widget_area .wcg_widget .content {
    padding: 5px; 
    width: calc(100% - 10px);
    color: #4e4e4e;
    background: #fff;
    display: block;
    min-height: 15px;
    border-top:0;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    -moz-box-shadow: 0 2px 2px #c8c8c8;
    -webkit-box-shadow: 0 2px 2px #c8c8c8;
    box-shadow: 0 2px 2px #c8c8c8;
    text-align: center;
}

.wcg_widget_area .wcg_widget .content#shoutbox {
    padding: 0; 
    width: 100%;
}



@media screen and (min-width: 738px) and (max-width: 1114px) {
    .wcg_widget_area {
        padding:0 15px;
        width: calc(100% - 30px);
    }
    .wcg_widget_area .wcg_widget#wcg_status {
        width:255px;
        float: left;
        margin-left:0px;
        margin-bottom: 30px;
    }
    .wcg_widget_area .wcg_widget#wcg_shout {
        width: calc(100% - 315px);
        float: right;
    }

}

@media screen and (min-width: 1115px) {
    .wcg_widget_area {
        width:285px;
        float: left;
        margin-left:15px;
    }
}



/* Countdown  */
/*********************************/
.hasCountdown {
    border: 0px solid #ccc;
}
.countdown_rtl {
    direction: rtl;
}
.countdown_row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}
.countdown_show1 .countdown_section {
    width: 100%;
}
.countdown_show2 .countdown_section {
    width: 49%;
}
.countdown_show3 .countdown_section {
    width: 33%;
}
.countdown_show4 .countdown_section {
    width: 24.5%;
}
.countdown_show5 .countdown_section {
    width: 19.5%;
}
.countdown_show6 .countdown_section {
    width: 16.5%;
}
.countdown_show7 .countdown_section {
    width: 14%;
}
.countdown_section {
    display: block;
    float: left;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.countdown_amount {
    font-size: 200%;
}
.countdown_descr {
    display: block;
    width: 100%;
}