﻿.dortcontainer {
    display: flex;
    padding: 0.5rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 95%;
    height: auto;
    align-items: center;
    background-color: black;
    opacity:0.9;
    border: 1px solid black;
    margin: 1rem 0;
}

.dortcolumn {
    display: flex;
    height: 500px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 30%;
    max-width: 320px;
    background-color: black;
}

.dortconnecter {
    width: 3%;
    height: 500px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top:1rem;
}

    .dortconnecter div {
        border: 1px solid white;
        border-left: none;
        width: 100%;
        margin-left: 0;
    }

#dortconn1 div {
    height: 120px;
}

#dortconn2 div {
    height: 240px;
}

.dortline {
    margin-top:0.6rem;
    width: 4%;
    height: 500px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .dortline div {
        border-top: 1px solid white;
    }
.paket{
    display:flex;
    align-items:center;
    width:100%;
}
.dortbox-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}

.dortbox {
    width: 80%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
}

.small-dortbox {
    width: 20%;
    height: 40px;
    background-color: white;
    border-left: 1px dotted black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paket {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.tarih {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
    width: 100%;
    font-size: 0.9rem;
}

@media only screen and (max-width:768px) {
    .tarih {
        font-size: 0.6rem;
    }
}
