/*************
GLOBAL
*************/

body {
    font-family: 'Lato', sans-serif;
    color: #3c3c3b;
    background-color: white;
}

.alt-font {
    font-family: 'Oswald', sans-serif;
}

.zoom-img:hover img {
    -moz-transform: scale(1.2) rotate(0.02deg);
    -webkit-transform: scale(1.2) rotate(0.02deg);
    -ms-transform: scale(1.2) rotate(0.02deg);
    transform: scale(1.2) rotate(0.02deg);
}

.zoom-img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.zoom-img img {
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.no-scale .zoom-img img {
    transform: none !important;
    transition: none !important;
}

a, a:hover, a:visited, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    outline: 0!important;
}

.btn-success:visited {
	color: #fff;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

button::-moz-focus-inner {
    border: 0;
}

.button, .button:focus, .button:visited, .button:active {
    font-size: 12px;
    font-weight: 500;
    padding: 0px 20px;
    min-height: 40px;
    line-height: 40px;
    background-color: #aa1660;
    border: 1px solid #aa1660;
    border-radius: 0;
    transition: all 0.2s;
    letter-spacing: 1px;
    color: white !important;
    outline: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.button:hover {
    background-color: #aa1660;
    color: white;
}
.button-white, .button-white:focus, .button-white:visited, .button-white:active {
    background-color: white;
    color: #aa1660 !important;
}
.middle-banner {
    height: 200px;
    background-image: url("../images/banner-back.png");
    margin: 0px 0px 30px 0px;
    text-align: center;
    padding-top: 60px;
    color: white;
    font-size: 20px;
}

.middle-banner-small {
    background-image: url("../images/banner-back.png");
    margin: 0 auto;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 15px;
    color: white;
    font-size: 16px;
    height: 75px;
    width: 320px;
}


/*PAGE ROUTE*/

.page-route {
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
    color: #7a7a7a;
}

.page-route li {
    display: inline-block;
    margin-right: 10px;
}

.page-route li::after {
    content: "»";
    display: inline-block;
    margin-left: 10px;
}

.page-route li:last-child::after {
    display: none;
}

.page-route li.active a {
    text-decoration: underline;
    color: #c2086c;
}

.page-route a {
    transition: all 0.2s;
}

.page-route a:hover {
    text-decoration: underline;
    color: #c2086c;
}


/* SLIDER */

.slick-slide {
    min-height: none;
}

.slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 35px;
    line-height: 36px;
    color: white;
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next, .slick-prev {
    position: absolute;
    z-index: 5;
    bottom: 0;
    line-height: 0;
    font-size: 0;
    border: none;
    height: 60px;
    width: 60px;
    background-color: #000;
    outline: 0;
    opacity: 0.35;
    transition: all 0.2s;
}

.slick-next:hover, .slick-prev:hover {
    opacity: 1
}

.slick-next:focus, .slick-prev:focus {
    outline: 0;
}

.slick-next {
    right: 0px;
}

.slick-prev {
    right: 63px;
}

.kategorie-slider .slick-next {
    right: 1px;
    top: 0;
}

.kategorie-slider .slick-prev {
    left: 1px;
    top: 0;
}

.news-detail-slider .slick-next,
.news-detail-slider .slick-prev {
    top:0;
    bottom: auto;
}

.coupons-slider .slick-next {
    right: 17px;
    bottom: 40px;
    height: 40px;
    width: 40px;
}

.coupons-slider .slick-prev {
    left: 17px;
    bottom: 40px;
    height: 40px;
    width: 40px;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}


/* MODAL */

.modal-dialog {
    margin: 100px auto;
}

.modal-content ul {
    padding-left: 15px;
    list-style: none;
    color: #db2929;
}

.modal img {
    max-width: 200px;
    margin-top: 20px;
}

.modal-content {
    background-color: #f0f0f0;
    padding: 30px 50px;
}

.modal h4 {
    font-size: 48px;
    font-weight: 300;
    color: #333;
    margin-top: 30px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.modal-header, .modal-footer {
    border: none;
    padding: 0 15px;
}

.modal-footer {
    text-align: left;
}

.modal label {
    font-size: 18px;
    font-weight: 300;
}

.modal .form-control {
    height: 55px;
    line-height: 55px;
    border: 2px solid white;
    border-radius: 0;
    transition: all 0.2s;
    font-size: 20px;
}

.modal .form-control:focus {
    border: 2px solid #c2086c;
    outline: 0;
    box-shadow: none;
}

.modal-body .row {
    margin-top: 40px;
}

.modal input[type="checkbox"] {
    margin-right: 10px;
    position: absolute;
    z-index: -2;
}

.modal input[type="checkbox"]+span {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border: 2px solid white;
    background-color: white;
    display: inline-block;
    cursor: pointer;
}

.modal input[type="checkbox"]:checked+span {
    background-color: #c2086c;
}

.modal .button {
    font-size: 18px !important;
    font-weight: 500;
    padding: 10px 25px !important;
    background-color: #c2086c;
    border: none;
    border-radius: 0;
    transition: all 0.2s;
}

.modal button:hover {
    background-color: #333;
}

.modal button i {
    margin-left: 10px;
    font-size: 20px;
}

.modal button.login-close {
    background-color: transparent!important;
    padding: 0;
    font-size: 70px;
    opacity: 1;
    font-weight: 300;
    color: #333;
}

.modal button.login-close:focus, .modal button:focus {
    outline: 0;
}

.modal-links {
    text-align: right;
}

.modal-links a {
    font-size: 18px;
    text-decoration: underline;
    transition: all 0.2s;
    font-weight: 300;
}

.modal-links a:hover {
    color: #c2086c;
}


/*************
END GLOBAL
*************/


/* FORM */

.form label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.form textarea, .form input, .form select {
    width: 100%;
    display: block;
    /* margin-bottom: 20px; */
    outline: 0 !important;
    box-shadow: none !important;
    transition: all 0.2s;
    border: 1px solid darkgray;
    border-radius: 0;
}

.form textarea:focus, .form input:focus, .form select:focus {
    border-color: #c2086c;
}

.form input, .form select {
    height: 34px;
    line-height: 34px;
    padding: 0px 15px;
}

.form textarea {
    padding: 15px;
    resize: none;
}

.form input[type=number] {
    padding-left: 10px;
    padding-right: 0;
}

.form .checkbox-label {
    position: relative;
    margin-top: 5px;
    cursor: pointer;
}

.form .checkbox-label input {
    width: 0px;
    height: 0px;
    display: inline-block;
    visibility: hidden;
    line-height: 0;
    position: absolute;
    z-index: -2;
}

.form .checkbox-label input+span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid gray;
    background-color: white;
    margin-right: 10px;
    position: relative;
    margin-bottom: -4px;
}

.form .checkbox-label input:checked+span {
    background-color: #c2086c;
    border-color: #c2086c;
    background-image: url(../images/check-symbol.svg);
    background-position: center;
    background-size: cover;
}

.form .mitgliedsnummer input {
    display: inline-block;
    width: 70px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.mitgliedsnummer span {
    padding: 15px;
    display: inline-block;
}

.form p {
    margin-bottom: 50px;
    margin-top: 20px;
}

.form button {
    font-size: 18px !important;
    padding: 5px 40px !important;
    line-height: 30px !important;
}

.form {
    margin-bottom: 50px;
}