/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

html{
    margin:0 auto;   
    max-width:1600px;
    font-family: 'PT Sans', sans-serif;
    background-color:#FDFEF8;
    color:black;
}


#kopf_mobile{
    display: none;
}

a{
    text-decoration: none;
    color:#4C4A4D;

}

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

textarea { 
    resize:vertical;
    max-height:350px;
    min-height:150px; 
}

a:hover{
    text-decoration: underline;
}

#web{
    width:100%;
    float:left;
}

#kopf{
    width:85%;
    float:left;
    margin-left:7.5%;
    margin-top:2%;
    margin-bottom:-10%;
}

#korper{
    width:100%;
    float:left;
}

.mobile-menu{
    display:none;
}
/*
.f-nav{ 
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}*/

/* Kopf Anfang */

nav ul,
nav li,
nav a {
    margin: 0;
    padding: 0;
    position: relative;
}
nav {
/*    clear: both;*/
    float: left;
    width: 20%;
    background-color:#F9F9F9;
    border:1px solid #CFD5D7;
    margin-top:4%;
}

nav:after,
nav ul:after {
    content: '';
    display: block;
    clear: both;
}
nav a {
    display: block;
    text-decoration: none;
}

nav ul{
    list-style: none;
    padding: 0;
    text-align: left;
    z-index: 10;
}

nav ul#menu > li {
    display: block;
    margin: 0;
    font-size: 17px;
    padding: 4% 6%;
    border-bottom: 1px solid #bbb;
/*    text-transform:uppercase;*/
}

nav ul#menu > li:last-child{
    border-bottom: 0px solid #bbb;
}
nav.align-center {
    text-align: center;
}
nav.align-center ul#menu > li {
    float: none;
}
nav.align-center ul ul {
    text-align: left;
}
nav.align-right ul#menu {
    float: right;
}
nav.align-right ul ul {
    text-align: right;
}
nav ul#menu > li > a {
    color: #4C4A4D;
    font-size:115%;
    font-family: 'PT Sans', sans-serif;
}

nav ul#menu > li.aktiv:after,
nav ul#menu > li:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
}
nav ul#menu > li.aktiv > a,
nav ul#menu > li:hover > a {
    color:#F5A62A;
    text-decoration:none;
}

/*SUB NAVI */

nav .has-sub {
    z-index: 1;
}
nav .has-sub:hover ul{
    display: inline;
}
nav .has-sub ul {
    display: none;
    position: absolute;
    width: 240px;
    top: 100%;
    left: 0;
    text-align: left;
}
nav.align-right .has-sub ul {
    left: auto;
    right: 0;
}
nav .has-sub ul li {
    *margin-bottom: -1px;
}
nav .has-sub ul li a {
/*    background: #5578BC; */
    background: #0497DC;
    font-size: 13px;
    filter: none;
    display: block;
    line-height: 120%;
    padding: 10px;
    color: #ffffff;
    padding-left: 6%;
}

nav ul ul li:hover > a {
    color: #ffffff;
    font-weight: bold;
}

nav .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

nav.align-right .has-sub .has-sub ul{
    left: auto;
    right: 100%;
}

/*SUB NAVI Ende */
#sprache{
    width:100%;
    float:left;
    margin-bottom:2%;
    background-color:#FFFFFF;
    color:#0084CC;
    padding: 1.03% 2%;
    font-size: 15px;
    text-transform:uppercase;
    letter-spacing: -1.2px;
    text-align:right;
}

#sprache img{
    width:2.2%;
}

#logo{
    position:absolute;
    float:left;
    width:18%;
    margin-top:-1%;
    margin-bottom:5%;
    margin-left:10%;
    z-index:200;
}

#logo img{
    width:100%;
    float:left;
}

#ueberschrift{
    position:absolute;
    width:50%;
    margin-top:4%;
    margin-left:35%;
    z-index:200;
    color:#FBF9FA;
    text-transform:uppercase;
    font-family:calibri,sans-serif;
    letter-spacing:2px;
}

#ueberschrift h1{
    text-align:left;

}

/* Kopf Ende */

#bild{
    position: relative;
    padding: 0;
    width:100%;
    max-width:1600px;
    z-index: 1;
    text-align:center;
    float:left;
}

#bild img{
    width:100%;
    max-width:1600px;
    max-height:500px;
}

