@charset "UTF-8";
/*
Theme Name: Schriftarten
*/
body {
    background-color: #ebecf9 !important;
}

li p {
    margin: 0;
}

a, a:hover {
    text-decoration: none !important;
}

a:hover {
    color:unset !important;
}

.navbar-toggler {
    font-size: 0.85rem;
}

.uppermenu-wrapper {
    padding: 0 0 0 75px;
    z-index: 300;
}

.uppermenu-wrapper a {
    width: 175px;
    line-height: 15px;
    font-size: 14px;
    height: 38px;
    text-align: center;
    padding: 8px 10px 11px 10px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    font-weight: bold;
    color: #fff;
    display: block;
}

.step1 {
    margin-bottom: 20px;
    z-index: 200;
    border-radius: 25px;
}

.red {
    background-image: -webkit-linear-gradient(top, #FF7F8D 0%, #C70000 100%);
}

#step1-send {
    border-radius: 18px;
    padding: 8px 12px;
    box-shadow: inset 0px 0px 6px #444;
    color: #fff;
    border: 0px;
}

#step1-input {
    width: 100%;
    border: none;
    background: transparent;
    display: block;
    height: 40px;
    font-size: 22px;
    font-family: Helvetica;
    margin-left: 10px;
    text-shadow: #fff 1px 1px 2px;
}

.stepfind {
    position: relative;
    z-index: 200;
    padding: 25px 15px 15px 15px;
    margin-bottom: 25px;
    border-radius: 25px;
}

.btn-default.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
}

.input-group-text:hover {
    cursor: pointer;
    background: -webkit-linear-gradient(bottom, #186bdf 0%, #45d5f9 100%);
}

.dropdown-menu-find>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.input-group-btn .btn-danger, .input-group-btn .btn-primary {
    height: 52px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 2;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.paginate .page-numbers.current {
    background: #f3ea88;
    color: #000;
}

.paginate .page-numbers:hover {
    background: #f3ea88;
}

.paginate .page-numbers {
    background: #45d5f9;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    color: #FFF;
}

.paginate .page-numbers.dots {
    background: unset;
    color: #000;
}

.font-perso-square-color,
.font-perso-square-bg {
    text-align: center;
    margin-bottom: 11px;
    padding: 0px 3px 1px 2px;
}

.font-perso-square-color a, .font-perso-square-bg a {
    display: block;
    width: 20px;
    height: 20px;
    padding: 50% 0 50% 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.font-perso-square-color a:hover, .font-perso-square-bg a:hover {
    opacity: 0.65;
}

.custom-size {
    position: absolute;
    right: 130px;
    top: 28px;
}

.custom-size .card-header {
    font-size: 14px;
    text-align: left;
}

.custom-size .card-body {
    padding: 0 15px;
}

.bg-color {
    background: #FFF;
}

.symb_wrapper {
    text-align: center;
}

.symb, .symbf {
    font-size: 36px;
    color: #666;
    width: 54px;
    height: 55px;
    display: inline;
    line-height: 55px;
    text-align: center;
    border: 0px;
}

#for-print {
    -webkit-print-color-adjust: exact !important;
}
.loading {
    right: 0;
    background-color: rgba(0,0,0,.5);
}
.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;

    left: 50%;

    border-width: 30px;
    -webkit-animation: spin 1s linear infinite;
}
.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}
.aligncenter {
	display: block;
	margin: auto;
}

.main-nav {
    width: 0;
    z-index: 10;
    transition: .5s;
}
.main-nav a {
    transition: .3s;
}
.overlay {
    z-index: 9;
    transition: opacity 1s;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@media (max-width: 768px) {
    .uppermenu-wrapper{
        padding:0;
    }
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 767px) {}

@media screen and (max-width:1200px) {
    .hidden-md {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {}
