@charset "utf-8";
/* CSS Document */

* { margin : 0; padding : 0; border : 0 }
#bildwelt { background-image : url("../img/bg.jpg"); background-repeat : no-repeat; width : 100%; height : 100%; min-width : 1200px; background-size: cover; margin : 0; position: fixed; background-color : transparent }
.clearer { clear : both }

.content { width : 356px; position : absolute; left : 25%; margin : 30px 0 }
.content .col { width : 316px; float : left }
.content .col a.meta { text-transform : uppercase; font-family : "Open Sans", Arial; font-size : 12px; color : #1c83c4; margin-left : 48px; text-decoration : none }
.content .col a.meta:hover { text-decoration : underline }
.content .col .box { background : #FFF; border : 1px solid none; border-radius : 15px; padding : 30px 0; margin-bottom : 12px }
.content .col:first-child { width : 40px; padding : 20px 0 }
.content .col:first-child .box { border-radius : 0; border : 0; padding : 8px; background : #FFF; width : 22px; margin-bottom : 2px }
.content .col:first-child .box:hover, .content .col:first-child .box_active { padding : 8px; width : 22px; margin-bottom : 2px; background : #1c83c4 }
.content .col:first-child .box:hover a, .content .col:first-child .box_active a { text-decoration : none; font-family : "Open Sans", Arial; font-size : 16px; text-align : center; color : #FFF }
.content .col:first-child .box a { text-decoration : none; font-family : "Open Sans", Arial; font-size : 16px; color : #1c83c4; text-align : center }
.content .col img { width : 276px; margin : 0 auto; display : block }
.content .col hr { margin : 36px 0; border-top : 1px solid #dfdfdf }
.content .col h2 { font-family : "Cabin Condensed", Arial; font-size : 26px; color : #1c83c4; text-align : center; font-weight : normal }
.content .col h2.noalign { text-align : left; width : 222px; margin : 0 auto }
.content .col .blue_bg { margin : 30px 0; padding : 30px 0; background : #1c83c4 }
.content .col .blue_bg p { font-family : "Open Sans", Arial; font-size : 16px; color : #FFF; line-height : 24px; width : 222px; margin : 0 auto }
.content .col .blue_bg ul { width : 222px; margin : 0 auto }
.content .col .blue_bg ul li { font-family : "Open Sans", Arial; font-size : 16px; color : #FFF; line-height : 24px; list-style-type : disc; list-style-position : outside; list-style-image : url("../img/li_arrow.png") }
.content .col p { font-family : "Open Sans", Arial; font-size : 16px; color : #1c83c4; line-height : 24px; width : 222px; margin : 0 auto }
.content .col p a { font-size : 16px; text-decoration : none; color : #1c83c4; margin : 0 }
.content .col p a:hover { text-decoration : underline }
