body, html {
    background-color: black;
    color: white;
    font-family:'DIN Next W01 Regular';
}

input[type='text'] {
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid white;
    padding-bottom: 2px;
    outline: none;
    width: 100%;
}



.blue ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.5);
}
.blue ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.5);
}
.blue :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,0.5);
}
.blue :-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.5);
}


select {
    color: white;
    background-color: black;
    border: 0;
    border-bottom: 1px solid white;
}

::-webkit-input-placeholder {
    color: #969695;
    text-transform: uppercase;
    font-size:14px;
}

h1 {
    text-transform: uppercase;
    font-family:'DIN Next W01 Bold';
}

.headline {
     font-size:25px;
     text-align: center;
     line-height: 25px;
     font-weight:100;
     margin-bottom: 5px;
     font-weight:bold;
 }

.content {
    font-size:19px;
    text-align: center;
    line-height: 25px;
    font-weight:100;
    margin-bottom: 5px;
}

.headlineVideo {
    padding: 15px 15px;
    text-align: center;
    font-size: 24px;
    font-family: 'DIN Next W01 Bold';
}

h3 {
    font-size:21px;
    font-family:'DIN Next W01 Bold';
    text-align: center;
    line-height: 25px;
}
a { color: white; }
a:hover { color: white; text-decoration: none }
a:link {text-decoration: none }
a:visited { color: white }
a.footer { color: white; text-decoration: none}
a.footer:hover { color: #1795d4;}

.bold {
    font-family:'DIN Next W01 Bold';
}


.addPerson {
    width: 100%;
    border-bottom: 1px solid white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 2px;
    background-image: url('../images/icon-plus.png');
    background-repeat: no-repeat;
    background-position: right 2px;
    background-size: 15px;
    cursor:pointer;
}

.deletePerson {
    width: 100%;
    border-bottom: 1px solid white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercasfe;
    padding-bottom: 2px;
    background-image: url('../images/icon-minus.png');
    background-repeat: no-repeat;
    background-position: right 2px;
    background-size: 15px;
    cursor:pointer;
}

.deletePersonElement {
    display:none;
}


.registration-btn{
    position: relative;
    background-color: #1795d4;
    padding: 10px 20px 7px 20px;
    font-size: 22px;
    margin-top: 30px;
}

.registration-btn:before {
    content: ' ';
    border-top: 100px solid transparent;
    border-right: 100px solid black;
    position: absolute;
    right: 0;
    top:0;
}

.download-btn{
    position:relative;
    background-color: #d6024d;
    padding: 10px 20px 7px 20px;
    font-size: 22px;
    margin-top: 50px;
    text-align:left;
}


.noactive-btn {
    position:relative;
    background-color: #969695;
    padding: 10px 20px 7px 20px;
    font-size: 22px;
    margin-top: 50px;
    text-align:left;
}

.noactive-btn:before {
    content: ' ';
    border-top: 50px solid transparent;
    border-right: 50px solid black;
    position: absolute;
    right: 0;
    top:0;
}

.download-btn:before {
    content: ' ';
    border-top: 50px solid transparent;
    border-right: 50px solid black;
    position: absolute;
    right: 0;
    top:0;
}

.download-btn:hover {
    background-color: white;
    color: #d6024d;

}

span.eventComing {
    background: #1795d4;
    border: 0;
    color: white;
    font-size: 30px;
    height: 133px;
    position: relative;
    text-align: center;
    top: -155px;
    display: none;
    width: 80%;
    left: 56px;
    padding: 30px 20px 10px 20px;
    line-height: 35px;
}

a.eventComing:hover span.eventComing{
    display:block;
}

a.event:hover, a.eventComing:hover {
    color: #1795d4;
}
a.event:hover .registration-btn {
    background-color: #ffffff;
}

p.eventNumber {
    font-size: 75px; font-weight: bold; font-family: sans-serif;
}

p.eventDate {
    font-size: 30px;
}

p.eventTitle {
    font-size: 22px;
    margin-bottom: 10px;
}


p.eventLocation {
    font-size: 16px;
}

p.center {
    font-size:19px;
    text-align: center;
}

p.small {
    font-size:12px;
}

.boxLeft {

    text-transform: uppercase;
    position: relative;
    float:right;

}

.boxLeftInner {
    padding: 10px;
    line-height: 15px;
    text-align: right;
    font-size: 14px;
    font-family: 'DIN Next W01 Bold';
    margin-left: 50px;
}

.boxLeft:before {

    content:' ';
    border-top: 100px solid transparent;
    border-left: 100px solid black;
    position: absolute;

}

.boxLeft.edge25:before {
    border-top-width: 25px;
    border-left-width: 25px;
}

.boxRight.edge35:before {
    border-top-width: 35px;
    border-right-width: 35px;
}

.btnHover:hover {
    background-color: #b5cc03;
}

.btnHoverWhite:hover {
    background-color: white;
    color:black;
}


.boxRight {
    text-transform: uppercase;
    position: relative;
    float:left;
    width: 100%;
    margin-bottom:40px;
}

.boxRightInner {
    padding: 5px 15px;
    text-align:left;
    font-size: 24px;
    font-family: 'DIN Next W01 Bold';
    margin-right: 35px;
}

.boxVideo {
    padding: 5px 15px;
    margin-top: 50px;
    text-align:left;
    font-size: 24px;
    font-family: 'DIN Next W01 Bold';
}

.gray .boxRightInner {
    font-size: 14px;
    padding: 9px 15px 4px 15px;
    margin-right: 10px;
}

.black .boxRightInner {
    font-size: 14px;
    padding: 9px 15px 4px 15px;
    margin-right: 10px;
}

.boxRight.green.noFlag .boxRightInner {
    font-size: 14px;
    padding: 9px 15px 4px 15px;
}

.boxRight:before {

    content:' ';
    border-top: 100px solid transparent;
    border-right: 100px solid black;
    position: absolute;
    right: 0;
}

.darkgray .boxRight:before { border-right-color: #3c3c3b !important; }
.blue .boxRight:before { border-right-color: #1795d4 !important; }

.boxRight:after {

    content: ' ';
    border-top: 70px solid transparent;
    border-right: 70px solid white;
    position: absolute;
    right: 0;
    margin-top: -70px;
    top: 0;
}

.noFlag:after {
    display: none;
}

.boxHeadline {
    font-size: 24px;
    height: 30px;
    text-transform: uppercase;
}

.boxSubHeadline {
    font-size: 14px;
    font-family:'DIN Next W01 Regular';
    line-height: 15px;
    height: 33px;
    text-transform: uppercase;
}

.boxSubHeadlineBig {
    font-size: 14px;
    font-family:'DIN Next W01 Regular';
    line-height: 15px;
    height: 45px;
    text-transform: uppercase;
}

@media only screen and (max-width: 420px) {
    .boxSubHeadlineBig {
        height: 56px;
    }
}

.contentVortrag {
    position: relative;
    float: left;
    display: none;
}

.boxVortrag {
    position: relative;
    float:left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 100px;
}

.boxVortrag:before {

}

.boxVortrag:after {

}

.boxVortragImage {
    float:left;
}

.boxVortragTitel {
    font-size:10px;
    float: left;
    background-color: black;
    text-transform: uppercase;
    padding:2px 4px 0px 4px;
    text-align:center;
    width: 60px;
    margin-top: 10px;
    margin-bottom: 8px;
    color:white;
}

.boxVortragName {
    font-size: 16px;
    clear: left;
    margin-bottom: 8px;
}

.boxVortragContent {
    clear: left;
    font-size: 12px;
    padding-right: 10px;
}

.boxVortragInner {
    position:absolute;
    margin-left: 155px;
}

.btnVortrag {
    cursor: pointer;
}

.margin20 {
    margin-bottom: 20px;
}

.margin30b {
    margin-bottom: 30px;
}

.margin30 {
    margin-top:30px;
}

.margin40 {
    margin-top:40px;
}

.margin10b {
    margin-bottom:10px;
}

.margin40b {
    margin-bottom:40px;
}

.margin60b {
    margin-bottom:60px;
}

.margin50 {
    margin-top:50px;
}
.margin70b {
    margin-bottom: 70px;
}
.margin100 {
    margin-top:100px;
}

.width65p {
    width: 65%;
}

.pdfImage {
    position: absolute;
    top: -30px;
    right: 120px;

}

.pdfImage05 {
    position: absolute;
    top: -40px;
    right: 55px;
}
.pdfImage05 img { width: 65px;}

.imgFloat {
    float: right;
    margin-left: 40px;
    width:100px;
}

.logoBar a:last-child .imgFloat { margin-left: 0px }

.blue {background-color: #1795d4;}
.lightblue {background-color: #1795d4;}
.orange {background-color: #f39200;}
.green {background-color: #b5cc03;}
.yellow {background-color: #f8ea1b; color:black;}
.red {background-color: #d6024d;}
.gray {background-color: #969695;}
.black {background-color: #000000; }
.darkgray {background-color: #3c3c3b; }
.personElement { margin-bottom: 20px; }

.play {
    right: 44%;
    top: 20%;
    position: absolute;
    width: 62px;
    height: 66px;
    border-top: 58px solid transparent;
    border-left: 62px solid #fff;
    border-bottom: 58px solid transparent;
}

hr.events {
    width: 79%;
    border-top: 2px solid white;
    height: 2px;
}

hr.events:after {
    content: ' ';
    border-top: 70px solid transparent;
    border-right: 70px solid white;
    position: absolute;
    right: 0;
    margin-top: -70px;
    margin-right: 50px;
}

.eventOver:before {
    content: 'BEREITS STATTGEFUNDEN!' ; /*'AUSGEBUCHT!'; */
    background-color: #d6024d;
    text-transform: uppercase;
    padding: 4px 12px;
    position:absolute;
    font-weight:bold;
    font-size:18px;
    left:0;
    margin-left: 73px;
    margin-top: -35px;
    color: white !important;
    height: 33px;
    max-height: 33px;
    overflow:hidden;
}

.eventFull:before {
    content: 'AUSGEBUCHT!' ; /*'AUSGEBUCHT!'; */
    background-color: #d6024d;
    text-transform: uppercase;
    padding: 4px 12px;
    position:absolute;
    font-weight:bold;
    font-size:18px;
    left:0;
    margin-left: 73px;
    margin-top: -35px;
    color: white !important;
    height: 33px;
    max-height: 33px;
    overflow:hidden;
}

a:focus {outline:none;}

.info:hover {color: #1795d4 !important;}


.my-gallery figure { float: left;  }

.center { text-align: center; }

.headlineTitel {
    font-size: 35px;
    font-weight:bold;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .boxHeadline{
        font-size: 16px;
        height: 20px;
    }

    .boxSubHeadline {
        font-size: 10px;
        height: 28px;
    }

    .eventFull:before {
        margin-left: 62px;
    }

}

@media only screen and (max-width: 1199px) {
    .play {
        top: 16%;
        right: 41%;
    }

    hr.events:after {
        margin-right: 45px;
    }



    p.eventLocation {
        font-size: 25px;
    }

    p.eventDate {
        font-size: 45px;
    }

    span.eventComing {
        top: -141px;
        left: 46px;
    }

    .download-btn { font-size: 16px }
    .registration-btn { font-size: 18px; }
}

@media only screen and (max-width: 992px) {

    .boxLeftInner {font-size: 12px;}
    .centerResponsive {
        text-align: center;
        margin-bottom: 30px;
    }

    .play {
        top: 26%;
        right: 45%;
    }

    .eventFull:before {
        margin-left: 15px;
    }

    hr.events:after {
        margin-right: 15px;
    }

    span.eventComing {
        top: -176px;
        left: 0;
        width: 100%;
        height: 155px;
        font-size: 26px;
        padding: 45px 20px 10px 20px;
    }

    hr.events {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .nextEvent {
        margin-bottom: 40px;
    }

    span.eventComing {
        top: -141px;
        font-size: 30px;
    }
    .formElement .col-xs-12 { margin-bottom: 10px; }
}

@media only screen and (max-width: 652px) {
    .play {
        top: 22%;
        right: 44%;
    }
}

@media only screen and (max-width: 540px) {
    .play {
        top: 17%;
        right: 43%;
    }
    .boxSubHeadline {
        font-size: 11px;
        line-height: 12px;
        height: 20px;
    }
}

@media only screen and (max-width: 518px) {
    .boxHeadline{
        font-size: 16px;
        height: 20px;
    }


    .iconSet { right: 60px!important; }
}

@media only screen and (max-width: 500px) {

    .headline { font-size: 17px; line-height: 22px; }

    .content {
        font-size:16px;
        line-height: 19px;
    }

    h1 {font-size: 30px; }
    .pdfImage{
        display: none;
    }

    p.center { font-size: 16px; }

    .centerResponsive {
        text-align: center;
        margin-bottom: 30px;
    }




    .formElement .margin20 { margin-bottom: 0; }


    .logoBar  .imgFloat { margin-left: 25px; width: 90px }

    .btnMoreInfos {width: 100% !important; }

    .boxLeftInner {  font-size: 11px; line-height: 13px; padding: 5px }
    .margin40 { margin-top: 30px }
    .margin50 { margin-top: 35px }

    .boxVortragTitel { padding: 2px 1px 0 1px; margin-top: 5px; margin-bottom: 7px; }
    .boxVortragName { font-size: 14px; margin-bottom: 4px; line-height: 16px;}
    .boxVortragContent { font-size: 11px;  line-height: 12px;}

    .play {
       display: none;
    }

    .download-btn { font-size: 18px }
    .registration-btn { font-size: 18px; text-align:left; }
    .width65p { width: 100% }

}

@media only screen and (max-width: 411px) {
    hr.events {
        width: 100%;
    }

    hr.events:after {
        margin-right: 15px;
    }

    span.eventComing {
    top: -175px;
    font-size: 22px;
    padding: 40px 20px 10px 20px;
    }
}

@media only screen and (max-width: 378px) {
    .boxHeadline{
        font-size: 12px;
        height: 20px;
    }

    .boxSubHeadline{
        height: 35px;
    }
}
.formErrorContent { display: none; }


input.error {
    background-image: url('../images/icon-ausrufezeichen.png');
    background-repeat: no-repeat;
    background-position: right 2px;
    background-size: 15px
}

.blue input.error {
    background-image: url('../images/icon-ausrufezeichen_white.png');
}



#map {
    width: 100%;
    height: 400px;
}

.container {
    margin-bottom: 50px;
}

.btnFormSend {
    cursor: pointer;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    border: 1px solid white;
    cursor:pointer;
}


input[type="checkbox"]:checked + label span {
    background:url(../images/kreuz.svg) center center no-repeat;
    background-size: 70%;
}



.linkcolorblue{ color: #1795d4 !important; }
.linkcolorblue:hover{ color: white !important; }

.logoBar-370{ display: none}

.smallPfeil:before {

    content:' ';
    border-top: 40px solid transparent;
    border-left: 40px solid black;
    position: absolute;
    cursor:pointer;
}

@media only screen and (max-width: 500px) {
    .boxSubHeadline {
        font-size: 10px;
        line-height: 12px;

    }
}


@media only screen and (max-width: 370px) {
    .logoBar{
        display: none;
    }
    .logoBar-370{
        display: block;
    }

    .imgFloat {
        margin: 0;
        width: 140px;
        float: left;
        clear: both;
        margin-bottom: 14px;
    }
}


.textgray { color: gray }