:root {
    --global-color-green: rgba(0,255,0,1);
    --global-color-red: rgba(255,0,0,1);
    --global-color-red-o: rgba(255,0,0,.8);
    --global-color-blue: rgba(0,0,255,1);
    --global-color-lightgrey: rgba(248,248,248,1);
    --global-color-alt-grey: rgba(128,128,128,1);
    --global-color-grey: rgba(51,51,51,1);
    --global-color-darkgrey: rgba(33,33,33,1);
    --global-color-primary: #3147fd;
    --global-color-primary-o: rgba(49,71,235,.4);
    --global-color-secondary: #ffbc15;
    --global-color-secondary-o: rgba(255,188,21,.4);
    --global-color-tertiary: #f1b4ef;
    --global-color-accent: rgba(0,0,0,1);
    --global-color-text: rgba(0,0,0,.85);
    --font: 'IBM Plex Sans', sans-serif;
}

html {
}

body {
    font-size: 17px;
    font-family: var(--font);
    color: var(--global-color-text);
    background-color: #FFFFFF;
    font-weight: 400;
    line-height: 140%;
   /* height: 100%;
    min-height: 100%;*/
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-wrap: nowrap;
}

a {
    color: var(--global-color-secondary);
    font-weight: 600;
}
.body a:not(.button, .item, .vote){
    color: var(--global-color-secondary);
}

strong, b {
    font-weight: 600;
    letter-spacing: .5px;
}

h1, h2, h3, h4, h5 {
    position: relative;
    font-family: var(--font);
    font-weight: 700;
    letter-spacing: .5px;
    display: block;
    line-height: 135%;
    color: var(--global-color-accent);
    width: 100%;
}

h1 {
    font-size: 35px;
    margin-bottom: 0.5em;
    width: 100%;
}

h2 {
    font-size: 35px;
    padding-bottom: 5px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

p {
    margin-bottom: 0.8em;
}
hr.line-yellow {
    width: 100%;
    height: 5px;
    margin-bottom: 15px;
    background-color: var(--global-color-secondary);
}
.body ul:not(.wj-share-buttons) {
    list-style: none;
    padding: 0;
    margin: 0 0 0.8em 0;
}

.body ul:not(.wj-share-buttons) li {
    padding-left: 1.5em;
    text-indent: -.7em;
}

.body ul:not(.wj-share-buttons) li::before {
    content: "• ";
    color: var(--global-color-alt-grey);
}

.body ol {
    list-style-type: none;
    margin-bottom: 0.8em;
    margin-left: 1.5em;
}
.body ol li {
    counter-increment: count-me;
}
.body ol li::before {
    content: counter(count-me) ". ";
    display: inline-block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -1.3em;
    top: .05em;
    color: #FFFFFF;
    font-weight: 600;
}

.body img {
    display: block;
    width: 100%;
}
.body table td:nth-of-type(odd) {
    width: 40% !important;
    color: var(--global-color-accent);
}
.content {
    position: relative;
    clear: both;
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: auto;
}

div.share {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 185px;
    margin: 20px 0 auto auto;
}
.entry .vote-box {
    margin-left: auto;
}
.wj-share-buttons {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.wj-share-buttons li a {
    display: inline-block;
    background-color: var(--global-color-primary) !important;
    border-radius: 5px !important;
    margin-bottom: 10px;
}
.wj-share-buttons li:last-of-type a {
    margin-right: 0;
}

/*******************************************/
/* Header-Bereich
/*******************************************/

.header {
    position: relative;
    width: 100%;
    background: url("/styles/images/HeaderBanner_Image.jpg") transparent no-repeat center top / cover;
    text-align: right;
    top: 0;
    z-index: 999;
}

.header .content {
    width: 95%;
    max-width: 1200px;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
}

.header a#logo {
    position: relative;
    width: 140px;
    margin: 10px 0;
}
.header a#logo img {
    display: block;
    width: 100%;
}
.header a#logo img path{
    fill: #FFFFFF;
}
.header a#logo img.tape {
    margin-left: 70px;
    margin-top: -10px;
    transform: rotate(-5deg);
}

.header ul {
    display: none;
}

.header .header-claim {
    width: 100%;
    color: #FFFFFF;
    text-align: left;
    margin: 50px 5% 50px 5%;
    font-weight: 600;
}
.header .header-claim h1 {
    color: #FFFFFF;
    line-height: 115%;
    font-size: 40px;
}
.header .header-claim p {
    font-size: 20px;
}
.header .header-claim .button{
    margin: 0;
}

