/*  VARIABLES */

:root {

    --tintColor: #4677c1; /*#4dc46a*/
    --tintColorHover: #54a2e6;
    --bgColor: #ffffff;
    --grayDark: #363b41;
    --grayBright: #5a5f66;
    --grayBrighter: #bbbbbb;
}

/* GENERAL */

body {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    background-color: #ffffff;
    background-color: var(--bgColor);
    text-align: left;
    margin-top: 0px !important;
    padding-top: 0px !important;
    width: 100%;

    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treated as min-height*/
    top: 0px;

}

img {
    max-width: 100%;
}

h1 {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    font-weight: 300;
    font-family: 'Raleway';
    color: #4677c1;
    color: var(--tintColor);
}

h2 {
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    font-family: 'Raleway';
    color: #4677c1;
    color: var(--tintColor);
}

h3 {
    font-size: 1.5em;
    font-weight: 300;
    font-family: 'Raleway';
    color: white;
}

h4 {
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 20px;
}

h5 {
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 0px;
}

p {
    line-height: 1.3em;
    font-size: 1em;
}

b {
    font-weight: 700;
}

.smaller{

}

.gimmePointer {
    cursor: pointer;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index:10;
}

.whiteFont {
    color:white !important;
}

label {
    font-size: 0.8em;
    color: #777;
    margin-bottom: 0px;
}

/* LINKS */
a:link, a:visited {
    text-decoration: none;
    color: white;
}
a:hover, a:active {
    color: #54a2e6;
    color: var(--tintColorHover);
}

a.blu:link, a.blu:visited {
    text-decoration: none;
    color: #4677c1;
    color: var(--tintColor);
}
a.blu:hover, a.blu:active {
    color: #54a2e6;
    color: var(--tintColorHover);
}

a.pressLink:link, a.pressLink:visited {
    text-decoration: none;
    color: #5a5f66;
    color: var(--grayBright);
}
a.pressLink:hover, a.pressLink:active {
    border: 1px solid #4677c1;
    border: 1px solid var(--tintColor);
}

a.menu:link, a.menu:visited {
     text-decoration: none;
     color: white;
    border-bottom: 2px solid #5a5f66;
     border-bottom: 2px solid var(--grayBright);
 }
a.menu:hover, a.menu:active {
    border-bottom: 2px solid #999;
}

a.mMenu:link, a.mMenu:visited {
    text-decoration: none;
    color: white;
    padding: 4px 10px;
}
a.mMenu:hover, a.mMenu:active {
}

a.white:link, a.white:visited {
     text-decoration: none;
     color: white;
 }
a.white:hover, a.white:active {
    color: white ;
}

a.gray:link, a.gray:visited {
    text-decoration: none;
    color: #5a5f66;
    color: var(--grayBright);
}
a.gray:hover, a.gray:active {
    color: white ;
}

/* MAIN */

.headerBox {
    background-color: #363b41;
    background-color: var(--grayDark);
    color: white;
    font-family: Unica One;
    font-size: 46px;
}

.footerBox {
    background-color: #363b41;
    background-color: var(--grayDark);
    color: white;
}

.menuBox {
    background-color: #5a5f66;
    background-color: var(--grayBright);
    color: white;
}

.subLine {
    border-bottom: 2px solid white;
    color: white;
    text-decoration: none;
}

.bannerContainer {
    overflow: hidden;
}

.menuItem {
    line-height: 0.8em;
}

.infoBox {
    border: 1px solid #bbbbbb;
    border: 1px solid var(--grayBrighter);
    padding: 25px 35px;
    max-width: 600px;
    color: var(--grayDark);
    text-align: justify;
    line-height: 1.2em;
    opacity: 0.2;
    position: relative;
    bottom: -50px;
}

.init {
    opacity: 1;
    bottom: 0;
}

.markMe {
    color: #4677c1;
    color: var(--tintColor);
}

.horseIcon {
    border-right: 1px solid #bbbbbb;
    border-right: 1px solid var(--grayBrighter);
    height: 166px;
    position: relative;
    bottom: -50px;
    opacity: 0.2;
}