#inhalt{
    float:left;
    width:80%;
    margin-top:0%;
    color:#4C4A4D;
    font-family: 'PT Sans', sans-serif;
    font-size:110%;
    padding:3%;
}

#inhalt h3{
    text-align:center;
    margin-top:-1%;
}

#inhalt_text{
    float:left;
    width:70%;
}

#inhalt_bild{ 
    float:left;
    width:30%;
}

#inhalt_bild img{
    width:50%;
    margin-left:25%;
}

#linie_ueberschrift{
    margin-top:-0%;
    border-top:1px solid #817F82;
}

#zentral_ueberschrift1{
    width:100%;
    text-align:left;
    font-size:200%;
    border-bottom:1px solid #bbb;
}


#text_uebermich{
    text-align:justify;
}

/* Fuer Team Anzeige */

.service {
    width: 30%;
    height: 480px;
    margin: 47px 0;
    text-align: center;
    border: 2px solid #0084CC;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
    float:left;
    margin-left:2.5%;
}
.service .service-icon-box {
    position: relative;
    top: 40px;
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px;
    background: #C6C6C6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.service .service-heading {
    position: relative;
    font-size:140%;
    top: 80px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.service .service-description {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.service .service-icon-box > img.service-icon {
    width: 240px; }
.service:hover {
    border-color: #0084CC; }
.service:hover .service-icon-box {
    top: -50px; }
.service:hover .service-heading {
    top: -30px; }
.service:hover .service-description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); 
}

.closed{ 
}
.open{
}

#bild_ersatz{
    width:100%;
    border-top:1px solid #0497DC;
    float:left;
}

#bild_alleine{
    width:100%;
    float:left;
}

#bild_alleine img{
    width:100%;
    height:472px;
}

#ueberschrift_kontakt{
    float:left;
    width:122%;
    margin-left:-11%;
    background-color:#F5F5F5;
    border-top:1.2px solid #DADADA;
    border-bottom:1.2px solid #DADADA;
    margin-bottom:1%;
    margin-top:1%;
}

#ueberschrift_kontakt h4{
    margin-top:0.5%;
    margin-left:11%;
}

#eingabe_button{
    width:18%;
    font-size:110%;
    border-radius: 25px;
    color:#0497DC;
    border:1px solid #0497DC;
    background-color:#FDFEF8;
}

#eingabe_button:hover{
    color:#FDFEF8;
    border:1px solid #0497DC;
    background-color:#0497DC;
    transition: all 1s;
}


.vereine{
    float: left;
    width: 28%;
}

.vereine img{
    margin-left: 34%;
}


/* Fuss Beginn */

#footer{
    float:left;
    width:100%;
    margin-top:3%;
    border-top:1px solid #CFD5D7;
    background-color:#F9F9F9;
    color:#FDFEF8;
    padding-bottom:0%;
}

#footer table{
    width:82%;
    margin-top:2%;
    font-size:15px;
    margin-left:9%;
    margin-bottom:3%;
}

#footer table td{
    width:20%;
}

#footer table td img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

#footer table td img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

#footer table td a{
    color:#FDFEF8;
}
#footer table td a:hover,
#footer table td a:active
{
    text-decoration:none;
    color:#88B234;
}

#footer2{
    display:none;
}

/* Fuss Ende */

button.accordion {
    background-color: #FDFEF8;
    cursor: pointer;
    padding: 0px 0 8px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border-bottom: 1px solid #ccc;
}

button.accordion.active, button.accordion:hover {
   color: #f06100
}

button.accordion:before {
/*    content: '\02795';*/
    font-size: 9px;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 7px;
}

button.accordion.active:before {
/*    content: "\2796";*/
}

div.panel {
    background-color: #FDFEF8;
    max-height: 0;
    padding-left: 15px;
    overflow: hidden;
    padding-top: 0px;
    border-bottom: 3px solid #ccc;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin-bottom: 8px;
    width:92%;
    margin-left:4%;
}

.panel-icon {
    margin-right: 10px;
}

.panel h5 {
    font-size: 15px;
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 0px;
    display: inline-block;
    color: #2d2d2d
}

.panel p {
    font-size: 15px;
    line-height: 23px;
    padding: 15px 30px 20px 0;
    color: #2d2d2d
}

div.panel.show {
    opacity: 1;
    float:left;
    max-height:2000px;
}

