/* Default CSS configurations */

body {
    margin: 0;
    padding: 0;
    font-family: 'ITCAvantGardeStd-BkCn', Verdana, Sans-serif, Helvetica;
    font-size: 14px;
    line-height: 19px;
    color: #58595b;
    background: #ffffff;
    /*background-image: url(../image/space-1565986_1280.jpg);*/
    background-size: cover;
}

h1 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 5px;
    padding-left: 2px;
    font-weight: bold;
}

.h1_team {
    text-align: center;
    font-size: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    font-weight: bold;
    margin-top: 40px;
    font-family: fantasy;
}

h2 {
    height: 26px;
    line-height: 26px;
    background-color: #b80f1d;
    color: white;
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
}

h3 {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 25px;
    border-left: 15px solid #b80f1d;
    color: black;
    font-weight: bold;
}

h4 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #b80f1d;
    font-weight: bold;
}

h5 {
    font-size: 20px;
    padding-bottom: 5px;
}

h6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 26px;
    line-height: 26px;
    color: black;
    text-align: center;
    font-size: 10px;
}

p {
    font-size: 14px;
    color: #58595b;
    line-height: 19px;
    text-indent: 0px;
    /*width: 100%;*/
}

.twittercard {
    width: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

p.ateliertext {
    height: 170px;
}

a,
a:hover {
    color: #b80f1d;
    text-decoration: none;
}

p a,
p a:hover {
    color: #b80f1d;
}

hr {
    margin: 30px 0;
    border-bottom: 1px solid #ebebeb;
}

.hr_team {
    margin: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

@media all and (max-width: 991px) {
    .hr_teammember_lg {
        display: none;
    }
   
}

@media all and (min-width: 992px) {
    .hr_teammember_sm {
        display: none;
    }
    
}


/* Body */

#anmeldeschluss {
    position: fixed;
    top: 150px;
    right: 30px;
    text-align: center;   
    padding: 8px 10px 8px 10px;
    font-size: 22px;
    font-weight: bold;
    color: black;
    background-color: #f1f1ee;
    border-radius: 65px;
    height: 110px;
    line-height: 30px;
    transform: rotate(12deg);
    z-index: -1;
}

@media all and (max-width: 600px) {
    #anmeldeschluss {
        display: none;
    }
    #titel_geo {
        display: none;         
    }
}

#maineventlogo {
    position: fixed;
    top: 400px;
    left: 20px;
    padding: 10px 10px 10px 10px;
    z-index: -1;
    display: block;
    width: 250px;
    height: 1000px;
    background-color: #fff;
    border-radius: 15px;
}

@media all and (max-width: 1400px) {
    #maineventlogo {
        display: none;
    }
}

#coronaevents {
    position: fixed;
    top: 350px;
    left: 20px;
    padding: 10px 10px 10px 10px;
    z-index: -1;
    display: block;
    width: 170px;
    border-radius: 15px;  
    background-color: #fff;
}

@media all and (max-width: 1000px) {
    #coronaevents {
        display: none;
    }
}

.container {
    display: block;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 768px) {
    nav .container {
        width: 100%;
    }
}

#content.container {
    background-color: rgb(253, 243, 243);
    padding: 20px 10px 30px 10px;
}

#content1.container {
    padding: 60px 15px 30px 5px;
}

#content.container #registrationform {
    padding: 0;
    max-width: 940px;
    overflow: hidden;
}


/* index.html */

.btn {
   
    padding: 10px; 
    font-size: 12px; 
    border-radius: 15px;
    cursor: pointer;
    transition: background 1.3s ease;

}
.chat {
    border-radius: 15px; 
   
    font-size: 12px; 
    border-radius: 15px;
  
}

.chat.left {
   color: #b80f1d;
   background-color: #f0f0f5;
}
.chat.right {
  color: #14141f;
  background-color: #d6d4c2; 
}
.chat.center {
    color: #ffe6f9;  
    text-align: center;
    font-size: 20px;
    padding: 15px;
}
.chat.center.green{
    background: #66ff66;
    border: 3px solid #b80718;
    /*outline: 2px dashed blue;*/
}
.chat.center.yellow{
    background: #f0e68c;
    border: 3px solid #b80718;
}
.chat.center.blue{
    background: #1E90FF;
    border: 0px solid #b80718;
    font-size: 14px;
    padding: 6px;
    font-stretch: extra-condensed;
}
.slideImage {
    width: 100%;
}

.columnbox h2 {
    margin: 0;
    font-size: 14px;
}

.headerImageBox {
    width: 100%;
}

.headerLinkBox {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 14px;
    background: #acacad;
}

.headerLinkBox:hover {
    background: #b80f1d;
}

img {
    width: inherit;
}

.teamimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    width: auto;
}

.col-md-4 {
    padding-bottom: 30px;
}

.row {
    margin: 0;
}

.memberlist li {
    font-size: 16px;
}


/* team.html */

.teambox {
    display: table-cell;
    width: 203.8px;
    float: none;
    padding: 0 35px;
    margin: 0 auto;
}

.nameinfo {
    padding-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 5px;
    color: darkgrey;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    margin-top: -50px;
}

.nametag {
    font-size: 26px;
    margin-bottom: 10px;
}

.nameimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.nameimage img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.nameimage img:hover {
    opacity: 0.6;
}

.teambox h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
}

.teamlinkicon {
    font-size: 130px;
    color: transparent;
    position: absolute;
    top: 68px;
    left: 90px;
}

