/* raleway-300 - latin */
@font-face {
    font-display  : swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family   : 'Raleway';
    font-style    : normal;
    font-weight   : 300;
    src           : url('../fonts/raleway/raleway-v28-latin-300.eot');
    /* IE9 Compat Modes */
    src           : url('../fonts/raleway/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway/raleway-v28-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway/raleway-v28-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway/raleway-v28-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway/raleway-v28-latin-300.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
    font-display  : swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family   : 'Raleway';
    font-style    : normal;
    font-weight   : 400;
    src           : url('../fonts/raleway/raleway-v28-latin-regular.eot');
    /* IE9 Compat Modes */
    src           : url('../fonts/raleway/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway/raleway-v28-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway/raleway-v28-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway/raleway-v28-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway/raleway-v28-latin-regular.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
    font-display  : swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family   : 'Raleway';
    font-style    : normal;
    font-weight   : 700;
    src           : url('../fonts/raleway/raleway-v28-latin-700.eot');
    /* IE9 Compat Modes */
    src           : url('../fonts/raleway/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway/raleway-v28-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway/raleway-v28-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway/raleway-v28-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway/raleway-v28-latin-700.svg#Raleway') format('svg');
    /* Legacy iOS */
}

* {
    font-family: 'Raleway', sans-serif;
    margin     : 0;
    padding    : 0;
}

body {
    background-color: #fff;
    color           : #000;
    font-size       : 16px;
    font-weight     : 300;
}

a,
a:hover {
    color          : #1B171B;
    text-decoration: none;
    transition     : all, 0.5s;
}

b {
    font-weight: 700;
}

p {
    line-height  : 1.5em;
    margin-bottom: 1em;
}

h1 {
    color    : #000;
    font-size: 16px;
    margin   : 0 0 0.7em;
}

h1#slogan {
    color         : #fff;
    font-size     : 15px;
    font-weight   : 300;
    margin        : 0;
    padding       : 5px 0;
    text-align    : center;
    text-transform: uppercase;
}

h1.slimLine {
    font-size     : 36px;
    font-weight   : 300;
    border-bottom : 1px solid #000;
    margin-bottom : 25px;
    padding-bottom: 10px;
}

h3 {
    font-weight: 300;
    font-size  : 20px;
}

h3 b {
    font-weight: 400;
}

.cb {
    clear: both;
}

.db {
    display: block;
}

.blackBar {
    background : #1B171B;
    color      : #fff;
    display    : block;
    font-weight: 300;
    padding    : 5px 15px;
    font-size  : 26px;
}

.blackBar div {
    float      : right;
    line-height: 20px;
    margin-top : 2px;
}

.blackBar.flagIco {
    background-repeat  : no-repeat;
    background-position: right 15px center;
    background-size    : 40px auto;
    padding-right      : 65px;

}

.blackBar.flagIco.flagDe {
    background-image: url('../img/ico-flag-de.png');
}

.blackBar.flagIco.flagAt {
    background-image: url('../img/ico-flag-at.png');
}

.blackBar.flagIco.flagCh {
    background-image: url('../img/ico-flag-ch.png');
}

.blackBar.flagIco.flagIt {
    background-image: url('../img/ico-flag-it.png');
}

.blackBar.flagIco.flagFr {
    background-image: url('../img/ico-flag-fr.png');
}

.blackBar.flagIco.flagNo {
    background-image: url('../img/ico-flag-no.png');
}

.blackBar.flagIco.flagNl {
    background-image: url('../img/ico-flag-nl.png');
}


@media (min-width: 768px) {
    h1 {
        font-size: 18px;
    }

    h1#slogan {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 20px;
    }

    h1#slogan {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 24px;
    }

    h1#slogan {
        font-size: 55px;
    }
}

p {
    font-weight: 400;
}

.noPad {
    padding: 0;
}

.hr {
    height    : 1px;
    background: #1B171B;
    margin    : 20px 0;
}

form .hr {
    width     : 95%;
    background: #c0c0c0;
    margin    : 25px 0;
}

/*Formulare*/

p.hint {
    font-size   : 13px;
    max-width   : 500px;
    padding-left: 15px;
    position    : relative;
}

p.hint:before {
    content  : "*";
    font-size: 32px;
    position : absolute;
    left     : 0;
    top      : 4px;
}

table.reg th {
    padding: 0 30px 0 0;
}

