@font-face {
    font-family: 'PT Sans';
    src: url('../include/PT_Sans/PT_Sans-Web-Regular.eot');
    src: url('../include/PT_Sans/PT_Sans-Web-Regular.eot?#iefix') format('embedded-opentype'),
         url('../include/PT_Sans/PT_Sans-Web-Regular.woff') format('woff'),
         url('../include/PT_Sans/PT_Sans-Web-Regular.ttf') format('truetype'),
         url('../include/PT_Sans/PT_Sans-Web-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
    font-size: 17px;
}
html{
    margin:0 auto;
    max-width:1600px;
    font-family: 'PT Sans', sans-serif;
    background-color:#FDFEF8;
    color:#0084CC;
}

a{
    text-decoration: 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%;
}

#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: 80%;
    margin-bottom:2%;
}

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: right;
    z-index: 10;
}

nav ul#menu > li {
    display: inline-block;
    margin: 0;
    font-size: 17px;
    padding: 1.2% 2%;
/*    text-transform:uppercase;*/
}
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: #0084CC;
    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: #88B234;
    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{
    float:left;
    width:20%;
    margin-top:-1%;
    margin-bottom:2%;
}

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

#text_schulungsraeume{
    width:90%;
    margin:0 5% 3%;
    text-align:center;
}

/* Kopf Ende */

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

/*#bild img{
    width:100%;
    max-width:1600px;
    max-height:240px;
}*/

#inhalt{
    float:left;
    width:82%;
    margin-left:9%;
    margin-top:2%;
    color:#0084CC;
    font-family: 'PT Sans', sans-serif;
    font-size:110%;
}

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

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

#linie_ueberschrift{
    margin-top:2%;
    border-top:2px solid #0084CC;
}

#linie_ueberschrift1{
    margin-top:0%;
    border-top:2px solid #0084CC;
    width:122%;
    margin-left:-11%;
}

#zentral_ueberschrift{
    width:45%;
    text-align:center;
    background-color:#FDFEF8;
    z-index:2000;
    margin-left:27.5%;
    margin-top:-1.5%;
    color:#0084CC;
    margin-bottom:2%;
    font-size:110%;
    font-family: 'PT Sans', sans-serif;
}

#zentral_ueberschrift1{
    width:60%;
    text-align:center;
    background-color:#FDFEF8;
    z-index:2000;
    margin-left:20%;
    margin-top:2%;
    color:#0084CC;
    margin-bottom:2%;
    font-size:190%;
}

#text_uebermich{
    text-align:justify;
    margin:0 5%;
    width: 90%;
}

/* 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); 
}

dd { 
    display:none; 
}
dt{
    border: 2px solid #0497DC;
    margin-bottom:1%;
    text-align:center;
    font-size:120%;
    letter-spacing:2px;
}
dt:hover{
    cursor:pointer;
}
dt a:hover{
    text-decoration:none;
}
dd{
    border: 2px solid #0497DC;
    width:100%;
    margin-left:0;
    margin-top:-1.1%;
    margin-bottom:2%;
    padding:2%;
}
dd img{
    width:60%;
    margin-left:20%;
}

.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;
}

/* Fuss Beginn */

#footer{
    float:left;
    width:100%;
    margin-top:3%;
    border-top:3px solid #0084CC;
    background-color:#0084CC;
    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 */
/* Gestaltung Tabellen schulungsraeume und unterricht */

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

button.accordion.active, button.accordion:hover {
   color: #88B234;
}

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: 2px solid #ccc;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin-bottom: 8px;
    width:100%;
}

.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:4000px;
}

/* Gestaltung Tabellen schulungsraeume und unterricht ENDE */


@media only screen and (max-width:960px) {
    #zentral_ueberschrift{
        font-size:80%;
    }
    nav ul#menu > li > a {
        font-size:14px;
    }
    #sprache{
        font-size:13px;
    }
}
@media only screen and (max-width:730px) {
    nav{
        width:100%;
    }
    #kopf{
        width:100%;
        margin-left:0%;
    }
    #logo{
        margin-left:5%;
    }
}

@media only screen and (max-width:550px) {
    #logo{
        width:60%;
        margin-left:20%;
    }
    
    #inhalt_bild{
        display:none;
    }
    
    #inhalt_text{
        width:100%;
        font-size:120%;
    }
    
    .mobile-menu{
        position:relative;
        display:block;
        width: 96%;
/*         background: #5578BC; */
        background: white;
        padding: 2%;
        text-decoration: none;
        float:left;
    }
    
    a.mobile-menu{
        font-weight: normal;
        color: #0497DC;
    }
    
    a.mobile-menu img{
        height: 1.7em;
    }
    
    nav{
        margin: 0;
        display: none;
        width: 100%;
        padding: 0;
        text-decoration: none;
        float: none;
    }
    
    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: 2%;
        width: 96%;
/*         border: 1px solid #5578BC; */
        border: 1px solid #0497DC;
        line-height: 150%;
    }
    
    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:none;
    }
    
    #footer2{ 
        float:left;
        width:100%;
        display:block;
        float:left;
        margin-top:3%;
        border-top:3px solid #0084CC;
        background-color:#0084CC;
        color:#FDFEF8;
        padding-bottom:0%;
        font-size:110%;
        padding:10%
    }
    
    #footer2 a{
        color:#FDFEF8;
        text-decoration:underline;
    }
    
    #footer2 a:hover{
        color:#88B234;
    }
    .service {
        width: 100%;
        font-size:120%;
    }
    
}