main section:first-of-type .content.body {
    padding-top: 1.5em;
}
/*******************************************/
/* Responsive-Navigation
/*******************************************/

a#offcanvas-menu {
    display: block;
    width: 30px;
    margin: auto 0 auto auto;
    height: 30px;
}


a#offcanvas-menu span.bar {
    background-color: var(--global-color-lightgrey);
    display: block;
    float: left;
    height: 2px;
    margin-left: 0;
    margin-top: 6px;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#offcanvas-menu.toggled span:first-child {
    transform: translateY(8px) rotate(45deg);
}

#offcanvas-menu.toggled span {
    transform-origin: center center 0;
}

#offcanvas-menu.toggled span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#offcanvas-menu.toggled span:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

.sidr-open #sidr-body-overlay {
    display: block;
}

#sidr-body-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999998;
}


.sidr {
    background: var(--global-color-primary) none repeat scroll 0 0;
    box-shadow: none;
    color: #FFF;
    display: block;
    font-family:var(--font);
    font-size: 18px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 230px;
    z-index: 999999;
    padding-top: 15px;
}

.sidr ul {
    border: 0 none;
}

.sidr ul li {
    border: 0 none;
    line-height: 40px;
}

.sidr ul li a, .sidr ul li span {
    color: #FFFFFF;
    display: inline-block;
}
.sidr ul li.indent {
    padding-left: 30px;
}

.sidr ul li a span {
    padding: 0;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    box-shadow: none;
}


.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active, .sidr ul li.selected {
    border-top: 0 none;
    line-height: 40px;
    background-color: var(--global-color-secondary);
}
.sidr ul li.social-link {
    display: inline-block;
    background-color: transparent !important;
}
.sidr ul li.social-link a {
    padding: 0;
    margin-right: 15px;
}
.sidr ul li.social-link a img {
    display: inline-block;
    width: 20px;
}
.sidr ul li.social-link:first-of-type {
    margin-left: 15px;
}
/*******************************************/
/* Grid
/*******************************************/

.grid {
    width: calc(100% + 30px);
    float: left;
    display: flex;
    flex-basis: auto;
    margin-left: -30px;
}

.grid.row {
    flex-direction: row;
}

.grid.column {
    flex-direction: column;
}

.grid.wrap {
    flex-wrap: wrap;
}

.grid .item {
    /*margin-right: auto;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    align-items: flex-start;
    /*min-width: 290px;*/
    width: calc( 100% - 30px );
    margin-left: 30px;
}

.entry .grid .item {
    flex-wrap: wrap;
    flex-direction: column;
    width: calc( 33.33% - 30px );
}
.entry .grid .item span.name {
    color: var(--global-color-primary);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 18px;
    font-weight: 600;
}
.entry .grid .item span.institute,
.entry .grid .item span.votes {
    color: var(--global-color-accent);
}
.entry .grid .item:nth-of-type(even) {
    flex-direction: row;
    margin-left: auto;
    width: calc( 66.66% - 30px );
    align-items: flex-end;
}
.entry-gallery .item{
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.mini-gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
}
.mini-gallery .item.mini-image {
    width: 40px;
    margin-bottom: 0;
    margin-left: 0;
}
.mini-image img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.entry-image {
    width: 100%;
}

.entry-image-wrap {
    width: 100%;
}
.entry-image-wrap img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.entry-image img {
    display: block;
    width: 100%;
}
.entry-gallery-item h3 {
    font-size: 14px;
    font-weight: normal;
    color: #3646F3;
    margin-top: 15px;
    min-width: 0;
    word-wrap: break-word;
    text-align: center;
    text-transform: uppercase;
}