label {
    font-weight: normal;
    position   : relative;
}

label .small {
    font-size  : 12px;
    margin     : 0;
    line-height: auto;
}

.mandatory:after {
    content    : "*";
    font-size  : 32px;
    position   : absolute;
    top        : -8px;
    margin-left: 2px;
}


label.check {
    padding-left: 18px;
    position    : relative;
    margin      : 0 0 1em;
}

label.check input {
    left    : 0;
    position: absolute;
    top     : 1px;
}


input,
textarea,
select {
    background: #fff;
    border    : 1px solid #1b171b;
    color     : #000;
    display   : block;
    margin    : 0 0 1em;
    padding   : 2px 5px;
    width     : 95%;
}

textarea {
    min-height: 8em;
}

select {
    width: auto;
}

input.ort {
    width: 80%;
}

input.plz {
    margin-right: 2%;
    float       : left;
    width       : 13%;
    text-align  : center;
}

.datum2 {
    float        : left;
    width        : auto;
    margin-right : 10px;
    text-align   : center;
    padding-right: 10px;
}

.datum4 {
    width        : auto;
    text-align   : center;
    padding-right: 10px;
}



input[type="checkbox"],
input[type="radio"] {
    width  : auto;
    padding: 0;
}

input.sender {
    background    : #1b171b none repeat scroll 0 0;
    color         : #ffffff;
    font-size     : 22px;
    line-height   : 1em;
    padding       : 6px 20px;
    text-transform: uppercase;
    width         : auto;
}

input.sender:hover {
    color: #e80061;
}



/* Bootstrap defaults */
.container {
    position: relative;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
    width           : 30px;
}

.navbar-toggle:hover .icon-bar {
    background-color: #e80061;
}

.navbar-collapse {
    border-top: 1px solid rgba(0, 0, 0, 0.8);
    width     : 100%;
}

.navbar-toggle {
    border       : none;
    border-radius: 0;
    margin-top   : 12px;
}

.navbar-nav {
    margin: 0;
}

.nav>li {
    display : block;
    position: relative;
    width   : 100%;
}

.navbar-nav>li>a {
    color         : #fff;
    font-size     : 14px;
    line-height   : 47px;
    height        : 47px;
    padding-bottom: 0px;
    padding-top   : 0px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
    color           : #e80061;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border          : none;
}

.navbar-nav>li>a.socialIcon {
    display      : inline-block;
    margin-bottom: 0px;
    margin-right : 15px;
}

.navbar-nav>li>a.socialIcon:last-child {
    margin-right: 0;
}

.navbar-nav>li.social {
    text-align: center;
}

ul.dropdown-menu {
    background-color: transparent;
    border          : none;
    border-radius   : 0;
    box-shadow      : none;
    display         : none;
    font-size       : 14px;
    margin          : 2px 0 0;
    min-width       : 160px;
    padding         : 5px 0;
    list-style      : none;
}

/*damn IE/Edge: Hack to remove list dot */
ul.dropdown-menu>li {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.dropdown-menu>li>a {
    color      : #fff;
    font-weight: 300;
    font-size  : 13px;
    line-height: 1.42857;
    padding    : 3px 20px;
}

.navbar-nav .open .dropdown-menu>li {
    margin-bottom: 5px;
}

.navbar-nav .open .dropdown-menu>li>a {
    line-height: 25px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
    color           : #e80061;
}



.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collaps {
    margin: 0;
}

.navbar-collapse {
    padding: 0
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding: 0;
    }

    .navbar-collapse.collapse {
        border-top: none;
        float     : left;
        margin-top: 29px;
        width     : auto;
    }

    .nav>li {
        color      : #999999;
        float      : left;
        line-height: 38px;
        width      : auto;
    }

    .navbar-nav>li>a {
        color        : #999999;
        font-size    : 18px;
        padding-left : 12px;
        padding-right: 12px;
        text-align   : center;
    }

    .navbar-nav>li>a:hover {
        color: #fff;
    }

    .navbar-nav>li:hover .dropdown-menu {
        display: block;
    }


    .dropdown-menu {
        left: 15px;
    }

    .dropdown-menu>li {
        background-color: transparent;
    }

    .dropdown-menu>li>a {
        color        : #fff;
        background   : #e80061;
        margin-bottom: 1px;
        padding      : 5px 12px;
        font-size    : 16px;
    }

    .dropdown-menu>li>a:hover {
        background-color: #fff;
    }


}

