/*
/*
 * custom child theme styles
 */

html{
    min-height: 1910px;
    background: url('../img/classy_fabric.png');
}

body{
    font-size: 1.5em;
    padding-top: 0px;
    min-height: 100%;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.container+.limain-header-top{
    padding:0;
    background-color:#000;
}
.limain-navbar-fixed-top {
    padding-top: 0px;
}

.limain-navbar-affix {
    padding-top: 0px;
}

.navbar-container{
    padding-top: 0px;
}

.p-border-blue{
    border: solid #008ec2 5px;
}

.p-body
{
    background-color: #000;
    background: url('../img/classy_fabric.png');
    padding:0;
    width: 100%;
    overflow:hidden;
}

.p-main-content-container{
    background-color:#fff;
}

/* acf-field: page_text_full */

.p-page-title-header{
    font-size: 2em;
    font-weight: bold;
    padding: 25px;
    color: #003964;
    /*border-radius: 5px;*/
    -webkit-box-shadow: 0px 7px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 7px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 7px 5px 0px rgba(50, 50, 50, 0.35);
}

.p-page-text-content{
    font-size: 1.3em;
    padding-left: 15px;
    clear:both;
}

.p-text{
    font-weight:normal;
    font-size: 1.0em;
    color: #000;
}

.p-text-small{
    font-size: 0.5em;
}

.p-text-medium{
    font-size: 0.8em;
}

.p-text-big{
    font-size: 1.5em;
}

.p-text-bold{
    font-weight: bold;
}

.p-circle {
    margin-top: 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-left: 20px;
}


.overlay-content{
    text-align: left;
    background-color: #fff;
    display: none;
    position: absolute;
    /*width: 20%;*/
    /*top: 45%;*/
    /*left:20%;*/
    z-index: 500;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 7px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 7px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-border-radius-bottomleft: 25px;
    -moz-border-radius-bottomright  : 25px;
    border: 1px solid #e10231;
    border-radius: 5px;
    font-size: 1.2em;
    /*padding : 20px;*/
}

.overlay-content p{
    width: 500px;
    max-width: 500px;
}

.overlay-hidden{
    display:none;
}

.p-pdf-icon{
    float:left;
    margin-right: 20px;
    width: 50px;
}

.p-play-button-wrap {
    position: relative;
    display: inline-block;
}

.p-videos{
    display:block;
    width: auto;
}

.p-videos>div>img{
    -webkit-box-shadow: 2px 2px 2px 2px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    2px 2px 2px 2px rgba(50, 50, 50, 0.35);
    box-shadow:         2px 2px 2px 2px rgba(50, 50, 50, 0.35);
}

#folder-content>div{
    padding-bottom: 10px;
}

.p-play-button {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #d3032e;
    border-radius: 100%;
    top: 47%;
    left: 47%;
    margin: 0px;
    margin-left: 0px;
    margin-top: 0px;
    cursor: pointer;
}

.p-play-button:after {
    font-weight:bold;
    content: "VIDEO";
    display: block;
    position: absolute;
    color:#fff;
    left: 17px;
    top: 30px;
}

.p-play-button:hover {
    background-color: #8C2323;
}

/* acf-cad element: Image with clickable "CAD"-icon overlay*/
.p-cad{
    margin: 0 auto;
    positon: relative;
}
.p-cad-button {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #d3032e;
    border-radius: 100%;
    top: -200px;
    left: 220px;
    margin: 0px;
    margin-left: 0px;
    margin-top: 0px;
    cursor: pointer;

    animation-name: pulsate;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s, 0.5s, 1s, 1.5s;

}

.p-cad-button:after {
    /*font-weight:bold;*/
    font-size: 2em;
    content: '⟳';
    display: block;
    position: relative;
    color:#fff;
    left: 18px;
    top: 8px;
    border-width: 20px;

    /*border-style: solid;*/
    /*border-color: transparent transparent transparent white;*/
}

.p-cad-button:hover {
    background-color: #8C2323;
}

/* Background image with clickable "p-bilderkette div" */
.p-bilderkette{
    z-index: 100;
    margin: 0 auto;
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
}

/* Allow positioning of clickable points in a "p-bilderkette"-class image */
.p-bilderkette div {
    position: absolute;
}
.box {
    position: absolute;
    display: inline-block;
    background: grey;
    height: 50px;
    width: 50px;
}

.p-image-more{
    position: relative;
}

/* Clickable points in a "p-bilderkette" */
.p-image-overlay{
    font-size: 3.0em;
    color:#d3032e;
}

/* alignment helpers */

.vertical-align {
    display: flex;
    align-items: center;
}

.p-buffer-left{
    margin-left: 15px;
}

.p-buffer-right{
    margin-right: 15px;
}
.p-buffer-top{
    margin-top: 15px;
}

.p-buffer-bottom{
    margin-bottom: 15px;
}


/* colors */

.p-color-bg-gray{
    background-color: #EAEAEA;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 7px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 7px 5px 0px rgba(50, 50, 50, 0.35);
}

.p-petag-bottom{

}

.p-color-pewag-red{
    color: #E00036;
}

.p-color-pewag-blue{
    color: #003964;
}

.p-color-bg-pewag-blue{
    background-color: #003964;
}

.p-color-bg-pewag-blue-gradient{
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.52) 0%, rgba(30,87,153,0.52) 52%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.52) 0%,rgba(30,87,153,0.52) 52%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0.52) 0%,rgba(30,87,153,0.52) 52%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ffffff', endColorstr='#ffffff',GradientType=1 );
}

.p-color-bg-pewag-blue-gradient-right{
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,57,100,0.25) 1%, rgba(252,253,253,1) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,57,100,0.25) 1%,rgba(252,253,253,1) 99%,rgba(255,255,255,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(0,57,100,0.25) 1%,rgba(252,253,253,1) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40003964', endColorstr='#ffffff',GradientType=1 );
}

.p-color-bg-pewag-red{
    background-color: #e20031;
}

/*

TODO

*/

.folder-select{
    border: 3px solid #E00036   ;
    border-radius: 2px;
    opacity: 0.9;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.35);
}
.btn-radio {
    width: 100%;
    background-color: #fff;
}

.img-radio {
    opacity: 0.5;
    /*margin-bottom: 5px;*/
}

.space-20 {
    margin-top: 20px;
}

/***** VENDOR OVERRIDES *****/

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


.form-control{
    height: 55px;
}

.checkbox>input{
    width: 50px ; height:30px;
    color: #E00036;

}










.form-control-feedback{
  margin-right: 15px; margin-top: 12px;

}

.ncybox-close{
    position: absolute;
    top: -40px;
    right: 30px;
    width: 30px;
    height: 30px;
    background-position: -48px -1px;
    cursor: pointer;
    z-index: 100;
    /*display: none;*/
}

/* Rotated full-hd screen */
@media (min-device-width: 1000px){
    .container{
        width: 1050px;
    }

    .p-container{
        min-height: 1910px;
    }
}

@media (orientation: portrait){
    .container {
        /*width: 1050px;*/
    }
    .p-container{

        min-height: 1910px;
    }
}
