/********** POSITIONING **********/

html, body{
   margin: 0;
   padding: 0;
}

#logo, #navigation, .content-2column, .content-3column{
   float: left;
}

#logo{
   padding: 10px;
}

#navigation li, #subnavigation li, #programnavigation li{
   padding-right: 20px;
}

#teaser{
   padding: 170px 10px 10px 10px;
   height: 300px;
}

#main{
   margin: auto;
   width: 90%;
   padding: 20px 0 60px 0;
}

#subnavigation, #programnavigation{
   padding-bottom: 20px;
}

.content, #headline, #subnavigation{
   width: 100%;
   box-sizing: border-box;
}

.content-2column{
   width: 50%;
   box-sizing: border-box;
}

.content-2column-wide-left{
   width: 80%;
   box-sizing: border-box;
}

.content-2column-wide-right{
   width: 20%;
   box-sizing: border-box;
}

.content-3column{
   width: 33%;
   box-sizing: border-box;
}


.content, .content-2column, .content-3column{
   margin-bottom: 20px;
}

.block, .redblock{
   margin: 0 auto 20px auto;
   width: 80%;
   padding: 0 20px 0px 20px;
}

.wideblock, .wideredblock{
   margin: 0 auto 20px 0;
   width: 90%;
   padding: 0 20px 0px 20px;
}

#footer{
   padding: 30px 60px 60px 60px;
}

#footer-left{
   float: left;
}

#foother-right{
   float: right;
}

/********** COLORING **********/

#teaser{
   background: #DCDCDC url("teaser.png") no-repeat;
   background-size: cover;
/*   background-color: #DCDCDC; */
/*   background-image: url("teaser.png"); */
   border-bottom: 4px solid #DC143C;
}

.block, .wideblock{
   border-radius: 5px;
   border: 1px solid #DCDCDC;
   background-color: #F5F5F5;
}

.redblock, .wideredblock{
   border-radius: 5px;
   border: 1px solid #eac2ca;
   background-color: #f8ecef;
}


#footer{
   background-color: #404040;
}

/********** TEXT DECORATION **********/

html, body{
   font-family: 'Roboto', sans-serif;
   font-size: 10.5pt;
   color: #505050;
   line-height: 1.5;
}

h1{
   color: #DC143C;
   font-size: 18pt;
   padding: 5px 0 5px 0;
}

h2{
   color: #505050;
   font-size: 14pt;
   font-weight: bold;
   padding: 10px 0 5px 0;
}

h3{
   color: #DC143C;
   font-size: 16pt;
   padding: 20px 0 5px 0;
}

h4{
   color: #808080;
   font-size: 14pt;
   padding: 5px 0 5px 0;
}

.emph{
   color: #DC143C;
}

#navigation, #subnavigation, #programnavigation{
   font-size: 12.5pt;
}

#navigation li, #subnavigation li, #programnavigation li{
   display: inline;
   font-variant: small-caps;
}

#navigation, #programnavigation{
   font-weight: 500;
}

#navigation a, #programnavigation a{
   text-decoration: none;
   color: #808080; 
}

#navigation a:active, #programnavigation a:active{
   background-color: transparent;
}


#navigation a:hover, #subnavigation a:hover, #footer a:hover, #programnavigation a:hover{
   text-decoration: underline;
   color: #DC143C;
}

.navbar-custom{
   background-color: white;
}

#teaser{
   font-size: 16pt;
   line-height: 1;
}

#teaser p{
   display: inline-block;
   background-color: #eac2ca;
   margin: 2px;
   padding: 5px;
}

#subnavigation a{
   text-decoration: none;
   color: #404040;
}

#headline a, .content a, .content-2column a, .block a{
   color: #DC143C;
}

.light{
   color: #808080;
}

#footer{
   font-size: 10.5pt;
   color: #DCDCDC;
}

#footer-right{
   text-align: right;
}


#footer a{
   font-variant: small-caps;
   text-decoration: none;
   color: #DCDCDC;
}

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

.small{
    font-size: 80%;
}

/********** TABLES **********/

table{
    border-left: 2px solid #E8E8E8;
}

th{
    border-top: 30px solid white;
}

td, th{
    padding: 10px;
    vertical-align: top;
}

th{
    color: #DC143C;
    background-color: #E8E8E8;
}

.gray{
    background-color: #F8F8F8;
}

.vr{
    border-left: 2px solid #E8E8E8;
}

/********** RESPONSIVE **********/

@media (max-width: 768px) {

.content-2column, .content-3column, .content-2column-wide-left, .content-2column-wide-right{
   width: 100%;
}

.block, .redblock, .wideblock, .wideredblock{
   width: 100%;
}

#teaser{
   font-size: 12pt;
}

}

/***/

@media (min-resolution: 200dpi) {

#main, #footer{
   font-size: 200%;
}

#teaser{
   font-size: 24px;
}

h1{
   font-size: 150%;
}

h2{
   font-size: 150%;
}

h3{
   font-size: 150%;
}

h4{
   font-size: 150%;
}

#navigation, #subnavigation{
   font-size: 250%;
}

.responsive-size{
   fonz-size: 250%;
}


}

/***/

@media (min-resolution: 200dpi) and (max-width: 1024px) {

.content-2column, .content-3column, .content-2column-wide-left, .content-2column-wide-right{
   width: 100%;
}

.block, .redblock, .wideblock, .wideredblock{
   width: 100%;
}

}

/********** VIDEO EMBEDDING **********/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}