/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/assets/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/assets/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/assets/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/assets/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open sans condensed 300 */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: light;
  font-weight: 300;
  src: local(''),
       url('/assets/fonts/OpenSansCondensed-Light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/OpenSansCondensed-Light.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open sans condensed bold */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: bold;
  font-weight: 700;
  src: local(''),
       url('/assets/fonts/OpenSansCondensed-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/OpenSansCondensed-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


.ergebnispdflink img {
    max-height: 50px;
}


html {
    overflow-y: scroll;
}

body {
    background-color:#fff;
    font-family: "Open Sans", sans-serif;
    font-size:15px;
    color:#545454;
}

body.modal-open {
    overflow: visible;
    padding-right: 0!important;
}

nav {
    background-color:#000;
}

h1, h2, h3, h4, h5, h6 {color:#000;}

a {
    color: #bc2023;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #7c0709;
    text-decoration: underline;
}

.imageCR {
    text-align: center;
    font-size: 11px;
    margin-top: 4em;
    margin-bottom: -6em;
}

.max600 {
        max-width:600px;
        margin:0 auto;
}

.maintitle {
    padding: 40px 0 43px 0;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    letter-spacing: 5px;
    font-size: 25px;
}

.btn-primary {
    color: #fff;
    background-color: #0092d8;
    border-color: #0092d8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0d5aad;
    border-color: #0d5aad;
}

.text-red {
    color: #bd162c;
}

.text-blue {
    color: #0092d8;
}

.text-green {
    color: #4fbd16;
}

.text-fw-800 {
    font-weight:800;
    color:#000;
}

p.bigger {
    padding-left:2em;
}
p.bigger i {
    font-size:1.2em;
}

p.bigger b {
    font-size:1.2em;
    color:#0092d8;
}

.ovfborder {
    display: inline-block;
    margin: 1em auto;
    padding: 1em;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 1.5em;
    line-height: 1.7em;
}

.backgroundcover {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.textshadow {
    text-shadow: 0px 0px 4px #fff;
}

.white-text{
        color:#fff!important
}

.ovfherosection {
    padding: 60px 0;
    text-align: center;
    margin-bottom: 80px;
}

.ovfherosection h2 {
    padding-bottom: 30px;
    font-weight: 900;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 5em;
    text-transform: uppercase;
    color:#fff;
}

.ovfherosection strong {
    display:block;
}
.ovfherosection.parallax {
    background: #c0c0c0 url('/assets/img/bgcrea.jpg') no-repeat center bottom / cover;

}

.ovfherosection.bemember {
    background: #c0c0c0 url('/assets/img/Slider_JSTM_10_Keil_Lukas.jpg') no-repeat right center / cover;

}


.inputinfo {
    font-size: 14px;
    margin-top: -6px;
    display: block;
    margin-bottom: 15px;
    text-align: left;
    padding: 0 14px;
}

.inputinfogeb {
    font-size: 14px;
    margin-top: 0;
    display: block;
    margin-bottom: 5px;
    text-align: left;
    padding: 0 14px;
}

.ovfaccordion .card {
    background-color: #efefef;
    margin-bottom: 1em;
    border-bottom:1px solid rgba(0,0,0,.125)!important;
}

.ovfaccordion > .card >.card-header {
    border-bottom: 0;
	background-color: rgba(0,0,0,.1);
}

.ovfaccordion .btn.focus, .ovfaccordion .btn:focus {
    box-shadow: none;
}

.ovfaccordion .btn-link {
    color:#bc2023;
}

.btn-primary.btn-ovf {
    color: #fff;
    background-color: #bc2023;
    border-color: #bc2023;
    border-radius: 5px;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight:600;
}

.btn-primary.btn-ovf:hover {
    color: #bc2023;
    background-color: #fff;
    border-color: #bc2023;
}

.btn-primary.btn-ovf.focus, .btn-primary.btn-ovf:focus,
.btn-primary.btn-ovf:not(:disabled):not(.disabled).active,
.btn-primary.btn-ovf:not(:disabled):not(.disabled):active,
.show >.btn-primary.btn-ovf.dropdown-toggle {
    color: #bc2023;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(188 32 35 / 25%);
}

.carousel-inner {
    height: 600px;
}

.carousel-inner .carousel-item {
    width: 100%;
    height: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-position: center;
}

.carousel-inner .carousel-item img {
    object-fit: cover;
}



.nav-link {
    color: #ffffff;
    margin: 0 0.5rem;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.dropdown-menu, .dropdown-item {

    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ffffff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0092d8;
}

.nav-link:hover {
    color: #0092d8;
    text-decoration:none;
}

.navbar-toggler-icon {
    color:#fff;
    margin-top: 10px;
}

.dropdown-menu {
    top:56px;
    padding:0;
    background-color:#000;
    border:0;
    border-radius:0;
}

.dropdown-item {
    color:#fff;
    padding: 10px 20px 10px 30px;

}
.modal .container {
  padding: 2rem 0rem;
}

.modal-dialog {
    max-width: 350px;
}

.modal-dialog .modal-content {
    padding: 1rem;
    background-color: #f7f7f7;
}

/*.modal-header {
  padding: 0;
}

.modal-header .close {
  margin-top: -1.5rem;
}*/

.form-title {
  margin: -2rem 0rem 2rem;
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;
}

.social-buttons .btn {
  margin: 0 0.5rem 1rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.signup-section {
  padding: 0.3rem 0rem;
}

.modal-backdrop.show {
    opacity: .8;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 2em;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    height: 42px;
    font-size: 15px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 15px;
    height: 44px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #0f6674!important;
}

.btn.btn-signin.active:focus, .btn.btn-signin:focus {
    box-shadow: 0 0 0 0.2rem rgb(15 102 116 / 55%)!important;
}

a.btn.btn-signin {
    line-height: 41px;
}

.lostpassword {
    text-align: left;
    display: block;
}

footer {color:#9e9e9e;background-color:#000;}
footer a {
    color:#fff!important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
footer a:hover {color:#bc2023!important;text-decoration:none;}

.logincard {
    background-color: #f7f7f7;
    border-radius: 3px;
    padding:3rem;
    max-width: 500px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.logincardfooter {
        border-top: 1px solid #dee2e6;
        padding-top:0.75rem;
        text-align:left;
}

.registercard .invalid-feedback {
    color: #fff;
    background-color: #dc3545;
    width: auto!important;
    padding: 8px 15px;
    font-size: 85%;
    border-radius: 3px;
    margin-top: 15px;
}

#conditions {
    width: 1.5em;
    height: 1.5em;
    position: relative;
    top: 5px;
    left: 0px;
    margin-right: 4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.sparte {
    width:100%;
    border:2px dashed #999;
    min-height:100px;
}

.sparte h4 {
    position: absolute;
    top: -17px;
    background-color: #fff;
    padding: 0 0.3em;
    font-family: "Open Sans Condensed", sans-serif;
}

.sparte .uploadbutton {
    margin-top:2em;
    margin-bottom:2em;
}

.sparte .uploads .image {
    border-top: 1px solid #ccc;
}
.sparte .uploads .image:last-child {
    border-bottom: 1px solid #ccc;
}


.sparte .uploads .image:hover {
    background-color:#ddd;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.sparte .uploads img {
    vertical-align: text-top;
    max-height: 80px;
    margin-right:1.5em;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Durchsuchen";
}

.ulbackdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 80%);
    top: 0;
    z-index: 10;
    left: 0;
    display:none;
}

.spinner-border {
    width:3rem;
    height:3rem;
    color:#000;
    position:relative;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    left: 50%;
    top: 50%;
}

.gebuehr {
    border-top: 1px solid #999;
}

@media (min-width: 768px) {

    html { overflow-y: scroll; }

    .registercard #gebD {
        display: inline-block;
        width:25%;
        margin-bottom: 10px;
    }

    .registercard #gebM {
        display: inline-block;
        width:48%;
        margin-bottom: 10px;
    }

    .registercard #gebY {
        display: inline-block;
        width:25%;
        margin-bottom: 10px;
    }


    .registercard #firstname, .registercard #password {
        display: inline-block;
        width:49%
    }
    .registercard #lastname, .registercard #confirm {
        display: inline-block;
        width:50%
    }

}



@media (max-width: 768px) {

    .ovfherosection h2 {
        font-size: 4em;
    }

    .ovfherosection {
        margin-bottom: 30px;
    }

    .carousel-item .sliderlogo {
        display:none;
    }

    .carousel-item h3 {
        margin-top:6rem!important;
    }

    .carousel-inner {
        height: 400px;
    }

	h1 {font-size: 2rem;}
	h2 {font-size: 1.5rem;}


}


.nav-tabs .nav-link {
    color:#495057;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    color:#0092d8;
}

.grid-sizer,
.grid-item { width: 32%; }

.grid-item img { width: 100%; }

.imageinfo {padding:10px 4px 20px 15px;}
.imageinfo .bildtitel {display:block;}
.imageinfo .punkte {display:block;}


.fancybox-is-open .fancybox-bg {
    opacity: 1!important;
    background: #000!important;
}

.fancybox-thumbs {
    background: #000!important;
}

.grid-item .imageinfo {position:relative;}
.grid-item .oevftag {
    position: absolute;
    right: 8px;
    top: -15px;
    font-size: 0.9rem;
    color: #fff;
    padding: 2px 10px;
    background-color: #337ab7;
    border-radius: 11px;
    font-weight: 700;
}

.grid-item .oevftag.gold { background-color: #d4b104; }
.grid-item .oevftag.silber { background-color: #909090; }
.grid-item .oevftag.bronze { background-color: #907309; }
.grid-item .oevftag.diplom { background-color: #33b868; }


.cc-revoke {display:none!important;}
.cc-floating {max-width:320px!important;}

.jstmjury h4 {
    background-color: #0092d8;
    padding: 1.5em;
}

.jstmjury h4 {
    color:#fff;
}

.jstmjury h4 small {
    margin-top: 0.75em;
    display: block;
}

.checkinfo {
	text-align:left;
	width:90px;
	max-width:90px;
}

.checkinfopass {
	width:170px;
	max-width:170px;
}

#checkdataform input {
	color:#000;
}

#checkdataform input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  font-weight:normal;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #ccc;
	font-weight:normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
  	color: #ccc;
	font-weight:normal;
}