/* Gestaltung Tabelle (unter Mannschaften) */
table{
	margin: 1em auto;
	width: 100%;
	border-collapse: collapse;
}

td{
	border-collapse: collapse;
        color:black;
        height:60px;
}

td img{
    width:100%;
    max-width:1000px;
    float:left;
}

/* gerade Spaltenanzahl */
td:nth-child(even) {
	text-align: left;
}

/* ungerade Spaltenanzahl */
td:nth-child(odd) {
	text-align: left;
        width:50%;
        font-weight:bold;
}

tr{
    border-bottom: 1px solid #bbb;
}

tr:last-child{
    border-bottom: 0px solid #bbb;
}

dl{
    width:80%;
    margin-left:10%;
    color:#4C4A4D;
}

dd { 
    display:none; 
}
dt{
    border: 2px solid #bbb;
    margin-bottom:4%;               
    text-align:center;
    font-size:120%;
    letter-spacing:2px;
    padding-top:1.5%;
    padding-bottom:1.5%;
    color:#4C4A4D;
}

dt:hover{
    cursor:pointer;
}
dt:hover{
    text-decoration:none;
    color:#F5A62A;
}
dt:focus{
    text-decoration:none;
    color:#4C4A4D;
}
dd{
    border: 2px solid #bbb;
    max-width:100%;
    margin-left:0;
    margin-top:-4%;
    margin-bottom:2%;
    padding:0;
    color:black;

}

/*Tabelle Ende*/

#sponsoren{
    margin-bottom:-3%;
    width:95%;
    margin-left:2.5%;
    margin-top:2%;
    background-color:#F9F9F9;

}

#sponsoren img{
    border:1px solid #CFD5D7;
    margin-top:0.7%;
    margin-left:1%;
    background-color:white;
    /*width: 18%;*/
}


/* gerade Spaltenanzahl */
li:nth-child(even) {
/*	list-style-type: none;*/
}

.sponsor{
    float:left;
}

h3{
    text-align: left!important;
    font-size: 115%!important;
    margin-top: 3%!important;
    padding: 0;
}


