@charset "UTF-8";
/**
   *Customizing for SVC2017
    */


/** =========================   LINKS    ====================================*/

a,
a:link, 
a:focus {
    color: black;
        }

a:hover {
    color: #d01c25;
    }



#MainMenu a,
#MainMenu a:link, 
#MainMenu a:focus {
    color: white;
        }

#MainMenu a:hover {
    color: #d01c25;
    }

.title-bar a,
.title-bar a:link, 
.title-bar a:focus {
    color: #a5a5a5;
        }

.title-bar a:hover {
    color: #d01c25;
    }





#footer a,
#footer a:link, 
#footer a:focus {
    color: #a5a5a5;
        }

#footer a:hover {
    color: #d01c25;
    }

/** ====================          Fonts       ===============================*/
/** ====================          Fonts       ===============================*/
/** ====================          Fonts       ===============================*/


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.9rem;
  line-height: 1.5; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.5rem; 
    line-height: 1.0em}
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

.font_white {
    color: snow;
    
}

h3 {
    line-height: 1.1;
    margin-top: 1em;
    margin-bottom: 0;
    }



#footer, #footer table tbody{
    font-size: 0.8em;
    color: #a5a5a5;
    background-color: transparent;
    border: 0;
}

.f_td {
    font-size: 1.8em;
    color: #a5a5a5;
    vertical-align: top;
}

/** ====================          Divs       ===============================*/
/** ====================          Divs       ===============================*/
/** ====================          Divs       ===============================*/

.off-canvas-content{
    background-color: dimgrey;
    background-image: url(../image/svc_back.png);
    background-size: contain;
    
    
    
    
}

.box_header   { 
    background-image: url(../image/svcheader_back_all.jpg); 
    background-repeat: no-repeat; 
    border: 0; 
    background-size: cover;
    /**box-shadow: 5px 0px 5px 0px; */
    

}

.box_article_full   { 
    background-image: url(../image/back_article_full.jpg); 
    background-repeat: no-repeat; 
    background-color: #32363b;
    border: 0; 
    background-size: cover;
    /** box-shadow: 5px 0px 5px 0px; */
    

}
    

.box_bottom  { vertical-align: bottom; }

.back_transparent_black {
    background-image: url(../image/black_trans.png);
    background-repeat: repeat;
    margin-top: 2em;
    margin-bottom: 2em;
    }

.back_black {
    background-color: black;
    
}



.padding_all_big  { 
    padding: 2em;
    margin: 0px;
    
}


.padding_0 {
    padding: 0px;
}

.box_ticker {
    min-height: 100px;
    max-width: 48%;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
    padding-left: 0.7em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 0.8em;
    color: white;
}
.txt_hyp{
    -moz-hyphens: auto;
    hyphens: auto;
}

.ticker_thema{
    font-size: 0.7em;
    color: darkgrey;
    
}

.ticker_datum {
    font-size: 0.7em;
    color: chartreuse;
}

.ticker_sponsor {
    padding: 0;
    margin-bottom: 0.5em
}




.gradient_grey_back {
    background-image: url(../image/svcmainarticle_back.jpg);
    background-size: 100% 100%; 
    background-repeat: no-repeat;
}
.blur {
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
}
.back_white {
    background-color: white;
    opacity: 0.9;
}
.back_grey {
    background-image: url(../image/white70_trans.png);
    background-repeat: repeat;
    
}
    

.margin_left_1 {
    margin-left: 1em;
}

.margin_bottom_1 {
    margin-bottom: 1em;
}

.margin_bottom_2 {
    margin-bottom: 2em;
}

.margin_bottom_3 {
    margin-bottom: 3em;
}

.margin_right_1 {
    margin-right: 1em;
}

.margin_right_2 {
    margin-right: 2em;
}

.margin_top_1 {
    margin-top: 1em;
}

.margin_top_2 {
    margin-top: 2em;
}

.margin_top_3 {
    margin-top: 3em;
}

.box_nav2 {
    margin-left: 1em;
    margin-bottom: 1em;
}

