/* 
    Document   : layout
    Created on : 01.03.2014
    Author     : ALCEDO MEDIA
    Description: 
*/


@media all { 
    html, body { font-size: 13pt; font-family: "Nunito Sans", Helvetica, Arial, sans-serif; line-height: 1.5; padding: 0; margin: 0; }

    h1, h2, h3, h4, h5, h6 {
        color: #213855;
        font-family: "Roboto";
        letter-spacing: -.02em;
    }

    h3 { font-size: 21pt; font-weight: 700; text-transform: uppercase; }

    h4 {
        color: #213855;
        font-size: 21pt;
        font-weight: 300;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .clearfix { clear: both; }

    .align-center { text-align: center; }

    a {
        color: #213855;
    }

    a, a:hover, a:focus {
        outline: none;
    }

    ul {
        margin-bottom: 20px;
    }

    ol {
        counter-reset: my-badass-counter;
        list-style-type: none;
        margin: 30px 0;
        padding: 0;
    }
    ol li { 
        margin: 10px 0;
    }
    ol li:before { 
        content: counter(my-badass-counter);
        counter-increment: my-badass-counter;
        font-size: 18pt;
        font-weight: bold;
        margin-right: 6px;
    }

    input[type="radio"], 
    input[type="checkbox"] {
        margin-top: 10px;
    }

    .container {
        width: 1080px;
    }

    .container-small {
        max-width: 1000px;
    }

    .container-xsmall {
        margin: 0 auto;
        max-width: 730px;
    }

    .gap-20 {
        height: 20px;
    }

    .gap-30 {
        height: 30px;
    }

    .gap-40 {
        height: 40px;
    }

    .gap-50 {
        height: 50px;
    }

    .gap-75 {
        height: 75px;
    }

    .gap-100 {
        height: 100px;
    }

    .form-control-label {
        margin-top: 10px;
        margin-bottom: 6px;
        position: relative;
        text-align: left;
    }

    .form-control-label em {
        color: #B73235;
        font-style: normal;
    }

    .form-control {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 0;
        box-shadow: none;
        color: #000;
        font-size: 14pt;
        height: 48px;
        padding: 12px 12px;
    }

    .form-group p {
        line-height: 1.1;
    }

    .form-group.hp {
        display: none;
    }

    .form-group.has-error {
        color: #B73235;
    }

    .form-group.error .form-control {
        border-color: #B73235;
    }

    .btn.btn-primary {
        background-color: #B73235;
        border-color: #B73235;
        font-weight: bold;
        padding: 15px 85px;
        text-transform: uppercase;
    }

    .btn.btn-primary:hover {
        background-color: #B73235;
        border-color: #B73235;
    }

    .btn.btn-secundary {
        background: #AE2F32;
        border: 1px solid #AE2F32;
        border-radius: 30px;
        color: #fff;
        padding: 10px 20px !important;
        text-transform: uppercase;
    }

    .btn.btn-secundary:hover {
        background: 0;
        color: #AE2F32;
    }

    .btn.btn-secundary.btn-white {
        color: #fff;
    }

    .btn-white {
        border-color: #fff !important;
        color: #fff;
    }

    .btn.fullsize {
        width: 100%;
    }

    .callout {
        border: 1px solid #eee;
        border-left: 5px solid #eee;
        border-radius: 3px;
        padding: 20px;
    }

    .callout h4 {
        font-size: 16pt;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .callout.callout-success {
        border-left: 5px solid green;
        color: green;
    }

    .callout.callout-success a {
        color: green;
        text-decoration: underline;
    }

    .callout.callout-success h4 {
        color: green;
    }

    .callout.callout-error {
        border-left: 5px solid #fa4335;
        color: #fa4335;
    }

    .callout.callout-error h4 {
        color: #fa4335;
    }

    ul.list { margin: 25px 0; list-style: none; }
    ul.list li { margin: 8px 0; }
    ul.list.list-item-check li span { background: url(../img/list-item_check.png) center left no-repeat; padding: 0 0 0 25px; }

    #am-sidebuttons { position: fixed; top: 170px; right: 0; z-index: 999; }
    #am-sidebuttons ul { padding: 0; position: relative; margin: 0; }
    #am-sidebuttons li { list-style: none; padding: 0; position: absolute; margin: 0; right: 0; }
    #am-sidebuttons li a { background: red; display: block; height: 47px; width: 101px; }

    #am-sidebuttons li.blog { top: 0; }
    #am-sidebuttons li.blog a { background: url(../img/icon_sidebuttons_blog.png) top left no-repeat; }
    #am-sidebuttons li.blog a:hover { width: 131px; }

    #am-sidebuttons li.laden { top: 57px; }
    #am-sidebuttons li.laden a { background: url(../img/icon_sidebuttons_laden.png) top left no-repeat; }
    #am-sidebuttons li.laden a:hover { width: 131px; }

    #am-sidebuttons li.shop { top: 114px; }
    #am-sidebuttons li.shop a { background: url(../img/icon_sidebuttons_shop.png) top left no-repeat; }
    #am-sidebuttons li.shop a:hover { width: 131px; }


    header { background: 0; box-shadow: 0px 0px 4px rgba(0,0,0,.3); height: 90px; left: 0; position: relative; top: 0; width: 100%; z-index: 999; }
    header #logo { display: block; height: 60px; margin-top: 14px; width: 165px; }
    header #logo img { height: auto; width: 240px; }
    header .container { position: relative; }
    header nav { bottom: 0; right: 0; position: absolute; text-align: left; top: 23px; }
    header nav ul { margin: 0; padding: 0; }
    header nav ul li { font-size: 16px; float: left; }
    header nav ul li a { color: #213855; font-weight: bold; padding: 10px 11px !important; text-transform: uppercase; }
    header nav ul li.last a { border: 1px solid #213855; border-radius: 30px; padding: 10px 20px !important; }
    header nav ul li.last a:hover { background: #213855 !important; color: #fff; }
    header nav ul li a:hover { background: 0 !important; color: #213855; }
    header nav ul li span { font-weight: lighter; text-transform: uppercase; }

    #wrapper { margin-top: 0; /*margin-top: 101px;*/ }

    .call2action {
        clear: both;
        margin-top: 40px;
        text-align: center;
    }

    section.zebra {
        background: #f5f5f5;
    }

    section.zebra:nth-child(2n) {
        background: #fff;
    }

    /* Stage */

    #stage a {
        color: #fff;
        text-decoration: none;
    }

    #stage a:hover {
        text-decoration: none;
    }

    #stage {
        clear: both;
        color: #fff;
        position: relative;
        margin-bottom: 25px;
        padding: 0 0 0 0;
        text-align: center;
    }
    
    #stage img {
        height: auto;
        width: 100%;
    }

    #stage .icon {
        margin-left: 0;
    }

    #stage .devider {
        border-top: 3px solid #fff;
        margin: 50px auto 25px auto;
        width: 120px;
    }

    #stage .teaser1 {
        font-size: 16pt;
        font-weight: bold;
        text-transform: uppercase;
    }

    #stage h1 {
        font-size: 39pt;
        margin: 25px 0 20px 0;
        text-transform: uppercase;
    }

    #stage .scroll-help {
        font-size: 11pt;
    }

    #stage .stage-slider {
        margin: 25px auto 0 auto;
        text-align: center;
        max-width: 756px;
        width: 100%;
    }

    #stage .stage-slider img {
        height: auto;
        width: 100%;
    }

    #stage .hint {
        font-size: 9pt;
        margin-top: 6px;
    }

    /*#stage .call2action {
        bottom: 11%;
        position: absolute;
        width: 100%;
        text-align: center;
    }*/

    #stage .btn-call2action {
        background: #213855;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        padding: 10px 30px;
        text-transform: uppercase;
    }

    /* Intro */

    #intro {
        /*background: url(../img/bkg_about.jpg) bottom right no-repeat;*/
        background: #f5f5f5;
        font-size: 13pt;
        padding: 25px 0 75px 0;
        text-align: left;
    }

    #intro .container {
        padding: 0 0;
    }

    #intro .icon-brand {
        margin-bottom: 50px;
    }
    
    #intro a {

    }

    #intro-video {
        font-size: 13pt;
        padding: 25px 0 75px 0;
        text-align: left;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0;
        overflow: hidden;
        margin-top: 0;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .form-holder-grid {
        position: relative;
    }

    .form-holder-grid iframe {
        position: absolute;
        top: -20px;
        right: 0;
    }

    .iframe-container {
        background: #fff;
        border: 2px solid #AE2F32;
        padding: 20px;
    }
    
    /* Teilnahmebedingungen */

    #teilnahmebedingungen {
        background: #626262;
        color: #fff;
        padding: 75px 0;
        text-align: center;
    }

    #teilnahmebedingungen h3 {
        margin: 0 0 50px 0;
    }

    /* Gewinnfrage */

    #gewinnfrage {
        background: #213855;
        color: #fff;
        text-align: center;
        padding: 50px 0;
    }

    #gewinnfrage .icon-gewinnfrage {
        margin-bottom: 50px;
    }

    #gewinnfrage h3 {
        color: #fff;
        margin-bottom: 50px;
    }

    #gewinnfrage h5 {
        font-size: 16pt;
        margin: 50px 0 20px;
        text-transform: uppercase;
    }

    #gewinnfrage .text-frage {
        font-size: 18pt;
        font-weight: bold;
    }

    #gewinnfrage .error-container {
        border: 1px solid #fa4335;
    }

    #gewinnfrage .radio-group {
        color: #000;
        font-size: 18pt;
    }

    /* Hero */
    .hero {
        background: #b73235;
        color: #fff;
        text-align: left;
        padding: 50px 0;
    }
    
    /* Das Programm */
    
    #programm {
        background: #b73235;
        color: #fff;
        text-align: center;
        padding: 50px 0;
    }
    
    #programm table {
        margin: 30px auto 0 auto;
        max-width: 610px;
    }
    
    #programm table td {
        text-align: left;
        vertical-align: top;
    }

    #programm table tr td:first-child {
        padding-right: 15px;
        text-align: right;
        width: 130px;
    }

    /* Deine Angaben */

    #anmelden {
        background: #f5f5f5;
        padding: 50px 0;
    }

    #anmelden h3 {
        margin-bottom: 50px;
        text-align: center;
    }


    #anmelden .form-holder {
        margin: 0 auto;
        width: 100%;
    }
    
    /* Sponsoren Logos */
    #sponsors {
        padding: 50px 0;
        text-align: center;
    }
    
    #sponsors img {
        max-height: 125px; 
        margin: 0 40px;
        width: auto;
    }

    /* Map Adresse */

    #map-adresse {
        background: #fef200;
        color: #000;
    }

    .address { text-align: center; padding: 75px 0; }
    .address p { padding: 0; margin: 0; }
    .address span { color: #000; margin: 0 10px; }
    .address a { color: #000; }

    .stoerer img { height: auto; margin: auto; width: 100%;}

    .headline { margin-bottom: 50px; }
    .headline h1 { color: #213855; font-size: 48pt; font-weight: lighter; text-align: center; }
    .headline h1 span { font-weight: normal; }
    h2 { color: #213855; font-size: 18pt; font-weight: lighter; text-align: center; text-transform: uppercase; }
    .content { font-weight: lighter; line-height: 1.75; margin: 0 0 50px 0; text-align: center; }
    .form-line { background: #f5f5f5; display: none; margin: 0 auto 20px auto; padding: 20px; width: 400px; }
    .form-line .form-group { display: block; margin-bottom: 12px; }
    .form-line .form-group .form-control { width: 100%; }
    .form-line button { padding: 4px 15px; }


    /* Service Teaser */
    #service-teaser {
        margin: 100px 0;
    }

    .service-teaser {
        color: #fff;
    }

    .service-teaser .light-bg {
        background: #213855;
    }

    .service-teaser .dark-bg {
        background: #152942;
        box-shadow: 0 3px 20px rgba(0,0,0,.25);
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .service-teaser .headline {
        color: #fff;
        font-family: "Roboto";
        font-size: 18pt;
        font-weight: 100;
        letter-spacing: -.02em;
        margin-bottom: 20px;
    }

    .service-teaser .sub-headline {
        color: #fff;
        font-family: "Roboto";
        font-size: 11pt;
        font-weight: 300;
        letter-spacing: -.02em;
        margin-bottom: 20px;
    }

    .service-teaser .text {
        font-family: "Roboto";
        font-size: 13pt;
        font-weight: 300;
    }

    /* About */
    #about {
        padding: 50px 0;
    }

    /* Geschenk */
    #present {
        background: #f5f5f5;
        padding: 50px 0 75px 0;
    }

    /* Geschichte */
    #history {
        padding: 50px 0 75px 0;
    }

    #history img {
        margin-bottom: 20px;
    }

    /* Familie */
    #family {
        background: #f5f5f5;
        padding: 50px 0 75px 0;
    }

    #process  {
        padding: 50px 0 75px 0;
    }

    .card-blue {
        background: #213855;
        color: #fff;
        margin: 0 10px 20px 10px;
    }

    .card-inner {
        font-size: 11pt;
        padding: 10px 10px;
    }

    .card-inner .headline {
        color: #fff;
        font-family: "Roboto";
        font-size: 18pt;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    #process2  {
        background: #f5f5f5;
        padding: 50px 0 75px 0;
    }

    #process3  {
        padding: 50px 0 75px 0;
    }

    #process4  {
        background: #f5f5f5;
        padding: 50px 0 75px 0;
    }

    .strategy-box {
        margin-bottom: 25px;
        text-align: center;
    }

    .strategy-box .icon {
        margin-bottom: 10px;
    }

    .strategy-box .headline {
        font-size: 16pt;
        font-weight: bold;
        margin-bottom: 40px;
        position: relative;
    }

    .strategy-box .headline:after {
        border-bottom: 2px solid #000;
        bottom: -20px;
        content: "";
        left: 48%;
        position: absolute;
        right: 48%;
        width: auto;
    }

    /* 3 Schritte */

    #steps {
        background: #213855;
        color: #fff;
        padding: 50px 0 100px 0;
    }

    #steps .headline {
        color: #fff;
        font-family: "Roboto";
        font-size: 21pt;
        font-weight: 100;
        letter-spacing: -.02em;
        margin-bottom: 15px;
        padding-bottom: 10px;
        position: relative;
    }

    #steps .headline .number {
        background: #B73235;
        border-radius: 100%;
        color: #fff;
        display: inline-block;
        font-weight: 300;
        text-align: center;
        width: 40px;
        height: 40px;
    }

    #steps .headline:after {
        border-bottom: 2px solid #B73235;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        width: 50px;
    }

    #steps .sub-headline {
        color: #fff;
        font-family: "Roboto";
        font-size: 13pt;
        font-weight: 100;
        letter-spacing: -.02em;
        margin-bottom: 20px;
    }

    #steps .price {
        color: #fff;
        font-family: "Roboto";
        font-size: 21pt;
        font-weight: 100;
        letter-spacing: -.02em;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    #steps hr {
        border-color: #324762;
        margin: 20px 0;
    }

    #steps .text {
        font-size: 11pt;
        font-weight: 300;
    }

    /* Testimonials */
    #testimonials {
        padding: 50px 0;
    }

    #testimonials .testimonial-item {
        margin: 50px 0;
    }

    .testimonial-image img {
        border-radius: 100%;
        height: auto;
        max-width: 360px;
        width: 100%;
    }

    .testimonial-text {
        font-size: 11pt;
        padding: 40px 0 0 30px;
    }

    .testimonial-text.text-right {
        padding: 40px 30px 0 0;
    }

    .testimonial-author {
        font-size: 11pt;
        font-weight: 700;
        margin-top: 15px;
        padding-top: 15px;
        position: relative;
    }

    .testimonial-author:before {
        border-top: 2px solid #333;
        content: "";
        left: 0;
        position: absolute;
        top: -1px;
        width: 40px;
    }

    .testimonial-author.text-right:before {
        left: initial;
        right: 0;
    }

    #thankyou {
        margin: 50px 0;
    }

    footer { }
    footer .footer { background: #213855; color: #fff; font-size: 10pt; padding: 20px 0 30px 0; }
    footer .footer .headline {
        font-family: "Roboto";
        font-size: 1.5em;
        font-weight: 300;
        margin: 0 0 0 0;
        padding: 8px 0 16px;
        text-transform: none;
    }
    footer .footer a {
        color: #fff;
        text-decoration: none;
    }
    footer .footer a:hover {
        text-decoration: underline;
    }
    footer .footer p {
        line-height: 1.75;
    }
    footer .footer .box-address { 
        display: inline-block;
        float: left;
        height: inherit;
        margin-top: 15px;
        padding: 0 0 0 0;
        position: relative;
        width: 33.31%;
    }
    footer .footer .box-address .box-icons {
        margin-top: 38px;
    }
    footer .footer .box-contact {
        display: inline-block;
        float: left;
        height: inherit;
        margin-top: 15px;
        padding: 0 0 0 0;
        position: relative;
        width: 33.31%;
    }

    footer .footer .box-links {
        display: inline-block;
        float: left;
        height: inherit;
        margin-top: 15px;
        padding: 0 0 0 0;
        position: relative;
        width: 33.31%;
    }

    footer .footer .box-links ul {
        margin: 0;
        padding: 0;
    }

    footer .footer .box-links ul li {
        list-style: none;
        margin-bottom: 12px;
    }

    footer .footer .box-links ul li a {
        color: #fff;
    }

    footer .footer .box-social-outer {
        display: inline-block;
        float: left;
        margin: 0 0 0 0;
        width: 33.31%;
    }
    footer .footer .box-social {
        height: 150px;
        margin-top: 15px;
        padding: 0 0 0 0;
    }
    footer .footer .box-social .social-container { margin: 0 0 0 0; }
    footer .footer .box-social .social {  }
    footer .footer .box-social .social ul { margin: 0; padding: 0; }
    footer .footer .box-social .social ul li { display: inline-block; list-style: none; margin-right: 15px; }
    footer .footer .box-social .social ul li a { color: #fff; font-size: 28px; }

    footer .absfooter { background: #152942; font-size: 10pt; padding: 30px 0; }
    footer .absfooter .col1 { float: left; width: 50%; }
    footer .absfooter .col2 { float: right; text-align: right; width: 50%; }
    footer .absfooter ul { margin: 0; padding: 0; }
    footer .absfooter ul li { float: left; line-height: 21px; list-style: none; padding: 0; margin-right: 25px;  }
    footer .absfooter ul li a { color: #fff; }
    footer .absfooter ul li a:hover { color: #213855; text-decoration: none; }
    footer .absfooter .col2 li.facebook { background: url(../img/icon_facebook.png) center left no-repeat; padding-left: 30px; }
    footer .absfooter .col2 li.blog { background: url(../img/icon_blog.png) center left no-repeat; padding-left: 30px; }
    footer .absfooter .copyright { color: #fff; font-size: 9pt; line-height: 21px; }

    footer .absfooter2 { padding: 75px 0; text-align: center; }

    .flex-container {

    }

    .flex-row {
        display: flex;
    }

    .flex-col {
        padding: 25px 40px 40px;
    }

    .banner-webinar {
        background: #398ADC;
        color: #fff;
        margin-top: 25px;
        padding: 50px;
        text-align: center;
    }

    .banner-webinar h1 {
        color: #fff;
        text-transform: uppercase;
    }

    .banner-webinar h4 {
        color: #fff;
    }

    .banner-webinar .btn {
        border: 2px solid #fff;
        color: #fff;
        text-transform: uppercase;
    }
    .banner-webinar .btn:hover {
        border: 2px solid #152942;
        color: #152942;
    }

}

@media (max-width: 1080px) {

    .container {
        width: auto;
    }
}

@media (max-width: 1000px) {



    header {
        height: auto;
        padding-bottom: 10px;
        position: static;
    }

    header #logo {
        display: block;
        margin: 10px 0;
        width: auto;
        text-align: center;
    }

    header nav {
        margin: 20px auto 0 auto;        
        position: static;
        text-align: center;
        width: 100%;
    }

    header nav .nav {
        display: inline-block;
        margin: 0 auto;
    }

    #wrapper {
        margin-top: 0;
    }
    
    #sponsors img {
        max-height: 120px; 
        margin: 0 30px;
        width: auto;
    }
}

@media (max-width: 991px) {

    .flex-row {
        display: block;
    }

    #service-teaser {
        margin: 50px 0;
    }

    .service-teaser .dark-bg {
        margin-top: 0;
        margin-bottom: 0;
    }

    .gap-100 {
        height: 50px;
    }

    .form-holder-grid iframe {
        margin-top: 20px;
        position: static;
    }
}

@media (max-width: 767px) {

    h3 {
        font-size: 24pt;
    }

    #intro h4, 
    #anmelden h4 {
        font-size: 20pt;
    }

    #am-sidebuttons {
        display: none;
    }

    header {
        height: auto;
        padding-bottom: 10px;
        position: static;
    }

    header #logo {
        display: block;
        margin: 10px 0;
        width: auto;
        text-align: center;
    }

    header nav {
        margin: 20px auto 0 auto;        
        position: static;
        width: auto;
    }

    header nav ul li {
        font-size: 14px;
    }

    header nav ul li a {
        padding: 0 !important;
    }

    #wrapper {
        margin-top: 0;
    }

    .headline h1 {
        font-size: 36pt;
    }

    .slick-arrow {
        display: none !important;
    }
    
    #stage .call2action {
        bottom: 25%;
        right: 10%;
    }

    #intro .container {
        font-size: 12pt;
        padding: 0 20px;
    }
    
    #intro .icon-brand img {
        max-width: 335px;
        width: 100%;
        height: auto;
    }

    #dein-gewinn .container {
        padding: 0 50px;
    }

    #gewinnfrage .form-group {
        margin: 0 auto;
        text-align: left;
        width: 260px;
    }

    #present img {
        width: 100% !important;
        height: auto !important;
    }

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 0;
    }
    
    #sponsors img {
        max-height: 100px; 
        margin: 0 20px;
        width: auto;
    }

    .col-md-12, col-xs-12 {
        float: none !important;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        clear: both;
    }

    .form-group.row {
        clear: both;
    }

    .form-group .col-sm-12 {
        clear: both;
    }

    /*    footer .footer .box-address,
        footer .footer .box-contact, 
        footer .footer .box-newsletter-outer {
            display: block;
            float: none;
        }*/

    #steps {
        padding: 50px 0 50px 0;
    }

    #steps .col-md-4 {
        margin-bottom: 50px;
    }

    .testimonial-image {
        text-align: center;
    }

    .testimonial-image img {
        max-width: 300px;
    }

    .testimonial-text {
        padding-left: 0;
        padding-right: 0;
    }

    #process .flex-row {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .card-blue {
        margin: 0 0 10px 0;
    }

    footer .footer .box-newsletter-outer {
        margin-left: 0;
    }

    footer .footer .box-address .box-icons {
        margin-top: 0;
    }

    footer .absfooter .col1 {
        float: none;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    footer .absfooter .col2 {
        float: none;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    footer .absfooter .col3 {
        float: none;
        text-align: center;
        width: 100%;
    }

    footer .absfooter ul li {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
    }

    footer .absfooter ul:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }
}

