.wordBreak{
    word-break: break-all;
}

.whiteList{
    color:#fff;
}

a{
    text-decoration: unset;
}

body {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}

:root {
    --font-multiplicator: 2.65
}

:focus-visible,.form-control:focus-visible {
    outline:none!important;
    box-shadow:none;
}

.btn:first-child:active{
    color: unset;
}

.form-control::file-selector-button, .form-group input[type="file"]::file-selector-button{
    background:#e9e9e9;
    border-color:#CED4DA;
}

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 700;
    src: local('Futura Bold'), local('Futura-Bold'),
    url('../Fonts/Futura_PT_Bold/FTN85.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura PT Cond Book';
    font-style: normal;
    font-weight: 700;
    src: local('Futura PT Cond Book'), local('Futura-PT-Cond-Book'),
    url('../Fonts/Futura_PT_Condensed/FS-WebFonts-1354105427/Fonts/Futura PT Condensed Book/7cb8cd15-6766-4d6c-a7e0-082406caf487.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura PT Cond Medium';
    font-style: normal;
    font-weight: 500;
    src: local('Futura PT Cond Medium'), local('Futura-PT-Cond-Medium'),
    url('../Fonts/Futura_PT_Condensed/FS-WebFonts-1354105427/Fonts/Futura PT Condensed Medium/302d5d48-3588-49d8-b547-18e13b6472e8.ttf') format('truetype');
}


@font-face {
    font-family: 'Rockwell';
    font-style: normal;
    font-weight: 700;
    src: local('Rockwell Bold'), local('Rockwell-Bold'),
    url('../Fonts/Rockwell/RockwellStd-Bold.ttf') format('truetype');
}

/*Typography START*/

body {
    font-family: 'Futura';
    font-size: 16px;
}

h1, h2{
    font-size: calc(90px / var(--font-multiplicator));
    line-height: calc(100px / var(--font-multiplicator));
    font-weight: 700;
    color:#fff;
    margin-bottom: 20px;
}

/* second h2 */
h2.little-headline{
    font-size: calc(60px / var(--font-multiplicator));
    line-height: calc(70px / var(--font-multiplicator));
    font-weight: 700;
}

h3{
    font-size: calc(60px / var(--font-multiplicator));
    line-height: calc(70px / var(--font-multiplicator));
    font-family:'Rockwell';
    font-weight: 700;
    color: #8B6F4E;
}

/* second h3 */
h3.little-subheadline{
    font-size: calc(42px / 2.3);
    line-height: calc(48px / 2.3);
    font-family:'Rockwell';
    font-weight: 700;
}

h3.special{
    font-size: calc(42px / var(--font-multiplicator));
    line-height: calc(48px / var(--font-multiplicator));
    font-family:'Futura PT Cond Book';
    font-weight: 700;
    color:#fff;
}

h4{
    font-size: 26px;
    line-height: 120%;
    font-family:'Rockwell';
    font-weight: 700;
    color: #8B6F4E;
}

header nav .nav-link .nav-link-text {
    font-size: 30px;
}

p{
    font-size: 20px;
    line-height: 120%;
    font-family:'Futura PT Cond Book';
    font-weight: 700;
    color:#fff;
}

/*second p tag */
p.little-paragraph{
    font-size: 20px;
    line-height: 120%;
    font-family:'Futura PT Cond Book';
    font-weight: 700;
}

p.special{
    font-size: 20px;
    line-height: 120%;
    font-family:'Futura PT Cond Book';
    font-weight: 600;
    color: #262626;
}

.number{
    font-size: calc(130px / 1.5);
    font-family:'Futura';
    font-weight: 700;
    line-height: 0.9;
}



strong{
    font-size: calc(22px / var(--font-multiplicator));
    font-family:'Futura';
    font-weight: 700;
}

/*Icon-Filter-Element (Unsere Filialen)*/

span{
    font-family:'Rockwell';
    font-weight: 700;
    font-size: 16px;
}

.btn-primary{
    font-family:'Rockwell';
    font-weight: 700;
    border-radius: 0;
    font-size: calc(30px / var(--font-multiplicator));
    padding: 3px 10px;
}

a:hover{
    text-decoration: none;
    color: #000;
}

thead th{
    font-family:'Rockwell';
    font-weight: 700;
}

tbody th{
    font-family:'Futura PT Cond Medium';
    font-weight: 600;
}


tbody td{
    font-family:'Futura PT Cond Book';
    font-weight: 700;
    font-size:27px;
    color: #fff;
}

tbody td.font-weight-bold{
    font-family:'Futura PT Cond';
}

tbody td.font-weight-bold span{
    font-family:'Futura PT Cond Book';
}

.btn-secondary {
    font-family:'Rockwell';
    font-weight: 700;
    font-size: 16px;
}

/*Flip-Icon-Element*/
strong {
    font-family:'Rockwell';
    font-weight: 700;
    font-size: calc(30px / var(--font-multiplicator));
}

    /*Typography END*/

    /*header*/
#page-header.navbar-mainnavigation {
    box-shadow:none;
}

