@font-face {
    font-family: 'Moonstone';
    src: url('media/fonts/Moonstone-Regular.eot');
    src: url('media/fonts/Moonstone-Regular.eot?#iefix') format('embedded-opentype'),
    url('media/fonts/Moonstone-Regular.woff2') format('woff2'),
    url('media/fonts/Moonstone-Regular.woff') format('woff'),
    url('media/fonts/Moonstone-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('media/fonts/TradeGothicLT-BoldOblique.eot');
    src: url('media/fonts/TradeGothicLT-BoldOblique.eot?#iefix') format('embedded-opentype'),
    url('media/fonts/TradeGothicLT-BoldOblique.woff2') format('woff2'),
    url('media/fonts/TradeGothicLT-BoldOblique.woff') format('woff'),
    url('media/fonts/TradeGothicLT-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('media/fonts/TradeGothicLT-Light.eot');
    src: url('media/fonts/TradeGothicLT-Light.eot?#iefix') format('embedded-opentype'),
    url('media/fonts/TradeGothicLT-Light.woff2') format('woff2'),
    url('media/fonts/TradeGothicLT-Light.woff') format('woff'),
    url('media/fonts/TradeGothicLT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('media/fonts/TradeGothicLT-Oblique.eot');
    src: url('media/fonts/TradeGothicLT-Oblique.eot?#iefix') format('embedded-opentype'),
    url('media/fonts/TradeGothicLT-Oblique.woff2') format('woff2'),
    url('media/fonts/TradeGothicLT-Oblique.woff') format('woff'),
    url('media/fonts/TradeGothicLT-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('media/fonts/TradeGothicLT-Bold.eot');
    src: url('media/fonts/TradeGothicLT-Bold.eot?#iefix') format('embedded-opentype'),
    url('media/fonts/TradeGothicLT-Bold.woff2') format('woff2'),
    url('media/fonts/TradeGothicLT-Bold.woff') format('woff'),
    url('media/fonts/TradeGothicLT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('media/fonts/TradeGothicLT.eot');
    src: url('media/fonts/TradeGothicLT.eot?#iefix') format('embedded-opentype'),
    url('media/fonts/TradeGothicLT.woff2') format('woff2'),
    url('media/fonts/TradeGothicLT.woff') format('woff'),
    url('media/fonts/TradeGothicLT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Serif Gothic Tullamore';
    src: url('media/fonts/ITCSerifGothicTullamore-Blk.eot');
    src: url('media/fonts/ITCSerifGothicTullamore-Blk.eot?#iefix') format('embedded-opentype'),
    url('media/fonts/ITCSerifGothicTullamore-Blk.woff2') format('woff2'),
    url('media/fonts/ITCSerifGothicTullamore-Blk.woff') format('woff'),
    url('media/fonts/ITCSerifGothicTullamore-Blk.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


*, ::after, ::before {
    box-sizing: unset !important;
}

html
{
    padding: 0px;
    margin: 0px;
}

html body
{
    background-color: #f9edcc !important;
    font-family: 'TradeGothic LT', sans-serif;
    font-weight: 300;
    color: #2d2926;
    padding: 0px;
    margin: 0px;
}

p
{
    margin-bottom: 10px;
}

a
{
    text-decoration: none;
}

h1, h2, h3, h4
{
    margin-top: 0;
    font-family: 'TradeGothic LT', sans-serif !important;
}

.clear
{
    clear: both;
    float: none;
}

.b,
strong {
    font-weight: bold !important;
}

.uppercase
{
    text-transform: uppercase;
}

.whiteFont
{
    color: #fff;
}

.yellowFont
{
    color: #ffb838;
}

.bold
{
    font-weight: bold;
}

.centered
{
    text-align: center;
}

#altersueberpruefung
{
    background-color: #ffb838;
    background-image: url("media/Tullamore_JOCKEY_BEE_LANDSCAPE_RGB_V9_E.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 999;
    text-align: center;
}

#altersueberpruefung h1
{
    font-family: 'TradeGothic LT', serif;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
}

#altersueberpruefung h1 span
{
    font-size: 40px;
}

#altersueberpruefung form
{
    margin: 40px 0px;
}

#altersueberpruefung a#stuff
{
    background-color: #ffb838 !important;
    padding: 10px 20px 10px 20px;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    width: 200px;
}

#altersueberpruefung select
{
    font-family: 'TradeGothic LT', sans-serif;
    font-size: 40px;
    background: transparent;
    color: #000;
    border-radius: 8px;
    border-color: #ffb838;
    text-align: center;
}

#outterWrapper
{
    width: 100%;
    margin: 0 auto;
}

#header
{
    background-image: url("media/Tullamore_Honey_dipper_shutterstock_535788529_1_V10_Portrait_CMYK_smpl_bees.png");
    //background-size: cover;
    //background-image: url('http://www.pets4homes.co.uk/images/articles/1111/large/feline-influenza-all-about-cat-flu-5239fffd61ddf.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f9edcc;
    width: 100%;
    height: 0;
    padding-top: 107.5%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */

}

#headerContent
{
    display: block;
    position: absolute;
    top: 0;
}

#firstHeaderRow
{
    padding-top: 20px;
}
#firstHeaderRow #date
{
    float: left;
    padding-top: 20px;
    padding-left: 40px;
    font-family: 'ITC Serif Gothic Tullamore', sans-serif;
    font-weight: bold;
    font-size: 35px;
}

#firstHeaderRow #logo
{
    float: right;
    margin-right: 40px;
    width: 130px;
}

#headerText h2
{
    padding-left: 40px;
    font-size: 45px;
    font-family: 'TradeGothic LT',sans-serif;
    font-weight: bold;
}

#headerText p
{
    padding-left: 40px;
    padding-bottom: 80px;
    width: 50%;
    font-size: 30px;
    line-height: 140%;
    font-weight: 300;
}

#headerImageText
{
    max-width: 100%;
    width: 600px;
    padding-left: 20px;
    padding-bottom: 80px;
}

#tutorial
{
    background-color: #f9edcc;
    padding-bottom: 80px;
}

#tutorial h2
{
    font-size: 40px;
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: 'TradeGothic LT', sans-serif;
    font-weight: bold;
}

#tutorial .thirdElement img
{
    margin-bottom: 40px;
}

.halfElement
{
    width: 50%;
    padding: 0;
    float: left;
}

.thirdElement
{
    width: 30%;
    padding: 0 1.5%;
    text-align: center;
    float: left;
}

.twoThirdElement
{
    width: 60%;
    padding-left: 4%;
}

#information
{
    background-image: url("media/Tullamore_Honey_dipper_shutterstock_535788529_1_V10_Portrait_CMYK_smpl.png");
    background-repeat: no-repeat;
    background-position: top right;
    line-height: 1;
    background-color: #ffb838;

}

#information #informationSecondHand {
    background-image: url("media/Tullamore_Honey_dipper_shutterstock_535788529_1_V10_Portrait_CMYK_smpl_left.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 80px;
    padding-bottom: 80px;
}

#information p
{
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
    font-size: 30px;
    text-align: center;
}

#map img
{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#cta
{
    background-color: #f9edcc;
    background-image: url("media/Tullamore_JOCKEY_BEE_LANDSCAPE_CMYK_V9_E_small_no_bees.jpg");
    padding-bottom: 160px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ctaBee01
{
    background-image: url("/media/Mask_Group-1.png");
    background-position: 8% 30px;
    background-repeat: no-repeat;
}

#cta h2
{
    padding-top: 80px;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

#cta h3
{
    text-align: center;
    font-size: 35px;
    font-weight: 300;
}

#cta #ctaButton
{
    border-radius: 7px;
    padding: 15px 40px;
    color: #fff;
    background-color: #ffb838;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 220px;
}

#kuenslerin
{
    background-color: #ffb838;
}

#kuenslerin .textWithPadding
{
    padding: 4%;
    width: 42%;
}

#kuenslerin h2
{
    font-size: 50px;
    font-family: 'TradeGothic LT';
    font-weight: bold;
}
#kuenslerin p
{
    display: block;
    font-size: 24px;
    line-height: 140%;
}

.instagramButtonWrapper,
.ctaButtonWrapper
{
    margin-top: 50px;
}

.instagramButton
{
    border-radius: 8px;
    background-color: #2d2926;
    color: #f9edd0;
    padding: 15px 40px;
    margin-top: 30px;
}

#kuenslerin img
{
    width: 100%;
    height: auto;
}

#tullamore
{
    background-color: #f9edcc;
}

#tullamore h2
{
    padding-top: 80px;
    font-family: 'TradeGothic LT', sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#tullamore h3
{
    text-align: center;
    font-size: 35px;
}

#tullamore .logoElement
{
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    display: block;
}

#tullamore p
{
    font-size: 24px;
    line-height: 140%;
    font-weight: 300;
    margin-bottom: 80px;
}

#tullamore a
{
    text-decoration: underline;
    color: #2d2926;
}

#tullamore #coastImage
{
    width: 90%;
    margin-bottom: 80px;
}

.bottleCoastWrapper
{
    position: relative;
    display: block;
    padding: 80px 0 0 0;
}

#tullamore #bottleImage
{
    transform: rotate(20deg);
    position: absolute;
    top: 0;
    right: 25%;
    width: 26%;
}

#footer
{
    padding: 80px 0px;
    text-align: center;
    background-color: #ffb838;
}

#footer .conditions a
{
    margin: 10px 0;
    display: block;
}

#footer .thirdElement img
{
    max-width: 200px;
}

#facebookImage,
#instagramImage
{
    display: inline-block !important;
    padding: 10px 10px;
    width: 40px;
}

#letterInputWrapper
{
    width: 220px;
    margin: 0 auto;
}

.letterInput
{
    display: inline-block;
    width: 60px;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #ffb838;
    font-family: 'ITC Serif Gothic Tullamore', sans-serif;
    line-height: 1;
}

.giveItaShotButton
{
    background-color: #ffb838 !important;
    border: none !important;
}

#mapMobile
{
    display: none;
}

.gewinnspiel .textField
{
    border-radius: 8px;
    border: 1px solid #ffb838 !important;
    background: transparent;
    text-align: center;
    display: block;
    margin: 10px auto;
    padding: 5px 10px;
    width: 300px;
    color: #2d2926 !important;
    font-size: 20px;
}

.gewinnspiel .textField::placeholder
{
    color: #2d2926 !important;
}

.absenden
{
    border-radius: 7px;
    padding: 15px 40px;
    color: #fff;
    background-color: #ffb838;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 220px;
    border: none !important;
}

/***************************
***
*** Confirmation Page
***
***************************/
#confirmation
{
    text-align: center;
}

#confirmation h1
{
    color: #ffb838;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 40px;
}

#confirmation h2
{
    font-weight: 600;
}

#confirmation h2#adresseBar
{
    font-size: 40px;
}

#confirmation #innerWrapper
{
    max-width: 1440px;
    width: 95%;
    padding: 80px 2.5%;
    margin: 0 auto;
}

#confirmation #teilnehmercodeHeader
{
    margin-top: 40px;
    margin-bottom: 40px;
}

#confirmation #codeWrapper
{
    color: #ffb838;
}


@media only screen and (max-width: 1050px)
{
    #headerText p
    {
        width: 90%;
    }

}

@media only screen and (max-width: 787px) {

    #altersueberpruefung h1
    {
        font-size: 35px;
    }
    #altersueberpruefung h1 span {
        font-size: 25px;
    }

    #altersueberpruefung h2
    {
        width: 92%;
        padding: 20px 4%;
    }

    #header {
        padding: 0 2.5%;
        width: 95%;
        display: block;
        height: auto;
        background-size: cover;
        background-position: center;
    }

    #headerText h2 {
        font-size: 28px;
    }

    #headerText p
    {
        font-size: 22px;
    }

    #headerContent
    {
        display: block;
        position: relative;
    }

    #headerContent p
     {
        /*font-size: 20px;*/
     }

    #firstHeaderRow #date
    {
        padding-left: 4%;
        max-width: 130px;
        font-size: 25px;
        padding-top: 0;
    }

    #firstHeaderRow #logo
    {
        margin-right: 4%;
    }

    #headerImageText
    {
        padding: 20px 0 20px 0;
    }

    .halfElement
    {
        width: 100%;
        padding: 0;
        float: none;
    }

    .textWithPadding
    {
        width: 95%;
        padding: 0 2.5%;
        text-align: center;
    }

    .thirdElement
    {
        width: 95%;
        padding: 0 2.5%;
        text-align: center;
        float: none;
    }

    .twoThirdElement
    {
        width: 95%;
        padding: 0 2.5%;
    }

    #headerText p
    {
        width: 95%;
        padding: 20px 2.5%;
    }

    #headerText h2,
    #headerText p
    {
        padding-left: 0;
    }

    #tutorial h2
    {
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    #kuenslerin .textWithPadding
    {
        width: 92%;
        padding-bottom: 60px;
    }

    #cta h2
    {
        padding-top: 40px;
        font-size: 40px;
    }

    #cta h3
    {
        font-size: 30px;
    }

    #ctaBee01
    {
        background-position: 0% 80px;
    }

    #information p
    {
        width: 90%;
    }

    #information #informationSecondHand
    {
        background-image: none;
        padding-top: 30px;
    }

    #information
    {
        background-size: 40%;
        padding-top: 40px;
    }

    #tullamore #bottleImage
    {
        right: 20%;
        width: 35%;
    }

    #letterInputWrapper
    {
        width: 420px;
        margin: 0 auto;
    }

    #mapMobile
    {
        display: block;
    }

    #mapDesktop
    {
        display: none;
    }

    /***************************
    ***
    *** Confirmation Page
    ***
    ***************************/
    #confirmation #innerWrapper
    {
        padding: 40px 2.5%;
    }

    #confirmation h2#adresseBar
    {
        font-size: 30px;
        margin-top: 40px;
    }

    #confirmation h2
    {
        font-size: 25px;
    }

    #confirmation #codeWrapper
    {
        font-size: 40px;
    }
}