.teamlinkicon:hover {
    color: rgba(20, 20, 20, 0.3);
}

.white.teamlinkicon:hover {
    color: rgba(200, 200, 200, 0.5);
}


/* registration.html */

.registration {
    padding: 30px 8%;
}

.registration a {
    color: blue;
}

.registrationbox {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: forestgreen;
    font-size: 14px;
}

.registrationbox:hover {
    background-color: greenyellow;
}


/* programm.html */

#programmangebot {
    display: table;
}

.primary,
.secondary {
    display: table-cell;
    float: left;
    padding: 15px;
}

@media only screen and (max-width: 800px) {
    #programmangebot {
        display: block;
    }
    .primary,
    .secondary {
        display: inline-block;
        width: 100% !important;
        float: none;
    }
    .secondary {
        text-align: center;
        height: 350px !important;
    }
}

.primary {
    width: 64%;
}

.secondary {
    width: 32%;
    height: 739px;
}

#twitter-widget-0 {
    height: inherit !important;
}

img.programmablauflogo {
    height: auto;
    width: auto;
    max-width: 270px;
    max-height: 180px;
}

img.programmablauflogo2 {
    height: auto;
    width: auto;
    max-width: 130px;
    max-height: 100px;
    /**/
}

.ablaufbox {
    display: table;
    width: 100%;
}

.ablaufbox p {
    text-indent: 0px;
}

.ablauf,
.ablauf1,
.ablaufzeit {
    display: table-cell;
    width: 30%;
}

.ablaufzeit123 {
    margin-bottom: 1px;
}

.ablauf,
.ablauf1 {
    padding-left: 10px;
}

.ablauf li {
    border-bottom: 2px solid #b80f1d;
    padding: 5px;
}

.programmlegende {
    font-weight: bold;
}

.ablauf1 {
    width: 85%;
}

.ablaufzeit {
    width: 15%;
}

.ablauf ul {
    list-style-type: none;
    padding: 0px;
}

.embed-container {
    position: relative;
    padding-bottom: 44%;
    height: 400px;
}

.embed-container iframe,
.embed-container object,
.embed-container iframe {
    position: relative;
    max-width: 940px;
    height: 400px;
}

#linkmap,
#linkarticle {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 17%;
    color: white;
    font-size: 18px;
    text-align: center;
    background-color: rgba(184, 15, 29, 0.6);
}

#linkmap {
    height: 50px;
    line-height: 50px;
    width: 50px;
    top: 0;
    font-size: 28px;
}

#linkmap:hover,
#linkarticle:hover {
    background-color: rgba(184, 15, 29, 0.9);
}


/* Footer */

.footerBox {
    display: block;
    line-height: 62px;
    max-width: 940px;
    padding: 30px 0px;
    margin-right: auto;
    margin-left: 5px;
    margin-top: 50px;
    background-color: white;
    border-top: solid 5px #b80718;
    border-bottom: solid 5px #b80718;
}

.footerBox1 {
    display: block;
    line-height: 62px;
    max-width: 940px;
    padding: 30px 0px;
    padding-right: 70px;
    margin-left: -5px;
    margin-top: 50px;
}

.footer {
    display: block;
    width: 100%;
    text-align: center;
}

.logoLinkBox {
    display: inline-block;
    padding: 15px 30px;
    height: 60px;
}

.logoLinkBox img {
    height: 60px;
}

#sogi img {
    height: 70px;
    margin-top: 0px;
}

.toplogoLinkBox {
    display: inline-block;
    padding: 15px 30px;
    /*float: right;*/
}

.toplogoLinkBox img {
    height: 50px;
}

#powerby {
    font-size: 20px;
    font-style: oblique;
}

.inline > img {
    display: inline-block;
}

.inline > h1 {
    float: none;
}


/* impression.html */

.imagecontainer,
.imagecontainer img {
    max-width: 910px;
}

.imagecontainer img {
    width: 100%;
}

.imagecontainer {
    position: relative;
}

.impressioniconbox {
    display: block;
    max-width: 940px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
}

.impressiontext {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: black;
    background-color: rgba(184, 15, 29, 0.4);
    border: 1px solid #b80f1d;
}

.impressiontext:hover {
    background-color: #b80f1d;
    color: white;
}

ol {
    list-style-type: decimal;
    border-left: 3px solid rgba(184, 15, 29, 0.9);
    padding-left: 30px;
}

.navbar-form {
    margin: 5px;
    padding: 0;
    border: 0;
    z-index: 9999;
}

.navbar-brand {
    margin-left: 25px;
    margin-right: 5px;
    font-size: 35px;
    padding-top: 20px;
    font-family: fantasy;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #ffffff 90%, #b80718 95%);
    border-bottom: solid 0px #b80718;
}

.navbar-inverse .navbar-brand {
    color: #b80f1d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: #818386;
}

.navbar-inverse .navbar-text {
    color: #ecf0f1;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ecf0f1;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #818386;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #818386;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #818386;
}

.navbar-inverse .navbar-toggle {
    background-image: -webkit-linear-gradient(top, #818386 0, #818386 100%);
    padding-top: 2px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #818386;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-image: -webkit-linear-gradient(top, #ecf0f1 0, #ecf0f1 100%);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #ecf0f1;
}

.navbar-inverse .navbar-link {
    color: #ecf0f1;
}

.navbar-inverse .navbar-link:hover {
    background-color: #818386;
    color: #ffffff;
}