@import url('https://fonts.googleapis.com/css?family=Itim');										
/* Farben */
/* 2280AF blau */
/* 86BB3D grün */
/* FCC535 gelb */
/* BF544F rot */
html {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
-moz-osx-font-smoothing: grayscale;
}
a, a:hover, a:focus, a:active,
a:hover:before, a:focus:before, a:active:before,
a:hover:after, a:focus:after, a:active:after{
margin: 0;
padding: 0;
text-decoration: none;
}
p{
margin: 0;
padding: 0;
}
ul{
list-style-type: disc;
padding: 0 0 0 15px;
}
ul li{
margin: 5px 0;
}
/* Links START */
a {
color: #2280AF;
position: relative;
text-decoration: none;
white-space: nowrap;
}
a:focus, a:hover, a:active{
color: #2280AF;
text-decoration: underline;
}
a:hover{
opacity: 1;
text-decoration: none;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
a:before{	
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: -1px;
left: 0;
background-color: #2280AF;
color: #2280AF;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
a:hover:before{
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
/* Links ENDE */

body{
font-family: Itim, Verdana, Arial, Helvetica;
font-size: 16px;
max-width: 1920px;
background-color: #fff;
color: #000;
width: 100%;
margin: 0 auto;
padding: 0;
z-index: 0; 
}
h1, h2, h2, h4, h5{
    font-family: Itim, Verdana, Arial, Helvetica;    
    margin: 0;
    padding: 0;
}
h1{
    font-size: 36px;
}
h2{
    font-size: 32px;
}
h2{
    font-size: 28px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
.malerdorflauf-container{
    border-top: 3px solid #2280AF;
    background-color: #2280AF;
    height: 65px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
.logo-container .logo a:hover:before,
.logo-container .logo a:focus:before,
.logo-container .logo a:active:before{
    visibility: hidden;
}
.logo-container{
    display: flex;
    justify-content: center;
}
.logo-container .logo img{
    margin: 10px 0 0 0;
}
.logo-container .logo img{
    max-width: 500px;
    max-height: 300px;
    min-width: 290px;
    width: 100%;
    height: auto;
}
.logo-container .laufname {
    background-color: #2280AF;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
    border-bottom: 1px solid #666;
}
.navigation-container-mobil{
    display: none;
}
.navigation-container{
    display: flex;
    justify-content: flex-end;
}
.footer-container{
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    padding: 25px 0;
    background-color: #2280AF;
    color: #fff;
    border-top: 1px solid #000;
    width: 100%;
}
.footer-container a{
    color: #fff;
}
.footer-container a:hover:before,
.footer-container a:before{
    background-color: #fff;
}
.uhrzeit{
    white-space: nowrap;
}
.inhalt-container{
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    margin: 0 5px;
}
.inhalt-container ul{
    list-style-type: circle;
    margin: 0 15px;
}
.inhalt-container ul li{
    padding: 10px 5px;
}
.inhalt-container p{
    margin: 5px 0;
    padding: 5px 15px;
}
.inhalt-container .inhalt-box{
    margin: 15px 0;
    background-color: #86BB3D;
    color: #fff;
    border-radius: 15px;
    border: 1px solid #666;
    box-shadow: 0px 0px 8px 2px rgba(102,102,102,0.6);
    height: 100%;
    width: 100%;
}
.inhalt-container .inhalt-box.malerdorflauf{
    max-width: 700px;
}
.inhalt-container .inhalt-box.historie{
    max-width: 700px;
}
.inhalt-container .inhalt-box.konzept{
    max-width: 450px;
}
.inhalt-container .inhalt-box.sponsoren{
    max-width: 450px;
}
.inhalt-container .inhalt-box.nachbericht img.rundenzaehler{
    max-height: 1000px;
}
.inhalt-container h2{
    text-align: center;
    background-color: #2280AF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
    border-bottom: 1px solid #666;
}
.inhalt-container img{
    margin: 5px 15px;
    padding: 0;
    max-height: 125px;
    width: auto;
    max-width: 260px;
    border-radius: 15px;
    border: 1px solid #555;
    box-shadow: 4px 4px 4px 1px rgba(51,51,51,0.6);
}
.inhalt-container .inhalt-box img.lageplan{
    max-width: 90%;
    max-height: 100%;
}
.inhalt-container .portrait-container{
    text-align: center;
}
.inhalt-container img.portrait{
    max-width: 150px;
}
.sponsoren-container{
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}
.inhalt-container .inhalt-box.nachbericht{
    width: 100%;
    max-width: 1024px;
}
.inhalt-container .nachberichtbilder-container{
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}
.inhalt-container .inhalt-box.nachbericht a.nachberichtbildlink{
    margin: 5px 0;
    padding: 5px 15px;
}
.inhalt-container .inhalt-box.nachbericht img.nachberichtbild{
    height: auto;
    width: auto;
    max-width: 275px;
}
.inhalt-container .inhalt-box.nachbericht img.nachberichtbild.erwin-winkt{
    max-width: 400px;
}
.inhalt-container .inhalt-box.nachbericht img.nachberichtbild.drk-ov-winkt{
    max-width: 500px;
}
.inhalt-container .inhalt-box.nachbericht .spendensumme{
    font-weight: 800;
    font-size: 20px;
}
.inhalt-container .nachberichtvideo{
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 5px 0;
    border-radius: 15px;
    border: 1px solid #555;
    box-shadow: 4px 4px 4px 1px rgba(51,51,51,0.6);
}
.facebook-container{
    border-top: 1px solid #2280AF;
}
.facebook-container a{
    margin: 0 5px 0 0;
}
.veranstalter-container{
    border-top: 1px solid #2280AF;
}
.aktuelles img.facebook,
.facebook-container img.facebook{
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: 1px solid #86BB3D;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.veranstalter-container img.veranstalter{
    height: 100px;
    width: auto;
}
p.ueberschrift{
    font-size: 22px;
    font-weight: 800;
    display: block;
    margin: 15px 0 5px 0;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #fff;
    max-width: 270px;
    color: #000;
    box-shadow: 3px 3px 4px 0px rgba(51,51,51,0.6);
}
.inhalt-container .inhalt-box.nachbericht .ueberschrift1{
    font-size: 30px;
    font-weight: 800;
    padding: 10px 15px 0px 15px;
}
.inhalt-container .inhalt-box.nachbericht .bildunterschrift{
    padding: 0px 15px 0px 15px;
}
.inhalt-container .inhalt-box.nachbericht .unter-ueberschrift1{
    font-size: 18px;
    font-weight: 400;
    padding: 0px 15px 10px 20px;
    font-style: italic;
}
.flex-container{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.logo-container{
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    margin: 0 5px;
}
.logo-container .facebook{
    margin: 0 0 0 10px;
    border: 1px solid #86BB3D;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.logo-container .facebook:hover,
.logo-container .facebook:focus{
    border: 1px solid #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.logo-container .lauf{
    text-align: center;
    margin: 15px 0 5px 0;
    border-radius: 15px;
    background-color: #86BB3D;
    border: 1px solid #2280AF;
    max-width: 550px;
    box-shadow: 0px 0px 8px 2px rgba(102,102,102,0.6);
}
.logo-container .nachberichte{
    font-size: 16px;
    margin: 15px auto 15px auto;
    background-color: #fff;
    max-width: 90%;
    border-radius: 15px;
    padding: 5px;
    border: 1px solid #666;
    font-weight: 400;
    box-shadow: 0px 0px 8px 2px rgba(102,102,102,0.6);
}
.logo-container .nachberichte .ueberschrift{
    font-size: 22px;
    font-weight: 800;
    margin: 10px 0;
}
.logo-container .nachberichte .links{
    margin: 10px 0;
}
.logo-container .nachberichte .viel-spass{
    margin: 10px 0;
}
.logo-container .laufname1{
    font-size: 22px;
    margin: 35px auto 35px auto;
    background-color: #fff;
    max-width: 90%;
    border-radius: 15px;
    padding: 5px 0 5px 0;
    border: 1px solid #666;
    font-weight: 800;
    box-shadow: 0px 0px 8px 2px rgba(102,102,102,0.6);
}
.logo-container .laufname2{
    font-size: 20px;
    margin: 15px 15px 15px 15px;
    color: #fff;
}
.logo-container .aktuelles{
    border-top: 1px solid #2280AF;
    color: #fff;
    padding: 5px;
    font-size: 15px;
}
.logo-container img.malerdorflauf{
    display: block;
}
.logo-container img.malerdorflauf_klein{
    display: none;
}
.container svg {
    display: block;
}
svg:not(:root) {
    overflow: hidden;
}
#bigHalfCircle path {
    fill: transparent;
    stroke: #2280AF;
}

.navigation-container-mobil{
    display: none;
}
.navigation-container-mobil .navigation-liste-mobil{
    border: 1px solid #000;
    border-right: 3px solid #2280AF;
    margin: 25px 25px 0 0;
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.9);
}
.navigation-container{
    display: inline-flex;
    flex-flow: wrap;
    justify-content: flex-start;
    margin: 10px 0 0 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.9);
}
.navigation-container .menupunkt{
    padding: 15px 0;
}
.navigation-container .menupunkt a{
    padding: 15px 30px;
    background-color: #fff;
    color: #2280AF;
    border-right: 1px solid #2280AF;
    transition: .2s ease-out;
}
.navigation-container .menupunkt.aktiv a,
.navigation-container .menupunkt.aktiv a:hover,
.navigation-container .menupunkt.aktiv a:focus{
    background-color: #2280AF;
    color: #fff;
    transition: .2s ease-out;
}
.navigation-container .menupunkt:last-child a{
    border-right: none;
}
.navigation-container .menupunkt a:hover,
.navigation-container .menupunkt a:focus{
    background-color: #2997CE;
    color: #fff;
    transition: .2s ease-out;
}
.navigation-container .menupunkt img{
    height: 14px;
    width: 14px;
}
@media (max-width: 767px) {
    .navigation-container{
        display: none;
    }
    .navigation-container-mobil{
        display: flex;
        justify-content: flex-end;
    }
    .navigation-container-mobil .menupunkt-mobil{
        text-align: center;
        border-bottom: 1px solid #2280AF;
        transition: .2s ease-out;
    }
    .navigation-container-mobil .menupunkt-mobil:last-child{
        border-bottom: 0;
    }    
    .navigation-container-mobil .menupunkt-mobil.aktiv a{
        background-color: #2280AF;
        color: #fff;
    }
    .navigation-container-mobil .menupunkt-mobil:hover a,
    .navigation-container-mobil .menupunkt-mobil:focus a{
        background-color: #2997CE;
        color: #fff;
        transition: .2s ease-out;
    }
    .navigation-container-mobil a{
        padding: 15px;
        display: block;
        color: #2280AF;
    }
}

.kontakt-container{
    margin: 25px;
    padding: 0 25px 25px 25px;
    background-color: #86BB3D;
    color: #fff;
    border: 3px solid #2280AF;
    border-radius: 15px;
}
.kontakt-container h2{
    margin: 25px 0 25px 0;
}
.impressum-container,
.datenschutz-container{
    margin: 25px;
}
.impressum-container h2,
.datenschutz-container h2{
    margin: 50px 0 15px 0;
}
.datenschutz-container .link-lang p{
overflow: hidden;
text-overflow: ellipsis;
}
.impressum-container p,
.datenschutz-container p{
margin: 20px 0;
}

@media (max-width: 1200px) {

}
@media (max-width: 1023px) {	

}
@media (max-width: 767px) {	
    .lauf-container img.malerdorflauf{
        display: none;
    }
    .lauf-container img.malerdorflauf_klein{
        display: block;
    }
    .navigation-container-mobil{
        display: flex;
        justify-content: flex-end;
    }
    .navigation-container{
        display: none;
    }
}
@media (max-width: 460px) {

}
@media (max-width: 359px) {

}




/* Scroll to top button */
.scrolltop {
display:none;
width:100%;
margin:0 auto;
position:fixed;
bottom:20px;
right:10px;	
}
.scroll {
border-radius: 15px;
position: absolute;
right: 5px;
bottom: 22px;
background: #eee;
background-color: rgb(178, 178, 178);
background-color: #eee;
opacity: 0.7;
padding: 10px;
height: 32px;
width: 32px;
text-align: center;
margin: 0 0 0 0;
cursor: pointer;
transition: 0.5s;
-webkit-transition: 0.5s;
box-shadow: 0px 0px 3px 0px rgba(100,100,100,1);
-webkit-box-shadow: 0px 0px 3px 0px rgba(100,100,100,1);
}
.scroll:hover {
background-color: #efefef;
opacity: 1;
transition: 0.5s;
-webkit-transition: 0.5s;	
}

/* Burger Menü */
#nav-icon-mobil {
width: 60px;
height: 45px;
margin: 15px 15px 0 0;
position: relative;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
background-color: #fff;
padding: 5px;
border-radius: 15px;
border: 2px solid black;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
}

#nav-icon-mobil span {
display: block;
position: absolute;
height: 10px;
width: 60px;
margin: 5px;
background: #2280AF;
border-radius: 10px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
#nav-icon-mobil span:nth-child(1) {
top: 0px;
}

#nav-icon-mobil span:nth-child(2),#nav-icon-mobil span:nth-child(3) {
top: 18px;
}

#nav-icon-mobil span:nth-child(4) {
top: 36px;
}

#nav-icon-mobil.open span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}

#nav-icon-mobil.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

#nav-icon-mobil.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#nav-icon-mobil.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}
@media (max-width: 359px) {

}
@media print {
    body{
        font-size: 14px;
    }
}