.entry-gallery-item p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: var(--global-color-grey);
    line-height: 14px;
    margin-top: 5px;
}
.entry-gallery-item span {
display: block;
    margin: 5px auto;
}
.grid .item.finalist-gallery-item {
    flex-direction: column;
}
.grid .item.finalist-gallery-item .entry-image {
    width: 100%;
}
.grid .item.finalist-gallery-item div {
    margin-bottom: 15px;
}
.grid .item.finalist-gallery-item span {
    text-align: center;
    font-size: 14px;
    color: var(--global-color-grey);
    line-height: 14px;
    display: block;
    width: 100%;
    margin-top: 5px;
}
.grid .item.finalist-gallery-item span.name {
    color: var(--global-color-primary);
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    min-width: 0;
    word-wrap: break-word;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.grid .item.finalist-gallery-item span.description {
    margin-bottom: .5em;
    text-align: center;
    font-size: 14px;
    color: var(--global-color-grey);
    line-height: 14px;
}
.winner-gallery {

}
.grid .item.winner-gallery-item {
    flex-direction: column;
    flex-wrap: nowrap;
}


.winner-image {
    width: 100%;
}

.winner-image-wrap {
    width: 100%;
    max-width: 320px;
    margin-top: 1em;
}
.winner-image-wrap img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.winner-image img {
    display: block;
    width: 100%;
}
.winner-gallery-item h3 {
    font-size: 14px;
    font-weight: normal;
    color: #3646F3;
    margin-top: 15px;
    min-width: 0;
    word-wrap: break-word;
    text-align: center;
    text-transform: uppercase;
}
.winner-gallery-item span.name {
    font-size: 20px;
    font-weight: normal;
    color: #3646F3;
    margin-top: 15px;
    min-width: 0;
    word-wrap: break-word;
    text-align: center;
    text-transform: uppercase;
}
.winner-gallery-item span.institute {
    font-size: 17px;
    font-weight: normal;
    color: #3646F3;
    margin-top: 5px;
    margin-bottom: 15px;
    min-width: 0;
    word-wrap: break-word;
    text-align: center;
    text-transform: uppercase;
}

/*******************************************/
/* Vote Now
/*******************************************/

.vote-now {
    background-color: var(--global-color-primary);
    color: #FFFFFF;
    width: 100%;
    float: left;
    padding: 15px 0 20px 0;
}

.vote-now .item img {
    width: 45px;
    margin: auto 10px auto auto;
}
.vote-now .item {
    margin-bottom: 15px;
}
.vote-now .item:nth-of-type(3) {
    margin-bottom: 0;
}
.vote-now .item span {
    margin: auto auto auto auto;
    font-weight: 600;
    letter-spacing: .5px;
}
.vote-now .item .button {
    margin: auto auto auto auto;
    padding: 10px 20px 8px 20px;
    width: 250px;
    text-align: center;
}

/*******************************************/
/* home
/*******************************************/

.home figure {
    margin: 0 0 1em 0;
}

.home img {
    display: block;
    width: 100%;
}

/*******************************************/
/* home-detail
/*******************************************/

.home-detail {
    background-color: var(--global-color-lightgrey);
    padding: 30px 0;
}

.home-detail .item {
    flex-direction: column;
    padding: 10px 20px;
    box-shadow: 0 2px 14px rgba(0,0,0,.3);
    background-color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
}

.home-detail .item .text {
    width: 100%;
    text-align: left;
}

.home-detail h2 {
    text-align: center;
    margin-bottom: 10px;
}
.home-detail .item h3 {
    margin-bottom: 5px;
}
.home-detail h4 {
    color: var(--global-color-primary);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 115%;
}
.home-detail img.list-img {
    display: block;
    position: relative;
    width: 220px;
    margin: 10px 0 20px 0;
}
/*******************************************/
/* home-explore
/*******************************************/
.home-explore {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-wrap: nowrap;
    background: url("/styles/images/Titel_Image.jpg") no-repeat center top / cover;
}
.home-explore .button {
    margin: auto;
    display: inline-block;
}

/*******************************************/
/* Inhalts-Bilder
/*******************************************/

.image-wrapper img {
    margin-bottom: 0 !important;
}

.image-wrapper p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
}

.fr-dib {
    width: auto;
    max-width: 100%;
    display: block;
    float: none;
    margin: 20px 0 20px 0;
}

.fr-dii {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

/*******************************************/
/* Section
/*******************************************/

hr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-left: -15px;
    padding-right: -15px;
    border: none;
    border-top: 1px solid #dadada;
}
section {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    width: 100%;
}
section.contact .content.body {
    margin-top: 0;
}
section .content.body {
    padding-top: 1em;
    padding-bottom: 1em;
}

div.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0;
    height: 0;
    overflow: hidden;
    background-size: cover;
    width: 100%;
}

div.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.entry-list div.responsive-video iframe {
    pointer-events: none;
}
.entry-list h2 {
    margin-bottom: 1em;
}
/*******************************************/
/* Page
/*******************************************/

