/**
 * GLAMUS-Custom-CSS
 *
 * 1.2.0        2022-06-01  VZ
 *              - Anpassungen fuer das Anmeldeformular bei dl.paul-martini-stiftung.de
 * 1.1.0        2018-11-21  Miriam Fukushima
 *              - .section-input .input-group.has-label label, .section-textarea .input-group.has-label label
 *                auskommentiert wegen Konflikt in der Darstellung mit Kalender-Sichtbarkeitsfeld
 * 1.0.0        2018-09-10  Nils Heldt
 *              - Implementierung
 *
 * @package     contentBLUE4-vfa
 * @subpackage  CSS
 * @author      Nils Heldt <heldt@glamus.de>
 */


/* BEGINN: FORMULARE */

.section-textarea .input-group.has-label {
    position: relative
}

.section-textarea .input-group.has-label textarea {
    position: relative;
    z-index: 1;
    margin-top: 1rem
}

.section-textarea .input-group.has-label textarea.has-value+label,
.section-textarea .input-group.has-label textarea:focus+label {
    font-size: .875rem;
    color: #172e4c;
    padding: 0;
    margin-top: -10px;
    z-index: 2
}

.section-textarea .input-group.has-label label {
    transition: .5s;
    position: absolute;
    font-family: UnitOffc-Light;
    font-size: 1.125rem;
    color: #868686;
    margin: 1rem 0 0;
    padding: 7px 0 0 10px;
}

.section-checkbox small.error-text {
    display: block;
    font-family: UnitOffc-Light;
    font-size: .875rem;
    color: #0482c3;
    letter-spacing: .5px;
    line-height: 1.25rem;
    margin-bottom: .625rem;
}

/* ENDE: FORMULARE */


@media only screen and (min-device-width:1400px) {
    .section-stage-slider .carousel-item {
        background:#ffffff;
    }
}


/* BEGINN: addressBLUE */

.anmeldungen .linie {
    display: none;
}

.anmeldungen small.error-text {
    display: block;
    font-family: UnitOffc-Light;
    font-size: .875rem;
    color: #0482c3;
    letter-spacing: .5px;
    line-height: 1.25rem;
    margin-bottom: .625rem;
}

.anmeldeformular input[name="anzahlPersonen"] {
    padding: 0px 5px;
    margin: 10px;
    width: 40px;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #172e4c;
}

.anmeldung-load {
    top: 0;
    left: 0;
    z-index: 99999;
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55ffffff, endColorstr=#55ffffff)";
}

@keyframes anmeldung-spinner {
  to {transform: rotate(360deg);}
}

.anmeldung-spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: anmeldung-spinner .6s linear infinite;
}

.section-text-low {
    margin-bottom: 1.5rem;
    font-family: UnitOffc-Light;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #172e4c;
}

.anmeldeformular .option-wert,
.anmeldeformular .option-wert-block {
    margin-left: 13px;
    display: inline-block;
}

.anmeldeformular .progammpunkt {
    background-color: #f5f5f5;
    clear: left;
    padding: 10px;
}

.anmeldeformular .gesamtkosten .row-left {
    float: left;
}

.anmeldeformular .gesamtkosten .row-right {
    text-align: right;
}

.anmeldeformular hr.double {
    border-top: 3px double #cccccc !important;
}

.anmeldeformular .odd-group {
    background: rgba(245, 245, 245, 0.5);
    padding-bottom: .75rem;
}

.anmeldeformular .section-hint {
    float: left;
    margin-left: 0;
    padding-top: .75rem;
}

.anmeldeformular .section-hint label {
    position: relative;
    font-family: Unit-MediumTF;
    font-size: 1.125rem;
    color: #0482c3;
    line-height: 1.625rem;
}

.anmeldeformular .section-textarea .input-group.has-label textarea {
    transition: .5s;
}

.anmeldeformular .section-textarea .input-group.has-label textarea.has-value+label,
.anmeldeformular .section-textarea .input-group.has-label textarea:focus+label {
    font-size: .875rem;
    color: #172e4c;
    padding: 0;
    margin-top: 10px;
    z-index: 2
}

.anmeldeformular .section-textarea .input-group.has-label textarea.has-value,
.anmeldeformular .section-textarea .input-group.has-label textarea:focus {
    margin-top: 35px;
}

.anmeldeformular .odd-group .section-dropdown {
    margin-top: 0.75rem;
}

.anmeldeformular .odd-group .section-dropdown .dropdown-btn {
    background: transparent;
}

.anmeldeformular label strong {
    font-weight: normal;
}

