@font-face {
    font-family: 'Homepagebaukasten Bold';
    src: url('Font/Homepagebaukasten%20Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
}
body{
    margin: 0px;
    color: white;
    font-family: 'Homepagebaukasten Bold', sans-serif;
    font-size: 18px;
}
img{
    max-width: 100%;
}
h2{
    font-size: 27px;
    display: inline-block;
    margin-top: 9px;
    position: relative;
    z-index: 9;
    text-decoration: underline;
}
.container{
    width: 850px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 20px;
}
.single-box{
    background-color: #000000;
    margin-bottom: 4px;
    text-align: center;
    overflow: hidden;
    padding: 12px 30px;
    border-radius: 15px;
}
.three-col{
    display: grid;	
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.two-col{
    display: grid;	
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.tt-col{
    display: grid;	
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.tt-col ul{
    padding: 14px;
    text-align: left;
}
.full{
    width: 100%;
}
.two-col ul{
    padding-left: 59px;
    text-align: left;
}
.two-col ul li, .innerboxtwo ul li{
    margin-bottom: 8px;
}
a{
    color: white;
    text-decoration: none;
}
.mb0{
    margin-bottom: 0px;
}
.cimg{
    border-radius: 40px;
    width: 97%;
}
.innerbox{
    box-shadow: 5px 1px 13px -4px black;
    width: 500px;
    margin: 0px auto;
    background-color: #434343;
    border-radius: 15px;
    padding: 15px;
}

.innerbox h3, .innerboxtwo h3{
    margin-top: 0px;
}
.innerbox ul{
    width: 229px;
    margin: 0px auto;
    max-width: 100%;
}
.innerboxtwo{
    box-shadow: 5px 1px 13px -4px black;
    width: 688px;
    margin: 0px auto;
    background-color: #434343;
    border-radius: 15px;
    padding: 15px;
}
h3{
    font-size: 25px;
}
ul{
    padding: 0px;
    margin: 0px;
}
.dflex{
    display: flex;
    justify-content: space-around;
    gap: 17px;
}
ol{
    text-align: left;
}
ol li{
    margin-bottom: 22px;
}
.addon{
    display: grid;	
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    align-items: center;
}
.addon ul{
    list-style: none;
}
.addon ul li{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    justify-content: center;
}
.addon ul li span{
    width: 6px;
    height: 6px;
    background-color: white;
    display: inline-flex;
    border-radius: 13px;
    justify-content: center;
}
ul li span{
    width: 6px;
    height: 6px;
    background-color: white;
    display: inline-flex;
    border-radius: 13px;
    justify-content: center;
}
.buildinggif{
    width: 90%;
    border-radius: 25px;
    margin-bottom: 10px;
}
.white-btn{
    display: block;
    background-color: white;
    width: 94%;
    margin: 0px auto;
    border-radius: 55px;
    color: black;
    padding: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 16px;
    text-shadow: 2px 2px #dcdcdc;
}
.timg{
    border-radius: 20px;
    margin-bottom: 28px;
}
.addon img{
    width: 100%;
    border-radius: 20px;
}
.mtsm{
    margin-top: 10px;
}
.list-top li{
    margin-top: 12px;
}
iframe{
    border: 3px solid white;
}
.mb0{
    margin-bottom: 0px;
}
.img-comp-container {
    position: relative;
    height: 260px;
    border: 3px solid white;
    overflow: hidden;
    margin-top: 12px;
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.img-comp-img img {
    display: block;
    vertical-align: middle;
    height: 260px;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url(../img/icons.svg);
    background-size: 38px 17px;
    opacity: 1;
    background-repeat: no-repeat;
    background-color: transparent;
}
.img-comp-overlay img{
    max-width: 561px;
    height: 260px;
}
.img-comp-overlay{
    border-right: 3px solid white;
}
.cborder{
    border: 4px solid white;
    border-radius: 34px;
}
iframe.juxtapose {
    display: block;
    margin: 0;
    padding: 0;
}
.single-box iframe {
    margin: 0;
    display: block;
}
.white-banner {
    background-color: white;
    border-radius: 50px;
    padding: 20px;
    margin-top: 20px;
    border: 2px solid #ddd;
    text-align: center;
    font-family: 'Homepagebaukasten Bold', sans-serif;
}

.white-banner p {
    margin: 0;
    color: black;
}

.white-banner .note {
    margin-top: 10px;
    color: gray;
    font-size: 14px;
}
.single-box{
    background-color: #131313;
    margin-bottom: 11px;
    text-align: center;
    overflow: hidden;
    padding: 8px 7px;
    border-radius: 50;
}

.text-left{
    text-align: center;
}

h2.bb{
    font-size: 27px;
    display: inline-block;
    margin-top: 9px;
    position: relative;
    z-index: 9;
    text-align: center;	
    text-transform: uppercase;
    margin-bottom: 18px;
    border-bottom: 2px solid white;
}

.full{
    width: 100%;
}

img{
    margin-top: 12px;
}