@media (max-width: 480px) {

    html, body {
        font-size: 12pt;
        line-height: 1.5;
    }

    h1 {
        font-size: 26px;
    }

    h3 {
        font-size: 18pt;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn {
        padding: 15px;
        white-space: normal;
    }
    
    #stage {
        height: auto;
    }

    #stage .icon img {
        height: auto;
        max-width: 380px;
        width: 100%;
    }

    #dein-gewinn .container {
        padding: 0 25px;
    }

    #dein-gewinn .icon-nike img {
        height: auto;
        width: 100%;
    }

    #intro h4, #anmelden h4 {
        font-size: 20px;
    }

    .iframe-container {
        background: 0;
        border: 0;
        padding: 0;
        margin-left: -10px;
        margin-right: -10px;
        width: 100%;
    }

    #gewinnfrage .form-group {
        margin: 0 auto;
        text-align: left;
        width: 260px;
    }
    
    #sponsors img {
        max-height: 75px; 
        margin: 0 20px;
        width: auto;
    }

    .radio-inline, .checkbox-inline {
        padding-left: 0;
    }

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 0;
    }

    footer .footer .box-address,
    footer .footer .box-links,
    footer .footer .box-contact, 
    footer .footer .box-social-outer,
    footer .footer .box-newsletter-outer {
        float: none;
        height: auto;
        width: 100%;
    }

    footer .footer .box-social {
        height: auto;
    }

}