/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/*#page{*/
/*    background: rgb(255,255,255);*/
/*    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(164,191,204,0.5970763305322129) 45%, rgba(255,255,255,1) 100%);*/
/*    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(164,191,204,0.5970763305322129) 45%, rgba(255,255,255,1) 100%);*/
/*    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(164,191,204,0.5970763305322129) 45%, rgba(255,255,255,1) 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
/*}*/


.icons-menu{
    margin: 0;
    width: 100%;
    display: flex;
    position: relative;
}
/* #FIX */
#block-menuicons {
    height: max-content;
}
#block-menuicons .field--name-body {
    display: flex;
    flex-direction: row;
}
/* #FIXEND */

/*#block-menuicons{*/
/*    position: absolute;*/
/*    top: 7px;*/
/*    right: 18px;*/
/*}*/

/*#block-searchformdropdown{*/
/*    position: absolute;*/
/*    top: -3px;*/
/*    right: 20px;*/
/*}*/


@media (max-width: 767px) {
    .icons-menu{
        margin-top: 3px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .icons-menu{
        margin-top: 4px;
    }
}

.icons-menu .col-xs-9{
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
}

.icons-menu #block-menuicons{
    /*order: 1;
    flex: 1 1 auto;
    #FIX
    */
    height: max-content;
    margin-left: auto;
}

#block-menuicons a{
    text-decoration: none;
}


/*.icons-menu .col-xs-9 #block-menuicons i{*/
/*  margin-right: 9px;*/
/*  margin-left: 8px;*/
/*}*/

#block-druckenicon{
    /*margin-top: 10px; #FIX */
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .header-area .logokreis{
        top: 11px;
        left: 12px
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-area .logokreis{
        left: -3px
    }
}

#block-searchformdropdown{
    /*height: 28px; #FIX */
    height: max-content;
    padding: 0;
}

.grey{
    color: #858585;
}

.images{
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.images-text{
    min-height: 350px;
    padding-top: 60px;
}

.texttitle{
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 20px;
    line-height: 1.2;
    background-image: none;
    color: #B82E1C;
}

.texttitle h3{
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    background-image: none;
    color: #B82E1C;
    font-weight: normal;
}

.kacheln{
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.kacheln .images{
    margin: 0 !important;
}

.kacheln .kacheln-item{
    background-color: white;
    border: 1px solid #a0bdcd;
    box-shadow: 3px 13px 6px -8px rgba(0,0,0,0.3);
    min-height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.kacheln-rand{
    border: 1px solid #a0bdcd;
}

.kacheln-schatten{
    box-shadow: 3px 13px 6px -8px rgba(0,0,0,0.3);
}

.kacheln .texttitle{
    margin: 0 !important;
    padding: 25px;
}
.kacheln .kacheln-item video{
    width: 100% !important;
    height: 100% !important;
}

.kacheln .kacheln-item p{
    padding: 25px;
}

.kacheln-flex{
    display: flex;
}

.kacheln-flip{
	perspective: 1000px;
}

.kacheln-flip-inner {
	transition: transform 0.8s;
	transform-style: preserve-3d;
	display: grid;
}

@media (min-width: 992px) {
	.kacheln-flip:hover .kacheln-flip-inner {
		transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
	}
}

.kacheln-flip-front, .kacheln-flip-back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	grid-column: 1;
	grid-row: 1;
}

.kacheln-flip-back {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.swipe-hover-effect-left {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
}

.swipe-hover-effect-right {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.video video{
    width: 100%;
}

.background{
    background-color: #EBF1F4;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #000;
}

.background .paragraph--type--text{
    margin-bottom: 15px;
}

.background .link{
}

.background .link h3{
    font-size: 14px;
    color: #003B79 !important;
    padding: 0;
    padding-bottom: 0.6rem;
}

.background .link h3 a{
    color: #003B79 !important;
    background-image: unset;
	text-decoration: none;
	background-position: right 5px;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.background .link h3 a:hover{
	text-decoration: none;
	background-image: url("/sites/unitcell.de/themes/custom/newsplus/images/ricochet-rot.png");
}

.background .link p{
    color: #000000;
}

.background .link p a{
    color: #000000;
	text-decoration: none;
}

.background .link p a:hover{
    color: #003B79;
}

.background .images{
    margin-bottom: 10px;
}

.background p{
   padding: 0;
}

@media (max-width: 767px) {
    .images{
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .images-text{
        min-height: unset;
        padding-top: unset;
        text-align: justify;
    }

    .images-text h3{
        text-align: center;
    }

    .texttitle{
        text-align: center;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .kacheln{
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .images{
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center;
    }

    .images-text{
        min-height: unset;
        padding-top: unset;
        text-align: justify;
    }

    .images-text h3{
        text-align: center;
    }

    .texttitle{
        text-align: center;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .kacheln{
        flex-direction: column;
    }
    .kacheln .kacheln-item{
        min-height: 350px;
    }
}

@media print {
  body {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

  #sliding-popup{
    display: none !important;
  }

  #header-top {
    background-image: url(/sites/unitcell.de/themes/custom/newsplus/images/apfel.png) !important;
    min-height: 200px;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
  }

  .sf-depth-1 {
    color: black !important;
  }

  .footer-area .logo img{
    filter: invert(100%);
  }
}

.node ul{
    list-style-type: none;
}

.node li{
    margin: 5px;
}

/*.node li {*/
/*    background-repeat: no-repeat;*/
/*    background-image: url('/sites/unitcell.de/files/images/Logo-unitcell-eye-blau-CMYK.PNG');*/
/*    background-position: 0 5px;*/
/*    background-size: 10px;*/
/*}*/

.node li {
    margin-bottom: 0.3em;
    padding-left: 18px;
    margin-left: 0px;
    background-image: url("/sites/unitcell.de/themes/custom/newsplus/images/bullet-black-round.png");
    background-position: 2px 3px;
    background-repeat: no-repeat;
}

.node ul{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}

/*#main-navigation {*/
/*    margin-left: 20px;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    #main-navigation {*/
/*        margin-left: 0;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) and (max-width: 992px) {*/
/*    #main-navigation {*/
/*        margin-left: 0;*/
/*    }*/
/*}*/

#block-footermenu ul li span{
    cursor: pointer;
    padding: 0 5px 0 25px;
    color: white;
    display: block;
}

#block-footermenu ul li span:hover {
    color: black;
    background-color: #fff;
}

.region-footer-second p, #block-footermenu ul li{
    font-size: 18px;
}

@media (max-width: 767px) {
    h1,
    .heading-a {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    #block-footermenu ul li span{
        padding: 0;
    }
}

#header-inside-right{
    padding-top: 5px;
    width: 100%;
    font-size: 21px !important;
    /*margin-left: 20%; #FIX */
}
/* #FIX */
#header-inside-right .content > div > a, #header-inside-right .content .dropdown{
    margin: 1px;
    padding: 0;
    min-height: 20px;
    min-width: 20px;
    width: max-content;
    display: block;
    text-align: center;
}
#header-inside-right .content .dropdown > .trigger{
    padding: 0;
}
#block-druckenicon .content > div > a:last-child {
    margin-right: 0;
}
/* #FIXEND */
@media (max-width: 767px) {
    #header-inside-right{
        /*margin-left: 20%; #FIX */
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #header-inside-right{
        /*margin-left: 23%; #FIX */
    }
}

li.statistics-counter{
    background-image: none;
}
