/*=== INIT ===*/
* {
    font-family:Tahoma, sans-serif;
}
a {
    color:darkblue;
}
a:hover {
    color:black;
}

/*=== KONTAKT ===*/
.cid-rG6q5oRJC2 .block .form-control {
    padding:10px;
    min-height:2em;
}
.cid-rG6q5oRJC2 .input {
    margin-bottom:0;
}
label.error {
    font-size:.8em;
    margin-bottom:10px;
    text-align:right;
    width:100%;
    color:red;
}
.ant-form-checkbox-wrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.ant-form-checkbox-label {
    font-size:.8em;
    line-height:1em;
    margin-top:5px;
    margin-left:5px;
    color:#767676;
}
.ant-form-alert {
    border:1px solid #ccc;
    text-align:center;
    padding:10px;
    border-radius:10px;
}
.ant-form-alert.news {
    width: 75%;
    margin: 0 auto;
}
.ant-form-alert.green {
    background:#D4EDDA;
}
.ant-form-alert.red {
    background:#F8D7DA;
}
.ant-form-alert.yellow {
    background:#FFF3CD;
}
.ant-alert {
    margin-bottom:15px;
}

/*=== TEAM ===*/
#features8-12 h4,
#features8-13 h4 {
    font-size:1.15em;
}

/*=== NEWS ===*/
#features15-1x h4 {
    font-size:1.15em;
}

/*=== SERVICE ===*/
#features14-e h4 {
    font-size:1em;
}

/*=== FUHRPARK ===*/
#features15-m h4,
#features15-n h4,
#features15-o h4 {
    font-size:1em;
}

/*=== RECHTLICHES ===*/
/*impressum*/
#content1-1j h2 {
    font-size:1.5em;
}
/*datenschutz*/
#content1-1l h2 {
    font-size:1.5em;
}
#content1-1l h3 {
    font-size:1.3em;
}
/*haftungsausschluss*/
#content1-1p h2 {
    font-size:1.5em;
}


/*admin-cp*/
#ant-navi nav {
    display: flex;;
    border-bottom: 1px solid red;
    margin-bottom: 20px;
}
#ant-navi .navbar ul {
    width: 100%;
}
#ant-navi .navbar ul li {
    display: inline-block;
    margin-right: 50px;
}
#ant-footer {
    margin-top: 20px;
    border-top: 1px solid red;
    text-align: center;
}
#ant-welcome {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}
#ant-login {
    text-align: center;
}
#ant-news {
    text-align: center;
}
.news_wrapper {
    display: flex;
    width: 100%;
    text-align: left;
}
.news_item_head {
    font-weight: bold;
    padding: 10px;
    background: #eee;
}
.news_item_head:nth-child(1),
.news_item:nth-child(1) {
        width: 20%;
}
.news_item_head:nth-child(2),
.news_item:nth-child(2) {
    width: 30%;
}
.news_item_head:nth-child(3),
.news_item:nth-child(3) {
        width: 30%;
}
.news_item_head:nth-child(4),
.news_item:nth-child(4) {
        width: 15%;
}
.news_item_head:nth-child(5),
.news_item:nth-child(5) {
        width: 5%;
    text-align: center;
}
.news_item_head a {
    text-decoration: none;;
}
.new_item {
    background: green;
    color: white;
    padding: 10px;
    border-radius: 50%;
}
.news_item img {
    max-height: 100px;
}


/*=== forms ===*/
form h1 {
    text-align: center;
    box-sizing: border-box;
}
.group {
    display: flex;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    flex-wrap: wrap;
}
.group p {
    flex-basis: 10%;
}
.group p.col2 {
    margin-left: 50px;
}
.group div.col3 {
    margin-top: 15px;
    margin-left: 50px;
}
.frm_input {
    margin-top: 10px;
    flex-basis: 85%;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: .9em;;
    height: auto;
    border: 1px solid #ccc;
}
.frm_text {
    flex-basis: 85%;
    min-height: 100px;
    padding: 10px 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: .9em;;
    border: 1px solid #ccc;
}
.frm_file {
    flex-basis: 85%;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: .9em;;
    margin-left: 10%;
}
.frm_submit {
    border-radius: 10px;
    cursor: pointer;
    background: #eee;
    border: 1px solid #ccc;
    width: 40%;
    margin: 0 auto;
    font-size: 1.1em;;
}

.group label {
    display: block;
    width: 95%;
    font-size: .8em;
    text-align: right;
    margin-bottom: 15px;
}
.group label.file {
    display: inline-block;
    font-size: .8em;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 10%;
}
.group img {
    width: 20%;
}

.cid-rH2Xq57n4a .card-img {
    max-width: 100%;
    background-size: cover !important;
    min-height: 250px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    background-position: center center;
}

.cid-rH2Xq57n4a .media-container-row {
    flex-wrap: wrap;
}

.cid-rFDudKaxRS .navbar-buttons.mbr-section-btn {
    flex-wrap: wrap;
    width: 200px;
    justify-content: flex-end;
}

@media (max-width:921px) {
    .cid-rFDudKaxRS .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-rFDudKaxRS .navbar-collapse.show .navbar-buttons:last-child {
        justify-content: space-around;
    }
}

.cid-rFDudKaxRS .navbar-toggleable-sm .navbar-collapse {
    padding-right: 20px;
    justify-content: flex-start;
}

.cid-rFDudKaxRS .navbar-toggleable-sm .navbar-collapse > ul {
    flex-grow: 1;
}

.ant-top-link:first-of-type {
    margin-bottom: 5px;
}

.ant-top-link .mbr-iconfont  {
    margin-right: 5px;
}

.ant-top-link a {
    color: black;
    font-size: 11pt;
}

.cid-rFDudKaxRS .menu-logo .navbar-brand {
    padding-left: 10px;
}

.ant-gallery-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;;
}

.ant-gallery-item {
    flex-basis: 25%;
    box-sizing: border-box;
    padding: 10px;
    min-width: 25%;
    min-height: 150px;
}

.ant-gallery-item-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}