@media (min-width: 992px) {
    .navbar-collapse.collapse {
        margin-top: 36px;
    }

    .navbar-nav>li>.dropdown-menu {
        padding-top: 7px;
    }

    .navbar-nav>li>a {
        padding-left : 15px;
        padding-right: 15px;
        font-size    : 24px;
    }
}

@media (min-width: 1200px) {


    .navbar-collapse.collapse {
        margin-top: 28px;
    }

    .navbar-nav>li>.dropdown-menu {
        padding-top: 2px;
    }

    .navbar-nav>li>a {
        height     : 60px;
        line-height: 60px;
        font-size  : 28px;
    }

    .navbar-nav {
        margin: 0;
    }

    .dropdown-menu>li>a {
        font-size: 22px;
    }

}


/* Bootstrap defaults END */

.fullWidth {
    padding-left : 0;
    padding-right: 0;
}

section.header {
    background     : url('../img/bg_header_sm.jpg') no-repeat center;
    background-size: cover;
    padding-top    : 155px;
    position       : relative;
}

section.header.small {
    min-height: 60px;
}

section.header div.copy {
    right: auto;
    left : 0;
}

section.header.small div.copy {
    display: none;
}

div.blackBarHead {
    background-color: rgba(0, 0, 0, 0.85);
    min-height      : 60px;
    position        : fixed;
    top             : 0;
    width           : 100%;
    z-index         : 100;
}

a#logo {
    background     : url('../img/apresski-logo.png') no-repeat top left;
    background-size: 107px 44px;
    display        : block;
    float          : left;
    height         : 44px;
    margin         : 8px;
    width          : 107px;
}

/*Suchbutton im Header*/

button#suche {
    background     : url('../img/ico-close.png') no-repeat top left;
    background-size: 44px 44px;
    border         : none;
    display        : block;
    height         : 44px;
    position       : absolute;
    right          : 70px;
    top            : 7px;
    width          : 44px;
}

button#suche.collapsed {
    background     : url('../img/ico-lupe.png') no-repeat top left;
    background-size: 44px 44px;
}

/*Suchlayer*/

div#searchOpen {
    background-color: rgba(0, 0, 0, 0.85);
    position        : fixed;
    top             : 60px;
    padding         : 15px;
}

form#sucheForm {
    border    : none;
    display   : block;
    min-height: 40px;
    position  : relative;
}

form#sucheForm input {
    background   : #fff;
    border       : none;
    color        : #1b171b;
    height       : 40px;
    margin       : 0;
    padding-left : 10px;
    padding-right: 50px;
    width        : 100%;
    max-width    : 100%;
}

form#sucheForm button {
    background: #F0F0F0 url('/img/ico-arrow.png') no-repeat center;
    border    : none;
    height    : 40px;
    width     : 40px;
    position  : absolute;
    right     : 0px;
    top       : 0px;
}

form#sucheForm button.loading {
    background     : #F0F0F0 url('/img/loading.gif') no-repeat center;
    background-size: 30px;
}

div#searchOpen .suchergebnis {
    position: relative;
    width   : auto;
    top     : 0;
}

@media (max-width: 768px) {
    div#searchOpen {
        width: 100%;
    }
}



@media (min-width: 768px) {
    section.header {
        background-image: url('../img/bg_header_md.jpg');
        min-height      : 200px;
        padding-top     : 80px;
    }

    section.header.small {
        min-height: 80px;
    }

    div.blackBarHead {
        min-height: 80px;
    }

    a#logo {
        background-size: 138px 54px;
        margin         : 10px 15px 0 7px;
        height         : 54px;
        width          : 138px;
    }

    button#suche {
        top  : 21px;
        right: 15px;
    }

    div#searchOpen {
        top: 80px;
    }

}

@media (min-width: 992px) {
    section.header {
        min-height : 390px;
        padding-top: 90px;
    }

    section.header.small {
        min-height: 90px;
    }

    div.blackBarHead {
        min-height: 90px;
    }

    a#logo {
        background-size: 163px 64px;
        margin         : 10px 20px 0 7px;
        height         : 64px;
        width          : 163px;
    }

    button#suche {
        top: 23px;
    }

    div#searchOpen {
        top: 90px;
    }
}


div.login {
    position: absolute;
    right   : 5px;
    top     : 100px;
}

