/* setup */
html, body {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
/**    max-width: 966px; 
    max-width: 1280px;*/
    font-family: lato;
}

.clear {
    clear: both;
}

/* map & text */

.wrapper {
   /* background-color: lightsteelblue; */
}

div.map {
    position: relative;
    top: 20px;
    float: left;
 /**   width: 320px; */
    width: 33%;

}

div.text {
    float: left;
/**    max-width: 640px; 
    max-width: 960px;*/
 width: 66%;
}

.walwetter a {

    margin: 0px 0 0 0;
    color: #e30913;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
text-decoration:none;
}

.walwetter a:hover  {
    margin: 0px 0 0 0;
    color: #e30913;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
text-decoration:none;
}

.one_col {
	display:block;
	float:left;
	width: 314px;
	overflow: visible;
	margin-right: 15px;
	padding-top: 10px;
	border-top:1px solid #dcdcdc;
}

/* text */




ul.pollList {
    float: left;
    list-style: none outside none;
 /**   margin: 10; */
    padding: 0;
    width: 50%;
}

ul.pollList li {
    margin: 0 0 6px 0px; 
}

ol.results {
    list-style: none outside none;
    padding: 0 0 0 20px;
}

ol.results li {
    float: left;
    width: 25px;
}

.pollInfo {
    font-size: 10px;
    padding: 0 0 0 20px;
}

span.pollName {
    float: left;
    width: 50px;
    font-size: 14px;
    font-color: #000000;
}

span.pollName a {
    float: left;
    width: 100px;
    font-size: 12px;
    font-color: #000000;
}

div.pollData {
    overflow: hidden;
}

@media only screen and (min-width: 750px) and (max-width: 959px) {
    /* todo: remove, is just for testing */
    body {
        max-width: 750px;
    }

    ul.pollList.column-1 {
        display: none;
    }

    ul.pollList.column-2 {
        display: none;
    }

    ul.pollList.column-3 {
        display: none;
    }

    div.map {
        top: 40px;
        width: 375px;
    }

    div.text {
        width: 375px;
        max-width: none;
    }

    ul.pollList {
        width: 375px;
    }
}

/* Mobile Landscape Size to Portrait (devices and browsers) */
@media only screen and (min-width: 420px) and (max-width: 749px) {
    /* todo: remove, is just for testing */
    body {
        max-width: 420px;
    }

    /*ul.pollList.column-2 {
        display: none;
    }*/

    div.map {
        top: 0;
        width: 100%;
    }

    div.text {
        width: 100%;
    }

    ul.pollList {
        width: 100%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 419px) {
    /* todo: remove, is just for testing */
    body {
        max-width: 300px;
    }

    /*ul.pollList.column-2 {
        display: none;
    }*/

    div.map {
        top: 0;
        width: 100%;
    }

    div.text {
        width: 100%;
    }

    ul.pollList {
        width: 100%;
    }

    span.pollName {
        width: 100px
    }
}