#page-header.navbar-mainnavigation.navbar-fixed-top {
    position: fixed;
}

.body-bg-top {
    padding-top: 0;
}

.navbar-default{
    background-color: transparent !important;
}


/*dce-counter START*/
.dce-counter .part-1{
    bottom:0;
    z-index:2;
}

.dce-counter .count-element h4{
    margin-top: 20px;
}

.dce-counter{
    background-image: url("../Images/SB_IMG_Hintergrund_schwarz1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100%;
    width:100%;
    padding-top: 50px;
}

/*dce-counter END*/

/*dce-viedeo*/

.dce-video{
    height: 85vh;
}

.dce-video video{
    object-position: 65%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.dce-video .text-box{
    bottom:0;
    width:100%;
    height:100%;
    right:0;
    left:0;
    top:0;
}

.dce-video .icon{
    bottom:40px;
    right:40px;
    height: auto;
}

.dce-video .bigger .icon {
    right:0;
    width:150px;
}

.dce-video h1 {
    margin-bottom: 20px;
}


.default-circle img {
    width: 100px;
    height: auto;
}

.dce-imageText img.button-image{
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
}

.dce-imageText::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0, 0.3);
}

.dce-imageText .col-12 {
    z-index: 5;
}

.dce-imageText h2,  h3 {
    margin-bottom: 20px;
}

/*dce-bubble*/

.dce-bubble .backgroundimage.background-top {
    background-position: top;
}

.dce-bubble .backgroundimage.background-center {
    background-position: center;
}

.dce-bubble .backgroundimage.background-bottom {
    background-position: bottom;
}

.bubbleOne .text{
    width: 100%;
    border-style: solid;
    -moz-border-image: url("../Images/SB_Sprechblase_01.png") 1 1 1 1 fill;
    -o-border-image: url("../Images/SB_Sprechblase_01.png") 1 1 1 1 fill;
    border-image: url("../Images/SB_Sprechblase_01.png") 1 1 1 1 fill;
    -webkit-border-image: url("../Images/SB_Sprechblase_01.png") 1 1 1 1 fill;
    padding:2em;
}

.dce-bubble .slogan-image {
    width: 200px;
}

.bubbleTwo .text{
    width: 100%;
    border-style: solid;
    -moz-border-image: url(../Images/SB_Sprechblase_02.png) 1 1 1 1 fill;
    -o-border-image: url(../Images/SB_Sprechblase_02.png) 1 1 1 1 fill;
    border-image: url(../Images/SB_Sprechblase_02.png) 1 1 1 1 fill;
    -webkit-border-image: url(../Images/SB_Sprechblase_02.png) 1 1 1 1 fill;
    padding:2em;
}

.bubbleThree .text{
    width: 100%;
    border-style: solid;
    -moz-border-image: url(../Images/SB_Sprechblase_03.png) 1 1 1 1 fill;
    -o-border-image: url(../Images/SB_Sprechblase_03.png) 1 1 1 1 fill;
    border-image: url(../Images/SB_Sprechblase_03.png) 1 1 1 1 fill;
    -webkit-border-image: url(../Images/SB_Sprechblase_03.png) 1 1 1 1 fill;
    padding:2em;
}

 /*frame-type-dce_box*/

.backgroundcolor{
    background-image: linear-gradient(to bottom, rgb(33, 33, 33), rgb(0, 0, 0));
}