div#status {
    background : rgba(255, 255, 255, 0.8);
    position   : absolute;
    left       : 50%;
    width      : 250px;
    margin-left: -125px;
    display    : none;
    padding    : 15px;
    top        : 100px;
}

section.search {
    background-color: rgba(27, 23, 27, 0.6);
    position        : absolute;
    top             : 143px;
    left            : 0;
    right           : 0;
    text-align      : center;
    color           : #fff;
    padding         : 25px 0;
}

section.search p {
    font-size    : 24px;
    margin-bottom: 20px;
}

h2#search {
    font-size  : 48px;
    line-height: 1em;
}

section.search fieldset {
    width : 586px;
    margin: auto;
}

section.search input.suchfeld {
    border      : 1px solid #f4f4f4;
    width       : 525px;
    padding     : 10px 15px;
    float       : left;
    margin-right: 15px;

}

section.search button.btn-default {
    background     : #e80061 url('../img/ico-search.png') no-repeat center;
    background-size: 44px;
    width          : 44px;
    height         : 44px;
    border         : none;
    float          : left;
}

section.search button.btn-default.loading {
    background     : #fff url('../img/loading.gif') no-repeat center;
    background-size: 30px;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    section.search p {
        font-size: 20px;
    }

    h2#search {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    section.search p {
        font-size: 24px;
    }

    h2#search {
        font-size: 48px;
    }
}


section.slogan,
section.footer {
    background-color: #1b171b;
}


section.content {
    margin: 15px 0 0;
}

section.content .innerContent a {
    color: #E80061;
}

section.content ul {
    margin: 0 0 15px 15px;
}

@media (min-width: 768px) {
    section.content {
        margin: 20px 0;
    }
}

@media (min-width: 992px) {
    section.content {
        margin: 20px 0;
    }
}

@media (min-width: 1200px) {
    section.content {
        margin: 30px 0;
    }
}




.btnBlue {
    background    : #a6cce3;
    border        : none;
    color         : #fff !important;
    display       : block;
    font-size     : 22px;
    padding       : 8px 15px;
    text-transform: uppercase;
}

.btnPink {
    background: #e80061;
    border    : none;
    color     : #fff !important;
    display   : inline-block;
    font-size : 22px;
    padding   : 8px 15px;
}

.btnBlack {
    background: #1b171b;
    border    : none;
    color     : #fff;
    display   : inline-block;
    font-size : 22px;
    padding   : 8px 15px;
}

.btnSmall {
    display: inline-block;
}

.teaserBox {
    margin-bottom: 15px;
    position     : relative;
}

.teaserBox li {
    word-break: break-all;
}

.teaserBox.dark {
    background-color: #1b171b;
    text-transform  : uppercase;
}

.teaserBox.dark h5 {
    color    : #fff;
    font-size: inherit;
    padding  : 0 15px 10px 15px;
}

.teaserBox.light {
    background-color: #fff;
    min-height      : 250px;
}


.teaserBox a.btnBlue {
    border-top: 5px solid #fff;
}

.teaserBox.dark p {
    color         : #fff;
    text-transform: none;
    padding       : 0 15px 0;
}

.teaserBox p:first-of-type {
    margin-top: 10px;
}

.teaserBox div.spacer {
    border-top: 15px solid #fff;
    margin    : 0 0 10px 0;
}

.teaserBox h2 {
    background-color: rgba(255, 255, 255, 0.6);
    font-size       : 22px;
    font-weight     : 400;
    left            : 5px;
    margin-right    : 5px;
    line-height     : 32px;
    padding         : 2px 6px;
    position        : absolute;
    top             : 65px;
}


.teaserBox h2 span {
    font-size: 14px
}

.teaserBox.small h2 {
    top: 75px;
}

.teaserBox h2.bottomFull {
    bottom      : 5px;
    margin-right: 0px;
    right       : 5px;
    top         : auto;
}




.teaserBox h3 {
    font-size  : 36px;
    font-weight: 300;
    line-height: 32px;
    margin     : 15px 0;
}

.teaserBox h4 {
    font-size  : 20px;
    font-weight: 300;
    margin     : 0 0 15px;
}

.teaserBox .blog-content {
    color         : #fff;
    font-size     : 16px;
    min-height    : 6.5em;
    text-transform: none;
    padding       : 15px;
}


.teaserBox p.autor {
    border-bottom : 1px solid #a6cce3;
    font-size     : 14px;
    padding-bottom: 10px;
    margin-bottom : 10px;
}