.box_news {
    background-color: #32363b;
    background-image: url(../image/svcnews_back.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 0  em;
    padding-bottom: 2em;
    


    
    
}

.box_news_single {
    padding: 2em;
    height: 100%;
}

.box_news_single_text {
    background-color: darkgrey;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-style: normal;
}


.box_media_single {
    padding: 1em;
    height: 100%;
}

.box_media_single_text {
    background-color: ghostwhite;
    color: black;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-style: normal;
}




.center {
    text-align: center;
}

.right {
    text-align: right;
}

.box_footer {
    background-color: #151515;
    padding-top: 5em;
    padding-bottom: 2em;
    color: darkgray;
    font-size: 0.7em;
}



.padding_left_no {
    padding-left: 0;
    margin-left: 0
}

.padding_left_right_no {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;    
}

.grey_back {
    background-color: #eeeeee;
    border: 1px; 
}

.eventdate_back {
    background-color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    color: #002e84;
    text-align: center;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;        
}

.livestream_back {
    background-color: #cc071e;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    color: white;
    text-align: center;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;        
}


.news_thema {
    color: #666;
    width: 100%;    
    margin-top: 0.5em;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    
}


.box_topnav {
    background-color: #eee;
    color: white;
    font-size: 0.8em;
    height: 30px;
    max-height: 30px;
    padding-top: 0.3em;    
}

.button.more {
    padding: 0.5em 0.5em 0.5em 0.5em;
    width: 100%;
}

.button.primary.nav2small {
    margin-bottom: 0.5em;
    margin-left: 5%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 0.3em;
    border-bottom-color: #d01c25;
    border-width: 2px;
    width: 90%;
    background-color: black;
    color: white;
    opacity: 0.8;
    font-size: 1.2em;
    
}
.button.primary.nav2smallfirst {
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 5%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 0.3em;
    border-bottom-color: #d01c25;
    border-width: 2px;
    width: 90%;
    background-color: black;
    color: white;
    opacity: 0.8;
    font-size: 1.2em;   
    
}

.hr-devider {
    border-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: slategrey;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    
    
    
    
}

.box_abstand {
    background-color: white;
    opacity: 0.8;
    height: 2em;
    padding: 1em;
    margin: 0;
        
}

.menu_logo {
    max-height: 80px;
}

.head_logo {
    max-height: 150px;
}

.box_shadow {
     xbox-shadow: 5px 0px 0px 5px;
    -webkit-box-shadow: 1px 1px 19px 0px rgba(0,0,0,0.74);
    -moz-box-shadow: 1px 1px 19px 0px rgba(0,0,0,0.74);
    box-shadow: 1px 1px 19px 0px rgba(0,0,0,0.74);
}


/* ===========================================================================
/* =================   Button  ===============================================
*/

.button.primary {
    background-color: #32363b;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #d72b49;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #49bf00;
    color: #fefefe; 
     font-weight: 700;
     font-size: 150%;}
    .button.success:hover, .button.success:focus {
      background-color: #50a31c;
      color: #fefefe;}
          
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }


.padding_0 {
    padding: 0em;
}

.padding_05 {
    padding: 0.5em;
}

.padding_1 {
    padding: 1em;
}

.padding_b1 {
    padding-bottom: 1em;
}

.padding_t1 {
    padding-top: 1em;
}
.padding_t2 {
    padding-top: 2em;
}

.padding_2 {
    padding: 2em;
}

.padding_3 {
    padding: 3em;
}

.padding_trl1 {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 0;
    padding-left: 1em;
}


.back_red {
    background-color: red;
}

.nav2_max {
    width: 100%;
    max-width: 250px;
}

.big_check {
    width: 30px;
    height: 30px;
}

.big_radio {
    width: 50px;
    height: 50px;
    
}



.valign_middle {
    vertical-align: super;
}

.border_ticket{
    
    border-radius: 0.3em;
    border-bottom-color: #d01c25;
    border-width: 2px;
    
}

.box_tic_kat H4{
    font-weight: 400;
    
}


.check_kd > p {

margin-bottom: 0;    
}


.button_full{
width: 100%;    
    
    
}
.height_full {
    height: 10em;
}


.liste_zeile {
    color: black;
    background-color: gainsboro;
    padding-left: 0.5em;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d01c25;
    margin-bottom: 1em
    }

.liste_zeile a,
.liste_zeile a:link, 
.liste_zeile a:focus {
    color: black;
        }

.liste_zeile a:hover {
    color: #da3116;
    }

.liste_zeile p {
    margin-bottom: 1.0em;
    padding-top: 0.5em;
    
}

.flash_date, 
.flash_time,
.flash_thema {
    color: #cc6901;
    font-size: 80%;
    
    
    
}

.nowrap {
    white-space: nowrap;
}

/* ==========================================================================
/* =================   Tabellen allgemein ===================================
*/

td {
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    margin: 1px;
}

.tdborder_left {
    border-left: 1px;
    border-left-style: solid;
    border-left-color: #d01c25;
    
    
}

.tdtrennlinie {
    padding: 0;
    height: 2px;
    border: 0;
    line-height: 0.3;
    background-color: #eeeeee;
}

.tdsubhead {
    margin-top: 0.5em;
    margin-bottom: 0;
}


.cell_right {padding-right: 0.5em;}
.cell_left {padding-left: 0.5em;}


/* ===========================================================================
/* =================   Tabelle Gruppen  ======================================
*/

.tab_gruppen > thead {
    background-color: white;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #d01c25;
    
}

.tab_gruppen > thead .tdborder_left {
    border-left: 1px;
    border-left-style: solid;
    border-left-color: dimgrey;
    
}


.tab_gruppen td {
    font-size: 1.2em;
}

.tab_zeile {
    color: black;
    background-color: gainsboro;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d01c25;
    margin-bottom: 1em;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.4em;
    padding-bottom: 0.3em;
    
}

.tab_zeile_small {
    color: black;
    background-color: gainsboro;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d01c25;
    margin-bottom: 1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    padding-top: 0.4em;
    padding-bottom: 0.3em;
    
}
table {
    border: 0;
}

.smallscreen_name {
    font-size: 0.8em;
    font-stretch: condensed;
}

.smallscreen_time {
    font-size: 0.6em;
    font-stretch: extra-condensed;
}


.ImgLogoL  { margin-right: 10px; width: 100px; height: auto; float: left }
.error  { background-color: #f8dbd8; border: ridge 2px #f00 }
















.media_box {
    
    border-style: solid;
    border-color: dimgrey;
    border-width: thin;
    padding: 5px;
    
    background-color: aquamarine;
    
            }

.socialhome{
    float: left;
    width: 45%;
    text-align: right;
        
}

.width-50procent{
    width: 50%;
}



.ImgTextL{
    
width: 50%;
float: left;
margin-right: 20px;
}

.ImgTextR {
    
width: 50%;
float: right;
margin-left: 20px;
}

.ImgTextV {
    
width: 100%;
float: left;
margin-top: 50px;
margin-bottom: 50px;
}

ImgBU {
    
    font-style: italic;
    font-size: inherit;
    line-height: 1.2;
    color: cornflowerblue;
    margin-bottom: -0.5em;
    margin-top: 0.5em;
    text-rendering: optimizeLegibility;
    
}