@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    color: #4d5055;
}

body {
    font-size: 11px;
    background-color: #c2c2c2;
}

#root {
    width: 980px;
    margin: 20px auto;
}

#header {
    height: 25px;
    background: url(../images/header/header2027_v3.jpg);
    border-bottom: 1px solid #255fa5;
    background-repeat: no-repeat;
    background-size: 1000px 225px;
    padding-top: 200px;
    padding-right: 50px;
    display: flex;
    align-content: end;
    justify-content: end;
}

#header a {
    color: #ffffff;
}

#main {
    width: 980px;
    background: url(../images/main_bg.jpg) repeat-y;
    border-bottom: 1px solid #dadadc;
}

#mainLeft {
    width: 230px;
    float: left;
}

#mainRight {
    width: 710px;
    float: left;
    padding: 20px;
    padding-top: 17px;
}

a {
    color: #255fa5;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

#header a {
    width: 82px;
    height: 20px;
    text-align: center;
    background: url(../images/headerlink_bg.jpg) repeat-x;
    float: left;
    margin-right: 12px;
    padding-top: 5px;
}

#header a:hover,
#header a.cur {
    font-weight: bold;
}

#mainLeft a {
    color: #255fa5;
    display: block;
    border-bottom: 1px solid #255fa5;
    padding: 10px 20px;
    background-color: #ffffff;
}

#mainLeft a:hover,
#mainLeft a.cur {
    font-weight: bold;
}

h1 {
    color: #255fa5;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

h2 {
    color: #255fa5;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

p,
td {
    line-height: 18px;
    margin: 11px 0px;
}

.text-right {
    text-align: right;
}

.text-underline {
    text-decoration: underline;
}

.text-uppercase {
    text-transform: uppercase;
}

.small {
    font-size: 9px;
}

input,
textarea {
    font-size: 11px;
    padding: 5px 3px;
}

ul,
ol {
    padding-left: 25px;
}

li {
    line-height: 18px;
}

.svg-pdf {
    vertical-align: text-bottom;
}

table {
    border: none;
    border-collapse: collapse;
}

th {
    text-align: left;
    background-color: #cfe0ee;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

td {
    vertical-align: top;
    padding-right: 10px;
}

td.bottom {
    vertical-align: bottom;
}

td.text-center {
    text-align: center;
}

table.nopadding td {
    padding: 0;
}

.red {
    color: #ff0000;
}

img {
    border: 0;
}

img.img-block {
    display: block;
}

.floatright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.mainrightimage {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

.container {
    width: 930px;
    margin: 0px auto;
    position: relative;
}

.aussteller td {
    vertical-align: middle;
}

.countdown {
    font-size: 18px;
    line-height: 1.5;
    background-color: #255fa5;
    color: #fff;
    padding: 15px 25px;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.countdown-text {
    color: #fff;
    font-weight: 700;
}

#cookiepopup {
    width: 100%;
    position: fixed;
    bottom: 0;
    color: #ffffff;
    padding: 20px;
    background-color: rgba(0, 0, 0, .85);
    z-index: 1000 !important;
}

#cookiepopup p {
    color: #ffffff;
    padding: 5px;
}

.cookiepopuplink {
    color: #ffffff;
    text-decoration: none;
}

.cookiepopuplink:hover {
    color: #ffffff;
    text-decoration: underline;
}

.cookiepopup_left,
.cookiepopup_right {
    float: left;
}

.cookiepopup_left {
    width: 70%;
}

.cookiepopup_right {
    width: 30%;
    text-align: center;
}

a.cookiepopuplink1 {
    color: #ffffff;
    padding: 10px;
    border: 1px solid #ffffff;
}

a.cookiepopuplink2 {
    padding: 10px;
    color: #ffffff;
}

a.cookiepopuplink3 {
    margin-left: 20px;
}

a.cookiepopuplink1:hover,
a.cookiepopuplink2:hover {
    color: #000000;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

@media only screen and (max-width: 980px) {
    tr {
        display: flex !important;
        flex-direction: column !important;
    }
    #root{
        width: 100%;
        max-width: 980px;
    }
    #mainRight{
        width: calc(100vw - 300px) !important;
    }
}