.teaserBox p.autor:last-of-type {
    border-bottom: none;
}

.teaserBox .picContainer {
    background     : transparent no-repeat center center;
    background-size: cover;
    min-height     : 150px;
    position       : relative;
    width          : 100%;
}

.teaserBox.small .picContainer {
    min-height: 130px;
}

@media (min-width: 768px) {
    .teaserBox li {
        word-break: normal;
    }

    .teaserBox h2 {
        font-size  : 30px;
        font-weight: 300;
        top        : 150px;
    }

    .teaserBox .picContainer {
        min-height: 260px;
    }
}


.picContainer.barsPic {
    background-image: url('../img/bg_teaser_bars.jpg');
}

.picContainer.skihallenPic {
    background-image: url('../img/bg_teaser_skihallen.jpg');
}

.picContainer.skiregionenPic {
    background-image: url('../img/bg_teaser_skiregion.jpg');
}

.picContainer.ortePic {
    background-image: url('../img/bg_teaser_orte.jpg');
}

.picContainer.dePic {
    background-image: url('../img/bg_teaser_de.jpg');
}

.picContainer.atPic {
    background-image: url('../img/bg_teaser_at.jpg');
}

.picContainer.chPic {
    background-image: url('../img/bg_teaser_ch.jpg');
}

.picContainer.itPic {
    background-image: url('../img/bg_teaser_it.jpg');
}

.picContainer.frPic {
    background-image: url('../img/bg_teaser_fr.jpg');
}

.picContainer.noPic {
    background-image: url('../img/bg_teaser_no.jpg');
}

.teaserBox.dark ul {
    list-style    : none;
    margin        : 5px 0;
    padding-bottom: 5px;
}

.teaserBox.small ul {
    min-height: 100px;
}

.teaserBox.dark ul li {
    color    : #fff;
    font-size: 14px;
    padding  : 4px 19px;

}

.teaserBox.dark ul li>a {
    font-size  : 21px;
    line-height: 22px;
    color      : #777777;
    display    : block;
}

.teaserBox.dark ul li>a.subline {
    font-size  : 14px;
    line-height: normal;
    color      : #fff;
    display    : inline;
}

.teaserBox.dark ul li>a span {
    font-size     : 17px;
    line-height   : 18px;
    color         : #fff;
    text-transform: none;
}

.teaserBox.dark ul li>a:hover {
    color: #e80061;
}

.teaserBox .bewertung {
    float      : right;
    line-height: 12px;
    padding-top: 4px;
}

.teaserBox.dark ul.subnav li {
    margin: 0 0 5px;
}

.teaserBox.dark ul.subnav li>a {
    padding: 5px 0;
}



.contentPadd {
    padding: 15px;
}

@media (min-width: 768px) {
    .teaserBox.dark ul {
        /*min-height:255px;*/
    }
}

.teaserBox.noMin ul {
    min-height: auto;
}

/*Startseite*/

#startOwl img {
    max-width: 100%;
}

/*Detailseiten*/

ul.breadcrump {
    list-style   : none;
    margin-bottom: 15px;
}

ul.breadcrump li {
    float    : none;
    font-size: 14px;
    display  : inline-block;

}

ul.breadcrump li::after {
    content: " -> ";
    color  : #e80061;
}

ul.breadcrump li:last-child::after {
    content: "";
}

ul.breadcrump li a {
    color: #e80061;

}

.detailContentHead {
    margin-bottom   : 15px;
    position        : relative;
    background-color: #1b171b;
}

.detailContentHead img {
    display: block;
    margin : auto;
}

.detailContentHead .inner {
    padding: 15px;
}

.detailContentHead .inner .detailInfo {
    float     : none;
    color     : #fff;
    font-size : 14px;
    margin-top: 5px;
}

.detailContentHead h1 {
    margin     : 0;
    color      : #fff;
    font-size  : 24px;
    font-weight: 300;
    line-height: 32px;
}

.detailContentHead h2 {
    color        : #777;
    font-size    : 22px;
    font-weight  : 300;
    margin-bottom: 10px;
    line-height  : 1.1em;
}


.detailContentHead .picContainer {
    max-width: 100%;
}

.detailContentHead .picContainer img {
    max-width: 100%;
}

.detailRating {
    margin-top: 5px;
}