.shiftIcon {
    position: relative;
    right: -33px;
    top: 50px;
    opacity: 1;
}

.bannerItem {
    width: 100%;
}

.bannerImg {
    width: 100%;
    max-width: none;
    margin-left: 0%;

}

.formContainer {
    border: 2px solid grey;
    border-radius: 8px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.formContainerHeader {
    position: absolute;
    text-align: center;
    width: calc(100% - 32px);
    top: -20px;
    padding: 0 20px;

}

.formContainerTitle {
    font-size: 2em;
    font-weight: 300;
    font-family: 'Raleway';
    color: #4677c1;
    color: var(--tintColor);
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 0 20px;
}

.formContainerInfo {
    background-color: #b9dcff;
    padding: 20px 20px;
    border-radius: 5px;
}

.star {
    font-size: 2rem;
    line-height: 0rem;
    height: 0;
    color: darkred;
    position: relative;
    top: 9px;
}

/* GALLERY */

.exGalDesc {
    background-color: #363b41;
    background-color: var(--grayDark);
    color: var(--grayBrighter);
    font-size: 0.7em;
    padding: 10px 20px;
    max-width: 250px;
    line-height: 1.2em;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exGalTags {
    background-color: #363b41;
    background-color: var(--grayDark);
    color: var(--grayBrighter);
    font-size: 0.7em;
    padding: 10px 20px;
    max-width: 250px;
    line-height: 1.2em;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forSale {
    position:relative;
    height: 0px;
    top: -25px;
    left: 195px;
}

.aTag {
    background-color: brown;
    color: white;
    padding: 2px 4px;
    white-space: nowrap;
    border-radius: 3px;
}

/* SPONSORS */


.sponsorLogo {
    filter: saturate(0);
    width: 200px;
}

.sponsorLogo:hover {
    filter:saturate(1);
}


.disabled {
    pointer-events: none;
    opacity: 0.5;
}

button:focus {
    outline: 0 !important;}

/* PRESSE */

.press_origin {
    color: #bbbbbb;
    color: var(--grayBrighter);
    font-size: 0.8em;
}

.press_quote {
    padding-left: 15px;
    padding-right: 15px;
    color: #5a5f66;
    color: var(--grayBright);
}

.press_pdfText {
    font-size: 0.8em;
    line-height: 1em;
    color: #bbbbbb;
    color: var(--grayBrighter);
}

.press_title {
    color: #4677c1;
    color: var(--tintColor);
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.0em;
}

/* SPENDEN */
.infoBoxNarrow {
    border: 1px solid #bbbbbb;
    border: 1px solid var(--grayBrighter);
    padding: 25px 35px;
    font-size: 0.8em;
    line-height: 1.2em;
    border-radius: 3px;
}




/* AKTIONEN */

.infoBoxBig {
    /*border: 1px solid var(--grayBrighter);*/
    padding: 30px 10px;
    color: #363b41;
    color: var(--grayDark);
    text-align: justify;
    line-height: 1.2em;
}

.infoBoxBigRight {
    border: 1px solid #bbbbbb;
    border: 1px solid var(--grayBrighter);
    padding: 30px 30px;
    margin-right:10px;
    color: var(--grayDark);
    text-align: justify;
    line-height: 1.2em;
    font-size: 0.8em;
}

/* IMPRESSUM */
.impressum {
    font-size: 0.8em;
    line-height: 1.2em;
    max-width: 800px;
}


/* MOBILE */

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
    }

    .headerBox {
        font-size: 1.7em;
    }

    h1 {
        font-size: 1.8em;
    }

    .smaller {
        font-size: 0.8em;
    }

    .footerIcons {
        width: 60px;
    }

    .bannerItem {
        width: 100%;
        height: 200px !important;
    }

    .bannerImg {
        width: auto;
        height: 100%;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .infoBox {
        margin-left: 10px;
        margin-right: 10px;
        padding: 15px;
    }

    .infoBoxBigRight {
        margin-right: 0px;
        font-size: 1em;
    }

    .infoBoxNarrow, .infoBoxBig {
        font-size: 1em;
    }

    .press_title {
        font-size: 1.3em;
    }

    .exGalDesc {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 1024px) {

}