@import url('fontello2022.css');

html {
/*
         background-color:#42474d;
         background-image:url(../img/pattern.png),url(../img/bg-gradient.png);background-position:center top;background-repeat:repeat, repeat-x;
*/
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.4;

}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#content a:link, #content a:visited
{
         background-color: none;
         border-bottom: 1px solid #ffcd00;
         color: black;
         text-decoration: none;
}

#content a:hover {
         background-color: #ffcd00;
         border-bottom: 1px solid #ffcd00;
}

hr {
         border: 0;
         border-bottom: 1px dashed #dfdfdf;
}

h1,h2,h3,h4,h5,h6
{
         font-family: "Open Sans Condensed",sans-serif;
}


h1 {
         font-size: 145%;
         font-weight: 700;
}

h2 {
         font-size: 130%;
         font-weight: 600;
         margin-top: 2em;
}

#header, #container {
         margin: 0 auto;
         position:relative;
}

#container {
         max-width: 780px;
         width: 95%;
}

#header {
         background-color: black;
         border-bottom: 1em solid #fdc300;
/*         margin-top: 1.5em; */
         padding: 0.5em 0em;
         width: 100%;
}

#claim {
/*         border: 1px dotted red; */
         display: none;
         float: left;
         height: 4em;
         line-height: 4em;
         margin-left: 2em;
         vertical-align: middle;
}

#claim img {
         display: inline-block;
         width: 33%;
         width: 10.5em;
}

#logo {
/*         border: 1px dotted red; */
/*         float: right; */
/*         height: 4em; */
/*         margin-right: 2em; */
         margin: 0 auto;
         width: 13em;
}

#logo img {
         display: inline-block;
         width: 100%;
}

#container {

}

#content {
         background-color: white;
/*         border: 1px solid black; */
         padding: 2em;
}

a.link-button:link, a.link-button:visited
{
/*    border: 1px solid black; */
         background-color: #ffcd00!important;;
         border: none!important;
    color: black!important;;
    display: block;
/*    font-weight: bold; */
    padding: 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
/*    min-width: 10em; */

}

a.link-button:hover {
         background-color: black!important;;
         border: none!important;
         color: #ffcd00!important;;
    -webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}

.alert
{
        padding: 8px 35px 8px 14px;
        margin-bottom: 18px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        background-color: #fcf8e3;
        border: 1px solid #fbeed5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #c09853;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.alert-error
{
        background-color: #f2dede;
        border-color: #eed3d7;
        color: #b94a48;
}

.alert-info
{
        background-color: #d9edf7;
        border-color: #bce8f1;
        color: #3a87ad;
}

.alert-success
{
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #468847;
}

.disabled-button
{
/*    border: 1px solid black; */
         background-color: #dfdfdf!important;;
         border: none!important;
    color: black!important;;
    display: block;
/*    font-weight: bold;     */
    padding: 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
/*    min-width: 10em; */

}

.disabled-button:hover {
         background-color: #bfbfbf!important;;
         border: none!important;
    -webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}


.headline {
/*         border: 1px dotted red; */
         margin-bottom: 2em;
         margin-top: 2.5em;
}

.headline img {
/*         width: 60%; */
         max-height: 4em;
         margin-bottom: 1em;
/*         margin-top: 1em; */
         width: 70%;
}

.kachel {
/*         border: 1px dotted red; */
         border: 1px solid #dfdfdf;
         float: left;
         font-size: 0.9em;
         margin: 1em;
         min-height: 8em;
         padding: 1em;
         text-align: center;
         width: 40%;

}

.kachel:hover {
         -webkit-box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.2);
         -moz-box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.2);
         box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.2);

         -webkit-transition: all 0.25s linear;
         -moz-transition: all 0.25s linear;
         -o-transition: all 0.25s linear;
         transition: all 0.25s linear;
}

.kachel-top {
         display: block;
         min-height: 3.5em;
         margin-bottom: 0.5em;
}

#footer {
         background-color: #fdc300;
         margin-top: 5em;

         padding-bottom: 3.5em;
         text-align: center;

/*
-webkit-box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.5);
box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.5);
*/
}


a.footer-link:link, a.footer-link:visited
{
    color: black;
    display: inline-block;
    font-size: 0.75em;
    margin: 0.75em;
    margin-top: 3em;
    text-decoration: none;
}

a.footer-link:hover {
/*    color: #ffcd00; */
}


