* {
    padding: 0;
    margin: 0;
    color: #fafafa;
    font-family: 'Lato',sans-serif;
}

html {
    min-height: 100%;
    position: relative;
    background-color: #f8f8f8;
    background: url('../img/bg.png');
}

body {
    min-height: 100%;
}

/* SELECT */

::selection {color: #ffffff; background: rgba(0, 0, 0, 0.5);}
::-moz-selection {color: #ffffff; background: rgba(0, 0, 0, 0.5);}


/* HEADER */

header {
    background: #00796b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #00695c;
}

header h1 {
    padding: 5px 0 5px 25px;
    font-weight: 500;
}

header h1 a {
    font-family: 'Pacifico';
    font-size: 20pt;
    text-decoration: none;
}

header .fa-sign-out {
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 26pt;
    transition: all 0.3s ease;
}

header .fa-sign-out:hover {
    color: #ef5350;
}

header h2 {
    display: none;
}

header .tag {
    display: none;
}

/* MAIN */      

main {
    width: 70%;
    max-width: 700px;
    margin: 50px auto 100px;
}

/* SECTION VOTE */

main .votebox {
}

main .votebox .voting {
    padding: 10px 20px 20px;
    overflow: auto;
}

main .votebox .voting table {
    width: 100%;
}

main .votebox table tr td {
    padding: 0 15px;
}

/* dropdownmenu */

main section .vote {
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
}

main section .vote {
    width: 100%;
    height: 30px;
    padding: 0 7px 2px 7px;
    margin: 10px auto;
    transition: all 0.1s ease;
    background: none;
    border: none;
    border-top: 3px #fafafa solid;
    border-bottom: 3px #fafafa solid;
}

main section .vote:focus {
    color: #666666;
    background: #fafafa;
    outline: none;
}

main section .vote option {
    color: #666666;
}

main section .vote option:hover {
    background: #00796b;
}

main section .vote option:focus {
    color: #666666;
}

/* submit button */

main section .submit {
    display: block;
    float: right;
    margin-right: 15px;
    padding: 5px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #26a69a;
    border: 3px solid #fafafa;
    border-radius: 25px;
    cursor: pointer;
}

main section .submit:hover {
    color: #26a69a;
    background: #fafafa;
}

main section .submit:focus {
    outline: none;
}

main .votebox .voting .placeholder {
    height: 0;
}

/* SECTION */

main section {
    position: relative;
    margin: 10px 0;
    background: #26a69a;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
    border: 1px solid #00897b;
}

main .closed {
    margin: 0 0 -1px;
    background: #009688;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #00897b;
}

main .closed:last-child {
    margin: 0;
}

main .transition {
    transition: all 0.2s ease;
}

/* section text */

main section h1 {
    padding: 18px 60px 18px 18px;
    font-size: 16pt;
    font-weight: 500;
    font-family: 'Lato';
    background: #009688;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

main section .title {
    cursor: pointer;
}

main section h1 i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

main section > h1 i {
    transform: rotate(180deg);
}

main .closed > h1 i {
    transform: rotate(0);
}

main section .slide {
    border-top: 1px solid #00897b;
    min-height: 100%;
}

main section .slide table tr td{
    vertical-align: top;
}

main section .content {
    width: 100%;
    padding: 20px 20px 10px;
}

main section .content p {
    margin-bottom: 10px;
}
main section .content p i {
    padding: 0 5px 0 2px;
}

main section .info {
    padding: 10px;
    min-width: 82px;
    border-left: 1px solid #00897b;
}

main section .slide .info table {
    text-align: center;
    width: 100%
}

main section .slide .info table .nums {
    text-align: left;
}

main section .slide .info table tr td .fa {
    width: 25px;
}

/* CONFIRM */

main .preview {
    position:absolute;
    top:50%;
    left:50%; 
    transform:translateX(-50%) translateY(-50%);
}

main .selection {
    padding: 20px 40px;
}

main .selection ol {
    font-size: 14pt;
}

main .preview .selection table {
    width: 100%;
}

main .preview .selection table td{
    width: 50%;
}

main .preview .selection .button {
    display: block;
    margin:  20px auto 0;
    padding: 5px 0 7px;
    width: 100px;
    height: 37px;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #26a69a;
    border: 3px solid #fafafa;
    border-radius: 25px;
    cursor: pointer;
}

main section .selection .button:hover {
    color: #6edd73;
    background: #fafafa;
}

main section .selection .button:focus {
    outline: none;
}

main section .selection a {
    display: block;
    margin:  20px auto 0;
    padding: 5px 0 7px;
    width: 94px;
    height: 19px;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #26a69a;
    border: 3px solid #fafafa;
    border-radius: 25px;
    cursor: pointer;
}

main section .selection a:hover{
    color: #ef5350;
    background: #fafafa;
}

/* ERROR */

main .voteerror {
    overflow: hidden;
    padding: 25px;
    background: #ef5350;
    border: 1px solid #e53935;
}

main .voteerror p{
    font-weight: 300;
}

main .voteerror i {
    font-size: 35pt;
}

main .voteerror table {
    margin: auto;
}

main .voteerror table tr td {
    padding: 0 10px;
}

/* IMPRESSUM */

main section .impressum {
    padding: 10px 20px 20px;
}

main section .impressum h2 {
    padding: 10px 0 15px;
    font-size: 15pt;
    font-weight: 500;
}

main section .impressum h3 {
    padding: 5px 0 5px;
    font-size: 13pt;
    font-weight: 500;
}

main section .impressum p {
    padding: 0 0 0 5px;
}

/* CHANGELOG */

main section .changelog {
    padding: 10px 20px 20px;
}

main section .changelog h2 {
    padding: 10px 0 0;
    font-size: 15pt;
    font-weight: 500;
}

main section .changelog h3 {
    padding: 0 0 10px 5px;
    font-size: 8pt;
    font-style: italic;
    font-weight: 500;
}

main section .changelog ul {
    margin-left: calc(5px + 0.6em);
    padding-left: 0.6em;
    list-style-type: dash;
    
}

main section .changelog p {
    padding: 0 0 0 5px;
}

main section .changelog table {
    width: 100%;
}

/* FOOTER */

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: auto;
}

footer a {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 12pt;
    font-weight: 300;
    text-decoration: none;
    background: #00796b;
    border-top: 1px solid #00695c;
    transition: all 0.3s ease;
}

footer a:hover {
    background: #00897b;
}

@media only screen and (min-width : 150px) and (max-width : 700px) {
    
    main {
        width: 95%;
        margin: 25px auto 75px;
    }
    
}