.backgroundcolor-BoxKategorie{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(325deg, rgba(0,0,0,1) 0%, rgba(84,84,84,1) 100%);
    background: -webkit-linear-gradient(325deg, rgba(0,0,0,1) 0%, rgba(84,84,84,1) 100%);
    background: linear-gradient(325deg, rgba(0,0,0,1) 0%, rgba(84,84,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#545454",GradientType=1);
}

.backgroundimage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*dce-box*/
.dce-boxImgText .text{
    margin-top:auto;
    margin-bottom:auto;
}

.dce-boxImgText .row img{
   object-fit: cover;
}

.backgroundcolorText{
    background-color: #FFFFFF;
}
 /*dce-heading*/

.dce-heading .text{
    width:100%;
    padding-top:15em;
    padding-bottom:3em;
    z-index:3;
}

.dce-heading .img-left{
 bottom:-3em;
 left:0;
}

.dce-heading .img-right{
    bottom:0;
    right:0;
}

/*card*/
.dce-card .cards{
	width:100%;
	overflow:hidden;
	height:auto;
}

.cards .flip-card:first-child .flip-card-front, .cards .flip-card:last-child .flip-card-front{
    display:none;
}

.cards .flip-card:first-child .flip-card-back, .cards .flip-card:last-child .flip-card-back{
    background:#000000;
    transform: none;
}

.cards .flip-card:first-child .flip-card-back p, .cards .flip-card:last-child .flip-card-back p{
    font-size: 30px;
    font-family: 'Rockwell';
    font-weight: 700;
    color:#8B6F4E;
    line-height: 30px;
    margin-bottom:0;
}

.flip-card {
    background-color: transparent;
    width: 50%;
    height: 25vh;
    perspective: 1000px;
    float:left;
    border: solid 1px #313131;
}

.first-flip-card{
    width: 50%;
    height: 25vh;
    background-color:#000000;
    border: solid 1px #313131;
    float:left;
    font-family: 'Rockwell';
    font-weight:700;
}

.flip-card-inner{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover:not(:first-child, :last-child)  .flip-card-inner  {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
    background: #000000 0% 0% no-repeat padding-box;
}

.flip-card-front img{
    object-fit: cover;
}

.flip-card-back {
  background-color: #fff;
  color: #000;
  transform: rotateY(180deg);
  padding:1em;
}

.flip-card-back p{
   font-family: 'Futura PT Cond Medium';
    font-weight: 600;
    font-size:24px;
    line-height: 120%;
    color:#000000;
    line-height: 30px;
}

/*btn-info*/
.btn.btn-info{
    border-radius: 0;
    font-size:20px;
    font-family:'Rockwell';
    font-weight: 700;
}

/*slick-slider */

.slick-slider {
    overflow: hidden;
}

.frame-header{
    margin-bottom:0;
    padding-top:2em;
    position:absolute;
    width:100%;
}

.element-header{
    color:#FFFFFF;
    font-family:"Rockwell";
    font-weight: 700;
}

.element-header span {
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-slider .slick-prev,  .slick-slider .slick-next {
    z-index: 1000;
    height: 67px;
    width: 45px;
    background-color: #ffffff;
    top:15%;
    z-index:1000;
}

.slick-dots{
    position:relative;
}

.slick-dots li{
    position:absolute;
    bottom:1em;
}

.slick-dots li button {
    color:#000;
    font-size:90px;
}

.slick-dots button{
    opacity:0;
}

.slick-dots .slick-active button{
    opacity:1;
}

.slick-dots .slick-active button:before{
    content: unset;
}

.slick-dotted.slick-slider {
    margin-bottom:0;
}

.frame-default .slick-slider .slick-prev{
    left:10% !important;
}

.frame-default .slick-slider .slick-next{
    left:20% !important;
}

.slick-slider .slick-next:before {
    transition: padding 0.5s ease-in-out;
    content: '\F061';
    font-family: 'Font Awesome 5 Pro';
    color: #000000;
    opacity: 1;
    left:5em;
}

.slick-slider .slick-prev:before {
    transition: all 0.5s ease-in-out;
    color: #000000;
    content: '\F060';
    font-family: "Font Awesome 5 Pro";
    opacity: 1;
}


.slick-slider .slick-dots li button:before{
    content: unset;
}

.dce-footer .icon{
    margin:auto;
    top:0;
    bottom:0;
    position:absolute;
    right: 0;
    left: 0;
}

.dce-footer .video a{
    font-size: 20px;
    color: #ffff00;
    background:#000000;
    padding:0.6em 1em;
    border-radius: 100%;
}

.dce-footer .video a:hover{
   color: #ffff00;
    cursor: pointer;
}

.dce-footer .video div{
    top:-1em;
}

/*image-row-element START*/

.image-row-element .row {
    flex-wrap: nowrap;
    overflow-y: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.image-row-element .row::-webkit-scrollbar {
    display: none;
}

.image-row-element img{
    margin-bottom: 30px;
}

/*image-row-element END*/

/*DCE-Column START*/
.dce-column .col-12 p:last-child {
    margin-bottom: 0;
}

.dce-column .container{
    position:relative;
    z-index:1;
}

/*image-row-element BoxCategory*/

@media (min-width: 768px)  {
    /*image-row-element START*/

    .image-row-element {
        flex-wrap: wrap;
        overflow-y: unset;
        -ms-overflow-style: unset;  /* IE and Edge */
        scrollbar-width: unset;  /* Firefox */
        margin-bottom: -100px;
    }

    .image-row-element .row::-webkit-scrollbar {
        display: unset;
    }

    .image-row-element .container{
        margin-bottom: 0;
    }

    .image-row-element img {
        margin-bottom: 0;
    }
    /*image-row-element END*/

    /* DCE Counter START*/
    .dce-counter {
        padding-top: 180px;
    }

    .dce-imageText svg{
      width: 150px;
    }

    .default-circle img {
        width: 150px;
    }

    .dce-video .bigger .icon {
        width: 350px;
    }
}

@media (min-width: 992px) {

    /* Typography START */
    h1, h2{
        font-size: 58px;
        line-height: 68px;
    }

    /* second h2 */
    h2.little-headline{
        font-size: 30px;
        line-height: 40px;
    }

    h3{
        font-size: 30px;
        line-height: 40px;
    }

    /* second h3 */
    h3.little-subheadline{
        font-size: 20px;
        line-height: 26px;
    }

    h3.special{
        font-size: 20px;
        line-height: 26px;
    }

    h4{
        font-size: 20px;
        line-height: 24px;
    }

    p {
        font-size: 27px;
        line-height: 37px;
    }
    /* Typography END */

    .dce-text {
        position: relative;
    }

    .dce-text .image-bottom:not(.align-items-center) picture {
        position: absolute;
        bottom: 0;
    }

    .dce-text h3 {
        font-size:60px;
        line-height: 70px;
    }

    .dce-bubble p{
        font-size:26px;
        line-height: 30px;
    }

    .dce-box p{
        font-size:26px;
        line-height: 30px;
    }

    .dce-bubble .text{
        max-width:100%;
        margin-left:unset;
        margin-right:unset;
    }

    .dce-image div + picture img{
        bottom:-8em;
    }

    /* DCE Video Start */
    .dce-video .tablet-width-75 {
        max-width: 75%;
    }
    /* DCE Video END */

    /* DCE Counter START*/
    .dce-counter {
        padding-bottom: 100px;
    }
    /* DCE Counter END*/
}

@media (min-width: 1024px) {

    .dce-video {
        object-fit: unset;
    }

    .default-circle img {
        width: 230px;
        height: auto;
    }

}

/* Desktop-Viewport */

@media (min-width: 1200px) and (orientation: landscape) {
    h1, h2{
        font-size: 90px;
        line-height: 100px;
    }

    /* second h2 */
    h2.little-headline{
        font-size: 60px;
        line-height: 70px;
    }

    h3{
        font-size: 60px;
        line-height: 70px;
    }

    .BoxCategory h3{
        font-size: 40px;
        line-height: 50px;
    }

    /* second h3 */
    h3.little-subheadline{
        font-size: 42px;
        line-height: 48px;
    }

    h3.special{
        font-size: 42px;
        line-height: 48px;
    }

    h4{
        font-size: 26px;
        line-height: 30px;
    }

    p{
        font-size: 42px;
        line-height: 48px;
    }

    /*second p tag */
    p.little-paragraph{
        font-size: 26px;
        line-height: 30px;
    }

    p.special{
        font-size: 26px;
        line-height: 30px;
    }

    header nav .nav-link .nav-link-text {
        font-size: 45px;
    }

    .number{
        font-size: 130px;
    }

    strong{
        font-size: 22px;
    }

    .btn-white{
        font-size: 32px;
    }

    .btn-primary{
        font-size: 32px;
    }

    /*Icon-Filter-Element (Unsere Filialen)*/

    span{
        font-size: 16px;
    }

    th, td span{
        font-size: 27px;
    }

    /*Flip-Icon-Element*/
    strong {
        font-size: 30px;
    }

    /* DCE Video START*/
    .dce-video .icon{
        /*max-width: 230px;*/
        right: 8rem;
    }

    .dce-video video {
        object-position: unset;
    }

    .dce-video svg {
        right: 10rem;
    }

    /* DCE Counter END*/

    .dce-bubble .slogan-image {
        width: 335px;
    }

    /* DCE Video-header START*/

    .dce-video, .dce-video video {
        height: 100vh;
    }

    /* DCE Video-header END*/

    .dce-imageText::before{
        content: unset;
    }
}

@media (min-width: 1400px) {
    header nav .nav-link .nav-link-text {
        font-size: 60px;
    }
    .cards .flip-card p {
        font-size: 24px;
        line-height: 120%;
    }
}

@media (min-width: 1400px) and (orientation: landscape) {

    .BoxCategory h3{
        font-size: 60px;
        line-height: 70px;
    }
}

@media (min-width: 1800px) {
    .cards .flip-card p {
        font-size: 30px;
    }
}