.page.detail .cnt_img {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.page.detail h2 {
    color: var(--global-color-primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.vote-box {
    text-align: center;
    margin: auto 0;
}
a.vote {
    text-decoration: unset;
    font-size: 17px;
    line-height: 22px;
    display: inline-block;
    padding: 8px 30px 6px 30px;
    background-color: var(--global-color-primary);
    color: #FFFFFF;
    font-weight: 700;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    letter-spacing: .5px;
}
a.vote:not(.voted):hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
a.voted {
    background-color: var(--global-color-tertiary);
    color: white;
}



/*******************************************/
/* Winner
/*******************************************/


.winner h4 {
    color: var(--global-color-primary);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
}
/*******************************************/
/* Gallery
/*******************************************/

#gallery {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 35px;
}

#gallery .item {
    width: calc(33.33% - 15px);
    margin-left: 15px;
    margin-top: 15px;
}

#gallery .item  img{
    width: 100%;
}



/*******************************************/
/* Page intro
/*******************************************/

.intro-image {
    width: 100%;
    min-height: 180px;
    position: relative;
    text-align: center;
    background: transparent;
}

.intro-image-caption {
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
    padding: 180px 0 0 2%;
    font-size: 1.8em;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: 2px;
    color: white;
    text-align: right;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

/*******************************************/
/* Form                                    */
/*******************************************/
form#entryform {
    max-width: 600px;
    margin-bottom: 30px;
}
form h3 {
    margin-bottom: 0.5em;
}
form.grid .item {
    flex-direction: column;
}
label {
    width: 100%;
    float:left;
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 3px;
}

label.required {
    font-weight: 700;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 14px;
    width: 100%
}


/* remove standard-styles */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* appearance: none; */
    border-radius: 0;
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
    display:none;
}

.lt-ie10 select {
    background-image: none;
}

select {
    background: rgba(109,110,94,0.1) url("/styles/images/select-arrow.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}

select:focus {
    background: rgba(109, 110, 94, 0.1) url("/styles/images/select-arrow-active.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea,
select {
    display: block;
    font-size: 16px;
    font-weight: 400;
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 35px;
    margin: 0 auto 10px auto;
    padding: 5px 6px;
    border-radius: 0;
    color: var(--global-color-text);
    border: none;
    border-bottom: 1px solid var(--global-color-alt-grey);
    text-align: left;
}

select:focus,
input:not(.radio):focus,
textarea:focus {
    outline: 0;
    border-bottom: 1px solid var(--global-color-secondary) !important;
}
select::placeholder,
input::placeholder,
textarea::placeholder {
    font-family: var(--font);
    color: var(--global-color-alt-grey);
}
textarea {
    height: 170px;
}
form div.checkbox {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-basis: auto;
}
form div.checkbox label{
    width: 99%;
    margin: 0 auto;
}

form div.small {
    width: 100%;
    padding-top: 5px;
}

form input.error, form textarea.error {
    border: 1px solid rgba(219,8,18,1);
}

form input.checkbox-type {
    width: 60%;
}

form input[type="checkbox"] {
    margin-left: 0;
}

label.checkbox input {
    display: none;
}

label.checkbox span {
    border: 1px solid ;
    display: inline-block;
    float: left;
    font-size: 22px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
    width: 18px;
}
select.error,
label.checkbox.error span {
    border: 1px solid var(--global-color-red);
}
label.checkbox.error .label {
    color: var(--global-color-red);
}
label.checkbox .label {
    padding-left: 7px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-style: normal;
    display: inline-block;
    width: calc(100% - 28px);
}

[type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    color: var(--global-color-primary);
    top: -5px;
    left: 1px;
}

[type=checkbox]:checked + label.checkbox span {
    border: 0.5px solid var(--global-color-red);
}

input[type="radio"] {
    margin: 0;
}
div.upload.file {
    width: 100%;
    float: left;
    margin-top: 30px;
}

label.image-upload {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}
label.image-upload input {
    width: 100%;
    display: block;
    margin: 10px auto;
}
#label_options {
    font-size: 16px;
    font-weight: 700;
}
form div.radio_group_wrap{
    float: left;
    margin: 30px 0;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-basis: auto;
}
form div.radio_group {
    width: 99%;
    margin: 0 auto;
}
form div.radio_group fieldset{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}
form fieldset.error {
    border: 1px solid rgba(219,8,18,1);
}
label.radio span {
    border: 1px solid ;
    display: inline-block;
    float: left;
    font-size: 22px;
    height: 18px;
    margin-right: 17px;
    margin-top: 2px;
    position: relative;
    width: 18px;
}

label.radio.error span {
    border: 1px solid rgba(219,8,18,1);
}

label.radio i {
    padding-left: 7px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-style: normal;
    display: inline-block;
    width: calc(100% - 28px);
}

[type=radio]:checked + label.radio span:before {
    content: '\2714';
    position: absolute;
    color: var(--global-color-primary);
    top: -5px;
    left: 1px;
}

input[type="file"] {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--global-color-lightgrey);
}
label.error input[type="file"] {
    border: 1px solid rgba(219,8,18,1);
}
.button,
button {
    text-decoration: none;
    font-weight: 700;
    display: block;
    cursor: pointer;
    border: none;
    padding: 8px 30px 6px 30px;
    color: #FFFFFF;
    font-size: 17px;
    margin: 10px auto 0 auto;
    background-color: var(--global-color-primary);
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    letter-spacing: .5px;
}

.button.alternative,
button.alternative {
    background-color: var(--global-color-secondary);
}
.button.active,
.button:hover,
button.active,
button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
form button {
    margin-left: 0;
}

form#voteform  {
   margin: 1em 0 2em 0;
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: nowrap;
}

form#voteform div {
    width: 30%;
    min-width: 200px;
    display: inline-block;
}
form#voteform input {
    display: block;
}
form#voteform span.validatormessage {
    display: block;
}