.detailRating label {
    display: block;
    color  : #e80061;
}

.detailContent {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .detailContentHead h1 {
        font-size: 32px;
    }

    .detailContentHead h2 {
        font-size: 24px;
    }

    .detailContentHead .inner .detailInfo {
        float: right;
    }

}

.copy {
    background-color: rgba(255, 255, 255, 0.3);
    bottom          : 0;
    font-size       : 11px;
    padding         : 0 3px;
    position        : absolute;
    right           : 0;
    text-transform  : none;
}

.desc {
    background-color: rgba(255, 255, 255, 0.3);
    top             : 0;
    font-size       : 16px;
    padding         : 0 3px;
    position        : absolute;
    left            : 0;
}

.detailPartyfotos {
    margin-bottom   : 15px;
    padding         : 5px 15px 15px;
    background-color: #1b171b;
}

.detailPartyfotos h3 {
    color        : #fff;
    font-size    : 32px;
    font-weight  : 300;
    padding      : 0px;
    margin-bottom: 5px;
}

#detailPartyOwl {
    margin-bottom: 15px;
}

.owl-single>div {
    position: relative;
}

.teaserNews {
    clear: both;

}

.teaserNews .picContainer {

    background     : transparent no-repeat center top;
    background-size: cover;
    float          : left;
    margin-right   : 25px;
    margin-bottom  : 50px;
    min-height     : 250px;
    width          : 350px;

}

/* WordPress / news */
.teaserNews .blog-content {
    margin-bottom: 50px;
}

.teaserNews h2 {
    font-size    : 36px;
    font-weight  : 300;
    line-height  : 1em;
    margin-bottom: 15px;
}

h2.screen-reader-text {
    display: none;
}

.page-numbers {
    background : #1b171b;
    color      : #fff;
    display    : inline-block;
    height     : 40px;
    line-height: 40px;
    min-width  : 40px;
    text-align : center;
}

.page-numbers:hover {
    color: #e80061;
}

.rating {
    background: url('/img/ratingstar.png') repeat-x 0 1px;
    display   : inline-block;
    font-size : 12px;
    height    : 21px;
    width     : 105px;
}

.rating span {
    background : url('/img/ratingstar.png') repeat-x 0 -21px;
    display    : inline-block;
    height     : 100%;
    text-indent: -10000px;
}

.rating.disabled {
    color         : #fff;
    line-height   : 21px;
    text-align    : center;
    text-transform: none;
    text-shadow   : 1px 1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, -1px -1px 1px #000000;
    opacity       : 0.8;
}

.rating.small {
    background-size: 15px;
    height         : 15px;
    width          : 75px;
}

.rating.small span {
    background-position: 0 -15px;
    background-size    : 15px;
}

.rating.disabled.small {
    background-size: 15px;
    height         : 15px;
    font-size      : 11px;
    line-height    : 15px;
    opacity        : 0.6;

}

ul.pagination {
    list-style: none;
    padding   : 0;
    margin    : 0 0 15px;
}

ul.pagination li {
    display     : inline-block;
    margin-right: 10px;
}

ul.pagination li a {
    background : #1b171b;
    border     : 2px solid #1b171b;
    color      : #fff;
    display    : block;
    height     : 42px;
    line-height: 36px;
    min-width  : 42px;
    text-align : center;
}

ul.pagination li a:hover {
    background: #fff;
    color     : #1b171b;
}

section.content ul.laender {
    list-style   : none;
    margin       : 0;
    padding      : 0;
    margin-bottom: 25px;
}

ul.laender li {
    background    : #fff;
    padding-bottom: 8px;
}

ul.laender li.letter {
    background   : #1b171b;
    border-top   : 1px solid #fff;
    border-bottom: 1px solid #fff;
    color        : #fff;
    font-size    : 28px;
    padding      : 6px 10px;
    margin-bottom: 8px;
    margin-top   : 8px;
}

ul.laender li.letter:first-child {
    margin-top: 0px;
}

ul.laender li>a {
    color    : #000;
    display  : block;
    font-size: 22px;
    padding  : 6px 10px;
}

ul.laender li>a:hover {
    color: #e80061;
}

ul.laender li a.rating {
    margin: 3px 10px;
}

@media (min-width: 768px) {
    ul.laender li {
        float: left;
        width: 50%;
    }

    ul.laender li.letter {
        clear: both;
        float: none;
        width: 100%;
    }
}

