.toplogo {
    margin: 0 30px 0 0;
}
.height30 { min-height: 28vh; }

p:empty {
    display: none;
}

.bloginfo {
    margin-bottom: 10px;
}
.blog .items-row .item {
    padding-top: 15px;
}
.row.news_item,
.row.news_item .row {
    margin-top: 15px;
    margin-bottom: 15px;
}
.weiterlesen {
    margin-bottom: 0;
}
.weiterlesen .readmore {
    text-decoration: underline;
}
.weiterlesen .readmore:hover {
    text-decoration: none;
}

.pagination > .active a,
.pagination > .active a:hover {
    background-color: rgb(244,157,6);
}

.call_to_action {
    display: grid;
    grid-template-columns: 10px max-content;
    grid-gap: 5px;
    align-items: center;
    justify-items: start;
    text-align: left;
    max-width: min-content;
    padding: 10px 15px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(244,157,6);
    border: 2px solid rgb(244,157,6);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.call_to_action span {
    color: #ffffff;
    margin: 0!important;
}

.call_to_action:hover {
    color: #ffffff;
    border: 2px solid #000000;
    scale: 1.1;
}

.sidebar .call_to_action {
    font-size: 13px;
}

.page_blogdetail {
    margin: 40px 0;
}

body:not(.hypnopage) .avPlayerWrapper {
    width: 100%;
    max-width: 450px;
    margin: 20px 0!important;
}

select {
    width: 100%;
    border-radius: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea {
    width: 100%;
    max-width: 100% !important;
}
ff_elem97,
#ff_elem41 {
    height: 180px;
}

@media (min-width: 1200px) {
    .navbar-nav {
        float: unset!important;
        margin: 0;
    }
}