.sponsor {
         background-position:center 0%;
         background-repeat:no-repeat;
         display:inline-block;
         height: 50px;
         margin-bottom: 5px;
         margin-left: 5px;
         margin-right: 5px;
         margin-top: 13px;
         width: 120px;

         -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.sponsor_gr {
         background-position:center 0%;
         background-repeat:no-repeat;
         display:inline-block;
         height: 75px;
         margin-bottom: 5px;
         margin-left: 5px;
         margin-right: 5px;
         margin-top: 13px;
         width: 180px;

         -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.sponsor:hover, .sponsor_gr:hover {
         background-position:center 100%;
}

.sponsor img {
         height: 50px;
         width: 120px;
}

.sponsor_gr img {
         height: 75px;
         width: 180px;
}

.sponsor0 {
         background-image:url(../img/sponsor0.png);
}

.sponsor1 {
         background-image:url(../img/spons/feldschloesschen.png);
}

.sponsor2 {
         background-image:url(../img/spons/erima.png);
}

.sponsor3 {
         background-image:url(../img/spons/ddv.png);
}

.sponsor4 {
         background-image:url(../img/spons/betway.png);
}

.sponsor5 {
         background-image:url(../img/spons/osd.png);
}

.sponsor6 {
         background-image:url(../img/spons/drewag.png);
}

.sponsor7 {
         background-image:url(../img/spons/mdr.png);
}

.sponsor8 {
         background-image:url(../img/spons/aok.png);
}

.sponsor9 {
         background-image:url(../img/spons/veolia.png);
}

.sponsor10 {
         background-image:url(../img/spons/usd.png);
}

.sponsor11 {
         background-image:url(../img/spons/vonovia.png);
}

.sponsor12 {
         background-image:url(../img/spons/craft.png);
}

.sponsor13 {
         background-image:url(../img/spons/all-inkl.png);
}

.sponsor14 {
         background-image:url(../img/spons/all-inkl_gr.png);
}

.sponsor15 {
         background-image:url(../img/spons/stadion-kombi.png);
}

.sponsor16 {
         background-image:url(../img/spons/bwin2.png);
}

.sponsor17 {
         background-image:url(../img/spons/volkswagen.png);
}

.ls-logo {
         background-image:url(../img/spons/lagardere.png);
         width: 150px;
}

.s5-logo {
         background-image:url(../img/logo-S5.svg);
         background-position:center 0%;
         background-size: 100% auto;
         width: 150px;
}

.s5-logo:hover{
         background-position:center 0%;
}

.ls-logo img, .s5-logo img {
         width: 150px;
}

iframe {
         border: none;
         border: 1px solid #efefef;
         display: block;
         height: 5.5em;
         margin: 0;
         overflow: hidden;
         padding: 1em;
         width: 90%;
}

input[type="text"], input[type="email"], input[type="date"], input[type="tel"], select  {
        background-color: #ededed;
        display: inline-block;
        width: 55%;
        padding: 6px 10px;
        font-size: 90%;
        line-height: 2em;
        color: black;
        vertical-align: middle;
/*        background-color: #fff; */
         border: none;
        margin-bottom: 0.5em;
}

textarea:hover, input:hover,
textarea:focus, input:focus {
        background-color: #d9d9d9;
        outline: none;
}

input[type="checkbox"] {
  width: 2em;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

input[type="submit"] {
         background-color: #ffcd00;
         border: none;
         color: black;
         font-size: 0.85em;
         margin-bottom: 3em;
         margin-top: 2em;
         padding: 1em 3em;
         text-decoration: none;
         text-transform: uppercase;
/*         width: 55%; */

         -webkit-transition: all 0.25s linear;
         -moz-transition: all 0.25s linear;
         -o-transition: all 0.25s linear;
         transition: all 0.25s linear;
}

input[type="submit"]:hover {
         background-color: black;
        color: #ffcd00;
}

.abstand05 {
         margin-bottom: 0.5em;
}

.abstand1 {
         margin-bottom: 1em;
}

.abstand2 {
         margin-bottom: 2em;
}

label {
         display: block;
         font-size: 90%;
         padding-left: 2em;
         text-indent: -2em;
}

.label {
         color: rgba(0,0,0,0.45);
         display: inline-block;
         font-size: 90%;
         margin-right: 1em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.45);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.45);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.45);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.45);
}

.fehler {
         border-bottom: 1px dashed red;
         border-top: 1px dashed red;
         color: red;
         font-size: 95%;
         line-height: 160%;
/*         margin-bottom: 30px; */
/*         margin-top: 25px; */
         padding-bottom: 10px;
         padding-left: 10px;
         padding-top: 10px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 680px)
{
         #logo {
                  width: 12em;
         }

        .headline img {
                 width: 80%;
        }

         .kachel {
                  border: 1px solid #dfdfdf;
                  font-size: 0.9em;
                  margin: 1em;
                  min-height: 8em;
                  padding: 1em;
                  text-align: center;
                  width: 80%;

         }

         input[type="text"], input[type="email"], input[type="date"], select  {
                 width: 85%;
         }

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}