.result {
    border-bottom: 1px solid rgba(27, 23, 27, 0.5);
    margin-bottom: 15px;
}

.result:last-of-type {
    border-bottom: none;
}

section.footer .container {
    padding: 15px;
}

section.footer .container .btnPink {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    section.footer .container .btnPink {
        margin-bottom: 0;
    }
}

#socialSticky {
    background: rgba(232, 0, 97, 0.4);
    margin-top: -80px;
    position  : fixed;
    right     : -35px;
    top       : 50%;
    width     : 70px;
    padding   : 15px 15px 0;
    transition: right, 0.5s;
}

#socialSticky:hover {
    background: rgba(255, 255, 255, 1);
    right     : 0;
}

.socialIcon {
    display      : block;
    width        : 40px;
    height       : 40px;
    text-indent  : 40px;
    overflow     : hidden;
    opacity      : 0.5;
    margin-bottom: 15px;
}

.socialIcon:hover {
    opacity: 1;
}

.socialIcon.facebook {
    background     : transparent url('../img/icon-facebook.png') no-repeat 0 0;
    background-size: 40px;
}

.socialIcon.twitter {
    background     : transparent url('../img/icon-twitter.png') no-repeat 0 0;
    background-size: 40px;
}

.socialIcon.instagram {
    background     : transparent url('../img/icon-instagram.png') no-repeat 0 0;
    background-size: 40px;
}

/* Owl */
.owl-carousel .owl-stage-outer {
    /*height: auto !important;*/
    min-height: 200px;
}

.btnNext,
.btnPrev,
.owl-next,
.owl-prev {
    background : rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    font-size  : 40px;
    height     : 40px;
    left       : 45px;
    line-height: 34px;
    margin-top : -20px;
    position   : absolute;
    text-align : center;
    top        : 50%;
    width      : 40px;
    cursor     : pointer;
}

.btnNext,
.owl-next {
    left : auto;
    right: 45px;
}


.hinweis {
    border       : 1px solid #E8E000;
    background   : rgba(232, 224, 0, 0.1);
    padding      : 15px;
    margin-bottom: 1em;
}

.msg {
    border       : 1px solid #A6CCE3;
    background   : rgba(166, 204, 227, 0.1);
    padding      : 15px;
    margin-bottom: 1em;
}

.error {
    border       : 1px solid #E5002D;
    background   : rgba(229, 0, 45, 0.1);
    padding      : 15px;
    margin-bottom: 1em;
}

section.content .error ul,
section.content .msg ul {
    margin-bottom: 0;
}

form.bewertungsForm {
    padding: 15px;
}

#goToggleBewertung {
    margin: 10px auto 0;
}

.bewertungDetail {
    margin-top: 20px;
    padding   : 20px;
}

.bewertungDetail:nth-child(even) {
    background: #f4f4f4;
}

.bewertungDetailRating {
    margin-left  : 10px;
    margin-bottom: 10px;
    float        : right;
    text-align   : right;

}


.whatsappLink {
    background   : #25D366;
    border-radius: 4px;
    color        : #fff;
    font-size    : 12px;
    font-family  : arial, helvetica, sans-serif;
    display      : inline-block;
    height       : 28px;
    line-height  : 28px;
    margin-left  : 10px;
    padding      : 0 10px;
    position     : absolute;
    text-align   : center;
    top          : 0;
}

.suchergebnis {
    width     : 525px;
    display   : none;
    background: #fff;
    position  : absolute;
    top       : 44px;
    color     : #000;
    text-align: left;
    z-index   : 20;
    overflow  : auto;
}

.suchergebnis a {
    display: block;
    padding: 10px;
}

.suchergebnis div {
    padding: 10px;
}

.suchergebnis .hover {
    background: #efefef;
}

.suchergebnis h4 {
    padding: 10px;
}

/* Fontsettings */
@media (max-width: 767px) {

    .btnBlue,
    .btnPink {
        font-size: 16px;
    }

    .teaserBox.dark ul li>a {
        font-size: 18px;
    }

    .blackBar {
        font-size: 22px;
    }

    section.content ul.breadcrump {
        margin-left: 0;
    }

    .teaserNews h2 {
        font-size    : 22px;
        margin-bottom: 5px;
    }

    h1.slimLine {
        padding-top: 50px;
    }

    .teaserNews .blog-content {
        margin-bottom: 25px;
    }
}