@media only screen and (max-width:550px) {
    
    #kopf{
        display: none;
    }
    
    #kopf_mobile{
        display:inline;
        max-width: 100%;
        
    }
    
    #logo{
        position:relative;
        float:left;
        width:33%;
        margin-top:2%;
        margin-bottom:2%;
        margin-left:0%;
        z-index:200;
    }

    #logo img{
        width:100%;
        float:left;
    }
    
    #bild img{
        display: none;
    }

    .ueberschrift{
        position:relative;
        width:33%;
        float:left;
        margin: 0%;
        margin-top:16%;
        padding:0%;
        z-index:200;
        color:black;
        text-transform:uppercase;
        font-family:calibri,sans-serif;
        letter-spacing:2px;
        text-align:center;
    }
    
    .ueberschrift h1{
        font-size:220%;
        margin: 0%;
    }
    
    .ueberschrift h2{
        font-size:130%;
        padding:0;
        margin:0;
        margin-top: -2%;
    }
    
    #inhalt_bild{
        display:none;
    }
    
    #inhalt_text{
        width:100%;
        font-size:120%;
    }
    
    
    #touch-menu:hover,
    #touch-menu:focus{
        color:#F5A62A;
        text-decoration:none;
        border: 0;
    }
    
    .mobile-menu{
        position:relative;
        display:block;
        width: 96%;
        background: #FDFEF8;
        padding: 2%;
        text-decoration: none;
        float:left;
        z-index:1000;
    }

    
    a.mobile-menu{
        font-weight: normal;
        color: #4C4A4D;
    }
    
    a.mobile-menu img{
        height: 1.7em;
    }
    
    nav{
        margin: 0;
        display: none;
        width: 100%;
        padding: 0;
        text-decoration: none;
        float: none;
    }
    
    #menu{
        background: #FDFEF8;
    }
    
    #menue{
        height: 80%;
    }
    
    ul#menu, nav .has-sub ul {
        display:block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        padding: 0%;
        margin: 0%;
    }
    
    nav ul#menu > li{
        margin: 0;
        color: #FFFFFF;
        padding: 3%;
        width: 92%;
        line-height: 100%;
        margin-left:4%;
    }
    
    nav ul#menu > li a:hover{
        color: #F5A62A;
        width:100%;
    }
    
    ul#menu{
        width:100%;
        background: transparent;
        border-bottom:1px solid #F5A62A;
    }
    
    nav#menu_zeigen{
        background:#FDFEF8;
        border: 0;
    }
    
    nav .has-sub >ul >li{
        border: 0;
        padding: 0;
    }    
    
    #vierecke_hauptbereich{
        width:90%;
        margin-left:5%;
    }
    
    #vierecke{
        width:100%;
        margin-left:0%;
    }
    
    #info_kasten{
        width:100%;
        margin-left:0;
        margin-top:3%;
    }
    
    #breadcrump{
        margin-left:5%;
        width:90%;
    }
    #footer{
        display:block;
    }
    
    #footer2 a{
        color:#FDFEF8;
        text-decoration:underline;
    }
    
    #footer2 a:hover{
        color:#88B234;
    }
    .service {
        width: 100%;
        font-size:120%;
    }
    
    #inhalt{
        float:left;
        width:98%;
        margin-top:0%;
        color:#4C4A4D;
        font-family: 'PT Sans', sans-serif;
        font-size:110%;
        padding:3%;
        margin-left:1%;
    }
    
    /* Gestaltung Tabelle (unter Mannschaften) */
    table{
            margin: 1em auto;
            width: 100%;
            border-collapse: collapse;
    }

    td{
            border-collapse: collapse;
            color:black;
            height:60px;
    }

    /* gerade Spaltenanzahl */
    td:nth-child(even) {
            text-align: left;
    }

    /* ungerade Spaltenanzahl */
    td:nth-child(odd) {
            text-align: left;
            width:50%;
            font-weight:bold;
    }

    tr{
        border-bottom: 1px solid #bbb;
    }

    tr:last-child{
        border-bottom: 0px solid #bbb;
    }

    dl{
        width:100%;
        margin-left:0;
        color:#4C4A4D;
    }

    dd { 
        display:none; 
    }
    dt{
        border: 2px solid #bbb;
        margin-bottom:4%;               
        text-align:center;
        font-size:120%;
        letter-spacing:2px;
        padding-top:1.5%;
        padding-bottom:1.5%;
        color:#4C4A4D;
    }

    dt:hover{
        cursor:pointer;
    }
    dt:hover{
        text-decoration:none;
        color:#F5A62A;
    }
    dt:focus{
        text-decoration:none;
        color:#4C4A4D;
    }
    dd{
        border: 2px solid #bbb;
        max-width:100%;
        margin-left:0;
        margin-top:-4%;
        margin-bottom:2%;
        padding:0;
        color:black;

    }

    /*Tabelle Ende*/
    
    /*Vereine*/
    #vorstellung_vereine{
        width: 100%;
        padding-top: 5%;
        padding-left: 5%;
        float: left;
        margin: 0;
    }

    #vorstellung_vereine .vereine{
        float: left;
    }

    #vorstellung_vereine .vereine img{
        margin-left: 17%;
    }
    
    /*vereine ENDE*/

    

    #sponsoren{
        margin-bottom:-3%;
        width:95%;
        margin:0 auto;
        margin-top:2%;
        background-color:#F9F9F9;

    }

    #sponsoren img{
        border:1px solid #CFD5D7;
        margin:0.7% auto 0;
        background-color:white;
    }


    /* gerade Spaltenanzahl */
    li:nth-child(even) {
            list-style-type: none;
    }

    .ivens{
        width:226px; 
        height:69px;        
    }
    
    .gs{ 
        width: 80px; 
        height: 69px;        
    }
    
    .schmehl{ 
        width: 135px; 
        height: 69px;    
    }
    
    .schroeder{
        width: 126px; 
        height: 69px;        
    }
    
    .sparkasse{
        width: 84px; 
        height: 69px;        
    }
    
    .aurum{
        width: 100px; 
        height: 69px;        
    }
    
    .damm{
        width: 95px; 
        height: 69px;    
    }
    
    .brawur{
        width: 221px; 
        height: 69px;        
    }
    
    #bild{
        position: relative;
        padding: 0;
        width: 95%;
        height: 75%;
        z-index: 1;
        text-align:center;
        background-color:#FDFEF8;
        float:left;
    }

    #layerslider img{
        width:80%;
        height: 75%;
        float:left;
        display: block;
        background: #FDFEF8;
    }
    
    .slider{
        width:90%;
        margin-left:5%;
        height:500px;
        margin-bottom:0;
    }
}