.anmeldeformular .hinweisPflichtfeld {
    display: block;
    font-family: UnitOffc-Light;
    font-size: .875rem;
    color: #172e4c;
    letter-spacing: .5px;
    line-height: 1.25rem;
    margin-bottom: .625rem;
    font-weight: 400;
}

.abstimmung .tndiv {
    display: none;
}

.abstimmung .fehler {
    display: inline-block;
}

.abstimmung .fehler > b {
    color: red;
}


/* ENDE: addressBLUE */


.section-medienspiegel-list.section-akkordeon .sidebar  i {
    color:#fff;
}

.section-teaser-related-fade-in.even .gradient::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to top,#ffffff 0,rgba(245,245,245,.2) 100%);
    pointer-events: none;
}


.section-navigation ul {
    list-style-type: none;
}

.section-overview.even .list-group-item,
.section-focus-block.even .card-body div {
    background:#fff !important;
}
.section-image-3er .section-headline{
    float:none;
}
/*
@media only screen and (min-width:768px) {
    div.container span.img-left span.img-wrapper,
    div.container span.img-right span.img-wrapper {
        width:22rem;
    }
}
@media only screen and (max-width:767px) and (min-width:576px) {
    div.container span.img-left span.img-wrapper,
    div.container span.img-right span.img-wrapper {
        width:510px;
    }
}
@media only screen and (max-width:575px) {
    div.container span.img-left span.img-wrapper,
    div.container span.img-right span.img-wrapper {
        width:calc(100vw - 30px);
    }
}

/*Mediaplayer styles*/
.video-wrapper {
    position: relative;
}
.video-wrapper iframe{
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    border: none;
}
.youtube-warning {
    display: none;
    position: absolute;
    top: 50%;
    padding: 2%;
    text-align: center;
    transform: translateY(-50%);
}
.video-wrapper:hover .youtube-wrapper.inactive {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.5;
}
.video-wrapper .youtube-wrapper {
    display: block!important;
}
.video-wrapper:hover .youtube-wrapper.inactive + .youtube-warning {
    display: block!important;
}

.video-button {
    border: 2px solid #172e4c;
    color: #172e4c!important;
    cursor: pointer;
    pointer-events: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    text-decoration: none!important;
    padding: 4px;
    margin-top: 3%;
    display: inline-block;
}

.video-wrapper:hover .video-button, .video-wrapper:focus .video-button {
    pointer-events: initial;
}

.video-button:hover {
    background-color: #172e4c;
    color: #fff!important;
}

.section-teaser .section-media img {
    color: #ccc;
    font-size: 15px;
}

@media (min-width:1200px) {
    .section-share.meta-line.custom-magin {
        margin-top: 5.75rem;
    }
}

.section-media.img-large.img-legend img.bild-parser {
    max-height:inherit;
}
.section-publikation .img-wrapper {
  border-top: 20px solid #e2e2e2;  
  border-bottom: 20px solid #e2e2e2;  
  border-left: 25px solid #e2e2e2;   
  border-right: 25px solid #e2e2e2;  
}

.section-publikation .img-wrapper  img {
    box-shadow: 3px 3px 4px #aaaaaa;
}

.card-header  {
    cursor:pointer;
}

.btn-primary,
.btn-primary:active, 
.btn-primary:focus {
    min-height: 2.625rem;
    height: auto;
}

.section-input .input-group.has-label label,
.section-textarea .input-group.has-label label {
    left: 0;
}
/*Slider Korrektur*/
.section-stage-slider .box .footer {
    margin-left:2px;
}
.section-stage-slider .orientation-wrapper .carousel-control-prev div i {
    margin-left:-3px;
    margin-top:2px;
}
.section-stage-slider .orientation-wrapper .carousel-control-next div i {
    margin-left:3px;
    margin-top:2px;
}

#form-90306 .section-input .input-group.has-label label {
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1;
    top: -2px;
}

.pm-content .anmeldeformular .dropdown-btn {
    background-color: #ffffeb;
}
.pm-content .anmeldeformular .section-dropdown .dropdown-menu {
    background-color: #ffffeb;
}

.anmeldeformular #anmeldung-datenschutz-div {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 2px solid #b0b0b0;
    height: 200px;
    overflow: auto;
    font-size: inherit;
    font-family: inherit;
    padding: 10px;
    margin: 35px 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    font-weight: inherit !important;
}

.section-textarea .input-group.has-label #anmeldung-datenschutz-div+label {
    font-size: .875rem;
    color: #172e4c;
    padding: 0;
    margin-top: -10px;
    z-index: 2
}

.pm-content + #footer div.section-footer_abbinder {
    background: none;
}