form#voteform button {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: auto;
}

div.vote p {
    padding: 15px;
    background-color: var(--global-color-secondary-o);
}
div.vote p.send {
    padding: 15px;
    background-color: var(--global-color-primary-o);
}
div.vote p.not-send {
    padding: 15px;
    background-color: var(--global-color-red-o);
    color: white;
}
div.vote p.voted {
    padding: 15px;
    background-color: var(--global-color-tertiary);
    color: white;
}
div.vote p.error {
    padding: 15px;
    background-color: var(--global-color-red-o);
    color: white;
}
.gallery-teaser {
    background-color: var(--global-color-darkgrey);
    float: left;
    width: 100%;
    margin: 40px 0;
}

.home-entry-wrap {
    position: relative;
    max-height: 460px;
    overflow: hidden;
}

.home-entry-wrap .responsive-video iframe {
    pointer-events: none;
}
a.home-entry-button {
    background-color: rgba(0,0,0,0.5);
    border: 3px solid var(--global-color-lightgrey);
    color: var(--global-color-lightgrey);
    position: absolute;
    width: 80vw;
    top: 30%;
    left: 8vw;
    max-width: 600px;
    line-height: 120%;
    text-align: center;
    padding: 10px;
    z-index: 900;
}

button:disabled{
    cursor: not-allowed;
}
button:disabled:hover {
    -webkit-transform: none;
    transform: none;
}

button.prev-next{
    margin-top: auto;
}

span.validatormessage {
    color: rgba(219,8,18,1);
    display: block;
    margin-top: -10px;
    width: 100%;
    text-align: center;
}

.checkbox span.missing {
    color: rgba(219,8,18,1);
    display: block;
    margin-left: 29px;
    width: 100%;
    text-align: center;
}
/*******************************************/
/* Footer
/*******************************************/

footer {
    float: left;
    width: 100%;
    background-color: var(--global-color-darkgrey);
    overflow: hidden;
    padding: 80px 0px;
}
footer .footer-top {
    width: 100%;
    height: 10px;
    line-height: 0;
}
footer .footer-top span {
    display: inline-block;
    height: 10px;
}
footer .footer-top span:nth-of-type(1) {
    background-color: var(--global-color-red);
    width: 19.2%;
}
footer .footer-top span:nth-of-type(2) {
    background-color: var(--global-color-blue);
    width: 19.2%;
}
footer .footer-top span:nth-of-type(3) {
    background-color: var(--global-color-green);
    width: 61.6%;
}

footer div.content {
    width: 95%;
    max-width: 1200px;
}

footer .grid {
    flex-direction: column;
}

footer .logo {
    width: 170px;
}

footer address {
    margin-left: 72px;
    color: #FFFFFF;
    font-size: 15px;
}
footer .item.footer {
    flex-direction: column;
    align-content: flex-start;
    margin-bottom: 0;
    margin-top: 1em;
}

footer ul {
    margin-top: 24px;
}
footer ul.social-nav {
    margin-top: 10px;
}
footer ul li {
    display: block;
    margin-right: 15px;
}
footer ul.social-nav li {
    display: inline-block;
}
footer ul li a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
footer ul li a img {
   width: 20px;
}
footer ul li:hover a {
    color: #FFFFFF;
}

footer ul li.selected a {
    color: #FFFFFF;
}
footer .item.footer:nth-of-type(2) {
    padding-left: 73px;
}

footer .item p.info {
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 30px;
    width: 100%;
}

footer .item a {
    color: #FFFFFF;
}
