/* first for IE 4�8 */
@font-face {
    font-family: CDUKievitWeb-Medium;
    src: url("../fonts/CDUKievitWeb-Medium.eot");
}

/* then for WOFF-capable browsers */
@font-face {
    font-family: CDUKievitWeb-Medium;
    src: url("../fonts/CDUKievitWeb-Medium.woff") format("woff");
}

/* go on with normal style definitions */
.sampletext { 
    font-family: CDUKievitWeb-Medium, sans-serif;
}


body {
    background-color: #e6e5e2;
    margin: 10px;
    /*line-height: 15px;*/
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

p, span {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin-top: 0px;
}

.Headline_schwarz_bold {
    font-weight: bold;
}

.Linie_1Punkt {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
}


.page {
    /*width: 99%;*/
    /*margin: 10px;*/
    padding: 0px;
    margin: 0 auto;

    /* BORDER RADIUS */
    /* Safari, or Webkit-based browsers */
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    /* Firefox, or Gecko-based browsers */
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    /* other */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;


    /* BOX SHADOW */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);

    background-color: #e6e5e2;
    border: 10px solid #fff;

}

.header {
    margin: 0;
    padding: 0;
}
.header h1 {
    margin: 0;
    padding: 0;
    text-indent: -99999px;
    background-image: url(../images/lothar-riebsamen.png);
    background-repeat: no-repeat;
    background-position: 30px 40px;
    height: 130px;
    width: 280px;
    float: left;
}

#apDiv1 {
    float: right;
    position:absolute;
    right:20px;
    top:60px;
    width:150px;
    height:55px;
    z-index:1;
}




.content {
    min-height: 50px;
    margin-bottom: 0;
}

#navigation {

}

.listview {
    margin: 0;
    list-style: none outside none;
    padding: 0;
}
.listview .ui-li {
    border-left-width: 1px;
    border-right-width: 1px;
    margin: 0;
    display: block;
    overflow: visible;
    position: relative;
    text-align: left;
    cursor: pointer;
   
	/* fallback */
	background-color: #CCC;
	/* chrome 2+, safari 4+; multiple color stops */
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.5, #999), color-stop(0.5, #CCC));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(#999, #CCC);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(top,#999, #CCC);
	/* ie 6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#CCC');
	/* ie8 + */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#CCC')";
	/* ie10 */
	background-image: -ms-linear-gradient(#999, #CCC);
	/* opera 11.1 */
	background-image: -o-linear-gradient(#999, #CCC);
	/* The "standard" */
	background-image: linear-gradient(#999, #CCC);    
}

.listview .ui-li:hover, .listview .ui-li.active {

	/* fallback */
	background-color: #FC9;
	/* chrome 2+, safari 4+; multiple color stops */
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.5, #F90), color-stop(0.5, #FC9));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(#F90, #FC9);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(top,#F90, #FC9);
	/* ie 6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F90', endColorstr='#FC9');
	/* ie8 + */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F90', endColorstr='#FC9')";
	/* ie10 */
	background-image: -ms-linear-gradient(#F90, #FC9);
	/* opera 11.1 */
	background-image: -o-linear-gradient(#F90, #FC9);
	/* The "standard" */
	background-image: linear-gradient(#F90, #FC9);    
    
}

.listview .ui-li .inner {
    display: block;
    padding: 0;
    position: relative;
    border-left-width: 1px;
    border-right-width: 1px;
    font-size: 18px;
    min-width: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listview .ui-li .inner .ui-text {
    -moz-user-select: none;
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: left;
}
.listview .ui-li .inner .ui-text a.ui-link {
    padding: 1em 30px;
    padding-right: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    text-decoration: none !important;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-family: CDUKievitWeb-Medium, sans-serif;
}


.ui-icon {
    margin-top: -4px;
    position: absolute;
    top: 50%;
}
.ui-icon {
    height: 11px;
    width: 11px;
}
.ui-icon {
     right: 60px;

 }

.listview .ui-li .ui-icon-arrow-u
{
    background-image: url(../images/pfeil_nach_oben.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.listview .ui-li .ui-icon-arrow-d
{
    background-image: url(../images/pfeil_nach_unten.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.container.section{
    padding:10px 30px;
}
.section a {
    color:#f90;
    text-decoration: none;
}


.container h1 {
    color: #F90;
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;

}

.container p {
    color: #000;
    font-size: 12px;
    line-height: 20px;

}



.commercial {
    display: block;
    /*position: absolute;*/
    top:150px;
    /*height: 350px;*/
    overflow: hidden;
    width: 100%;
}

.commercial div {
    /*height: 350px;*/
}
/*
.content-image {
    border-width: 0;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0;
}
*/

.content-image img {
    height: auto;
    width: 100%;
}


/* responsive layout */

@media (min-width: 1024px) and (max-width: 2000px) {
    .header {
        /*height: 436px;*/
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header {
        /*height: 363px;*/
    }
}


@media (min-width: 685px) and (max-width: 767px) {
    .header {
        /*height: 334px;*/
    }
}

@media (min-width: 600px) and (max-width: 684px) {
    .header {
        /*height: 313px;*/
    }
}

@media (min-width: 568px) and (max-width: 599px) {
    .header {
        /*height: 299px;*/
    }
}

@media (min-width: 480px) and (max-width: 567px) {
    .header {
        /*height: 272px;*/
    }
}


/* 380 and lower */
@media (max-width: 380px) {

    .header {
        /*height: 229px;*/
    }
    .commercial {
        /*width: 320px;*/
        /*height: 163px;*/
    }

    .header h1 {
        background-position: 10px 70px;
    }

    #apDiv1 {
        top:25px;
    }

}


@media (max-width: 320px) {

    .header {
        /*height: 224px;*/
    }
}


@media (max-width: 240px) {

    .header {
        /*height: 200px;*/
    }

    .ui-icon {
        display:none;
    }

}