body
{
    background-color: #b2aea2;
    background-image: url(../img/background.png);
    background-repeat: repeat-x;
}

h1
{
    font-size: 23px;
    font-weight: bold;

    margin-bottom: 15px;

    color: #b22;
}

h2
{
    font-size: 17px;
    font-weight: bold;

    height: 21px;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;

    color: #b22;
    background-image: url(../img/bullet-topangebot.png);
    background-repeat: no-repeat;
    background-position: left center;
}

a
{
    color: #b22;
}

a:hover
{
    text-decoration: underline;

    color: #b22;
}

/* NAVIGATIONEN */
#navbar_top
{
    min-height: 0;
    margin-top: 25px;
    margin-bottom: 0;

    border: none;
    background: none;
}

#navbar_top a
{
    color: #fff;
}

#navbar_top a:hover
{
    text-decoration: underline;
}

#navbar_top .fa-caret-right
{
    color: #b22;
}

#navbar_top_right a {
	margin-left: 15px;
	display: block;
	float: left;
}

#navbar_top_right > div {
	float: right;
}

@media (max-width: 767px) {
	#navbar_top_right > div {
		float: none;
	}

	#navbar_top_right {
		text-align: center;
	}

	#navbar_top_right a {
		width: 50%;
		margin-left: 0px;
	}

	#navbar_top_left {
		text-align: center;
	}
	#navbar_top {
		margin-bottom: 20px;
	}
}


#navbar_main
{
    margin-bottom: 0;

    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e2e2d+0,000000+100 */
	background: rgb(46,46,45); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(46,46,45,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(46,46,45,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(46,46,45,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

#navbar_main li {
	padding-top: 8px;
}

#navbar_main a
{
    line-height: 34px;

    padding-top: 0;
    padding-bottom: 0;

    color: #fff;
    border-right: solid 1px #999;
}

@media (max-width:767px) {
	#navbar_main a {
		border-right: none;
	}
}

#navbar_main a:hover,
#navbar_main a:active,
#navbar_main a:focus
{
    text-decoration: underline;
}

/* ------------------------ */

#header img
{
    width: 100%;
    height: auto;
    background: #fff;
}

#content_right
{
    background: #fff;
}



#content_left_top
{
    padding-top: 15px;
    padding-bottom: 15px;

    border-bottom: solid 1px #fff;
    background: #dcdad7;
}

#content_left_bottom
{
    padding-top: 50px;
    padding-bottom: 50px;

    background: #eee;
}

#content_wrap
{
    padding: 0;

    background: #fff;

    margin-bottom: 20px;
}

#footer
{
    height: 5px;

    background: #000;
}


@media(min-width: 461px) {

    #header {

        position: relative;

        z-index: 100;

    }

    #header img {

        background: transparent;

    }

    #content_right

    {

        padding-top: 145px;

    }

    #content_left_top

    {

        padding-top: 165px;

    }

    #content_wrap

    {

        margin-top: -150px;

        z-index: 50;

    }

}

/* PRODUKTE */

.produkt {
	margin-bottom: 30px;
}

.produkt_inner {
	border: solid 1px #bb2222;
	border-top-right-radius: 15px;
}

.produkt h3 {
	width: 100%;
	height: 20px;
	padding: 0 0 0 3px;
	color:#fff;
	margin: 0;
	font-size: 17px;
	background-image: url(../img/produktlink_header.png);
    background-position: right top;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

.produkt_content {
	padding: 15px;
}

.produkt img {
	width: 100%;
	height: auto;
}

.disclaimer {
    color: #999999;
    font-size: 10px;
}

ul li{
	line-height:2.5em;
}

.yt-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.yt-container iframe, .yt-container object, .yt-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}