/*!
 * IAM Anpassungen
*/

#tdl { text-align: left;}
#tdr { text-align: right;}
#tdc { text-align: center;}

.tdl { text-align: left;}
.tdr { text-align: right;}
.tdc { text-align: center;}

#tgb { font-weight: bold; color: green; }
#trb { font-weight: bold; color: red; }

.button.totop {
  margin: 0px;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(#999999, #444444);
  background-image: linear-gradient(#999999, #444444);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family:'Fontawesome webfont', sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
}
.button.totop:hover {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.button.totop1 {
  padding: 8px;
  border-radius: 50px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(#999999, #444444);
  background-image: linear-gradient(#999999, #444444);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family:'Fontawesome webfont', sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: right;
}
.button.totop1:hover {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

/* Info Boxen */

.symbol {
    font-size: 1.2em;
    font-family: Times New Roman;
    border-radius: 1em;
    padding: .1em .6em .1em .6em;
    font-weight: bolder;
    color: white;
    background-color: #4E5A56;
}

.icon-info { background-color: #DCDCDC; color: black;}
.icon-error { background: #DCDCDC; font-family: Consolas; color: black;}
.icon-tick { background: #DCDCDC; color: black;}
.icon-excl { background: #DCDCDC; color: black; }

.icon-info:before { content: 'i'; }
.icon-error:before { content: 'X'; }
.icon-tick:before { content: '\002713'; }
.icon-excl:before { content: '!'; }

.notify {
    background-color:#F5F5F5;
    color:#555;
    border:.1em solid;
    border-color: #DCDCDC;
    border-radius:10px;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding:20px 20px 20px 20px;
    margin:10px;
    cursor: default;
}

.notify-yellow { background: #F5F5F5; border-color: #DCDCDC; }
.notify-red { background: #F5F5F5; border-color: #DCDCDC; }
.notify-green { background: #F5F5F5; border-color: #DCDCDC; }

.document {
  text-align: center;
}

.wrapper_inside{
        clear: both;
        margin: auto;
        margin-top: 260px;
}

.wrapper_inside_in{
        font-family: 'Oswald', sans-serif;
        font-size: 24px;
        margin: auto;
        width:100%;
        padding: 2%;
        text-align: justify;
        color: #333;
        overflow: hidden;

}

.content_all_in2 {
    float: left;
    width: 250px;
    height: 210px;
    padding-top: 15px;
    margin: 20px 25px 20px 0;
    text-align: left;
        font-family: 'Oswald', sans-serif;
        font-size: 1.0em;
    background-color: rgba(127,125,124,0.3);
   -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.6);
        -khtml-box-shadow: 0px 4px 8px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.6);
        box-shadow: 0px 4px 8px rgba(0,0,0,0.6);

}

/* Ab hier css fuer die templates */


input[type=button],input[type=submit],input[type=reset] {
        display: inline-block;
        zoom: 0.9; /* zoom and *display = ie7 hack for display:inline-block */
        *display: inline;
        vertical-align: baseline;
        margin: 0 2px;
        outline: none;
        cursor: pointer;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-size: 1.0em;
        text-shadow: 0 1px 1px rgba(0,0,0,.3);
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        border-radius: .5em;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        color: #ffffff;
        border: solid 1px #555;
        background: #002A4C;
        background: -webkit-gradient(linear, left top, left bottom, from(#CFD7DE), to(#002A4C));
        background: -moz-linear-gradient(top,  #CFD7DE,  #002A4C);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFD7DE', endColorstr='#002A4C');
        width: 10em;

}

input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus
 {
        background: #616161;
        background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
        background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
        font-size: 1.0em;
}
input[type=button]:active,
input[type=button]:active,
input[type=submit]:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=reset]:active
 {
        position: relative;
        top: 1px;
        color: #afafaf;
        background: -webkit-gradient(linear, left top, left bottom, from(#2E72CB), to(#888));
        background: -moz-linear-gradient(top,  #2E72CB,  #888);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E72CB', endColorstr='#888888');
        font-size: 1.0em;
}



.mtxt {
 clear: both;
 margin: 0 auto;
 padding: 10px;
 width: 98%;
 height: auto;
 background-color: #ffffff;
 color: #000000;
 font-family: 'Oswald', sans-serif;
 font-size: 16px;
 word-wrap:break-word;
 }

.vertxt {
 color: #999;
 font-family: 'Oswald', sans-serif;
 font-size: 16px;
 font-style: italic;
 }

.m1 {
  font-size: 24px;
  color: #000052;
}

.bildrahmen
 {
        margin: 20px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
 }
.bildrahmen1
 {
        margin: 5px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
 }
.bildrahmen2
 {
        margin: 20px;
 }

.bildrahmen2A
 {
        margin: 20px;
        background-color: rgba(250,250,250,0.6);
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border-color: #CFD7DE;
        border-style: solid;
 }
.bildrahmen3
 {
        margin: 5px;
        background-color: #E9E9E9;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
 }
.iambildrahmen
 {
        margin-bottom: 10%;
        border-width:2px;
        border-style:solid;
        border-color:#fff;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
 }


em,italic {font-style: italic;}
strong,b {font-weight: bold;}
.strongem {font-weight: bold; font-style: italic;}

.center-pic{
        width: 100%;
        text-align: center;
}

.galerie-content {
        float: left;
        height: 200px;
        width: 180px;
        display: block;
        text-align: center;
        font-size: 18px;
        padding: 10px;
        margin: 10px;
        background-color: rgba(250,250,250,0.6);
        border: 1px solid #fff;
        -webkit-border-radius: 1px;
        -khtml-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.6);
        -khtml-box-shadow: 0px 4px 8px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.6);
        box-shadow: 0px 4px 8px rgba(0,0,0,0.6);
        overflow: hidden;
}


.boxwrapper {
    clear: both;
    width: 94%;
    margin: auto;
    padding: 10px 0;
    float: none;
 }

.boxwrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.boxwrapper1 {
    clear: both;
    width: 94%;
    margin: auto;
    padding-left: 10px;
    float: none;
 }

.boxwrapper1:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.text li, .text dd, .text blockquote { margin-left: 30px; }

.thhead1 {background-color: #000052; font-size: 24px; color: #ffffff;}
.thhead2 {background-color: #7AAAEA; font-size: 18px; color: #ffffff;}

td {
   padding: 5px;
}

.responsive-video iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 }

.responsive-video {
 position: relative;
 padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
 padding-top: 0px;
 height: 0;
 overflow: hidden;
 }

.responsiveContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


h1, #h1, .h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 100;
  text-align: left;
  color: #333;
}
h2, #h2, .h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
  text-align: left;
  color: #333;
}
h3, #h3, .h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  color: rgba(27, 35, 107, 0.74);
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
  text-align: left;
  color: #333;
}
h4, #h4, .h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 100;
  text-align: left;
  color: #333;
}
h5, #h5, .h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  text-align: left;
  color: #333;
}
h6, #h6, .h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 100;
  text-align: left;
  color: #333;
}


a {color: #464646; text-decoration: none; 'Oswald', sans-serif;}

.CMSText  { font-family: 'Oswald', sans-serif; line-height: 30px; color:#333; font-weight: 100;}
.CMSTextb { font-family: 'Oswald', sans-serif; line-height: 30px; color:#333; font-weight: 200;}

.CMSText a {color: #464646; font-weight: 100; 'Oswald', sans-serif;}
.CMSText a:hover {background-color: #464646; color: #fff;}

.CMSText ol, .CMSText ul, .CMSText li { clear:both; list-style-type: square; margin-left: 30px; }

 hr1, #hr1, .style1 {
  border: 0;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

             label {
                 margin-right: 0.5em;
                 float: left;
                 width: 26em;
                 padding-top: 0.4em;
                 text-align: right;
                 font-family: 'Oswald', sans-serif;
                 font-size: 1.1em;
             }


.betriebe {
  float: none;
  width: auto;
  text-align: left;
  width: 20%;
  display: inline-block;
  word-break: keep-all;
  line-height: 1.15em;
  vertical-align: top;
}

             input, textarea, select {
                 margin-bottom: 0.8em;
                 border: 1px solid #000;
                 padding: 0.1em;
                 width: 18em;
                 font-family: 'Oswald', sans-serif;
                 font-size: 1.1em;
                 border-radius: .2em;
             }

.betriebe_input {
display: inline-block;
width: 40%;
}
             #select1 {
                 margin-bottom: 0.8em;
                 border: 1px solid #000;
                 padding: 0.1em;
                 width: 5.5em;
                 font-family: 'Oswald', sans-serif;
                 font-size: 20px;
                 border-radius: .2em;
                 float: left;
             }


@media (max-width: 1500px) {
.betriebe {
  width: 20%;
}

.betriebe_input {
width: 50%;
}
}


@media (max-width: 767px) {

            .betriebe {
  width: 40%;
  margin-right: 0;
}

.betriebe_input {
width: 58%;
max-width: 58%;
}

h1, #h1, .h1 {
  font-size: 24px;
  line-height: 34px;
}
h2, #h2, .h2 {
  font-size: 22px;
  line-height: 30px;
}
h3, #h3, .h3 {
  font-size: 20px;
  line-height: 28px;
}
h4, #h4, .h4 {
  font-size: 18px;
  line-height: 24px;
}


}

@media (max-width: 479px) {
.CMSText  { font-family: 'Oswald', sans-serif; font-size: 18px; color:#333;  }
.CMSTextb { font-family: 'Oswald', sans-serif; font-size: 18px; color:#333;  }


             input, textarea, select {
                 width: 10em;
             }

             #select1 {
                 width: 33%;
                 font-size: 1.2em;
             }

             .betriebe {
  width: 98%;
  margin: : 10px;
  text-align: center;
}

.betriebe_input {
width: 90%;
max-width: 90%;
margin: 10px;
}

h1, #h1, .h1 {
  font-size: 22px;
  line-height: 30px;
}
h2, #h2, .h2 {
  font-size: 20px;
  line-height: 28px;
}
h3, #h3, .h3 {
  font-size: 0.8em;
  line-height: 1em;
}
h4, #h4, .h4 {
  font-size: 0.8em;
  line-height: 1em;
}

#dispdesk { display: none; }

.boxwrapper {
    width: 94%;
 }
.contsecin {
    width: 100%;
 }
.bildrahmen2A
 {
        margin: 20px 90px;
        background-color: rgba(250,250,250,0.6);
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border-color: #CFD7DE;
        border-style: solid;
 }

}

#map_canvas { clear.both; height: 100%; }

.infowindow
{
font-family: 'Oswald', sans-serif;
font-size: 14px;
color:#000000;
width: 300px;
color: #333;
text-align: center;
}

.infowindow h3 { font-family: 'Oswald', sans-serif; font-size: 16px; color:#333;  }

fieldset { position:relative;
           border: 2px solid rgba(0, 42, 76, 0.74);
           border-radius: 6px;
           background: rgba(83, 139, 212, 0.05);
         }

legend {
font-size:1.2em;
text-align: center;
color: white;
background-color: rgba(0, 42, 76, 0.74);
padding: 10px;
font-weight: 300;
}


/* seo friendly tables */
.table{
        display:table;        /* Defines a Table */
        font-family: 'Oswald', sans-serif;
        line-height: 30px;
        font-size: 22px;
}
.table-head{
         display: table-header-group; /* Defines a table header group */
}
.table-head .column{ /* Column inside the table-head */
}
.table-head .column:hover{ /* Column hover inside the table-head */
}
.row{
        display:table-row; /* Defines a table row */
}
.row .column:nth-child(1){ /* First column in a row */
        border-left:none;
}
.row:last-child .column{  /* column in a last row */
        border-bottom:none;
        color:  #555;
}
.column{
        display:table-cell; /* Defines a table cell */
        padding:4px 6px;
}
.column:hover{
}
/* Responsive table */
@media all and (max-width: 640px){
.table{
        font-size:1.2em;
}
        .table,
        .row,
        .column,
        .column:before{
                display:block;        /* Converts a table, table row, table column and table column:before into a block element */
        }
        .table,
        .row .column:last-child{
                border-bottom:none;
        }
        .table-head{
                position:absolute;        /* Hides table head but not using display none */
                top:-1000em;
                left:-1000em;
        }
        .row{
                margin:4px 0;
        }
        .row .column:nth-child(1){ /* first column of the row */
                border-left:none;
        }
        .row .column:last-child{ /* last column of the row */
                border-right:none;
        }
        .row:last-child .column,
        .column{ /* Column in the last row and column */
                border-bottom:none;
        }


}


.white {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}
.white.name {
  background-color: transparent;
}
.white.khs {
  background-color: #002a4c;
}
.white1 {
  display: block;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  background-color: transparent;
}
.white1.name {
  background-color: transparent;
}
.white1.khs {
  background-color: #002a4c;
}
.white1.khs h2 {
  color: #fff;
}

.mid {
  text-align: center;
}

.ikz {
  display: block;
  width: 98%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.ikz.wissen {
  background-color: rgba(255, 255, 255, 0.3);
}
.col_ikz {
  padding: 20px;
  text-align: center;
}
.title_ikz {
  margin-top: 10px;
  font-family:'Oswald', sans-serif;
  color: #C3053A;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.title_ikz.links {
  color: #002a4c;
  font-weight: 600;
  text-align: justify;
}
.text_ikz {
  font-family:'Oswald', sans-serif;
  color: #002a4c;
  font-size: 19px;
  line-height: 26px;
  text-align: justify;
}
.weiterlesen {
  color: #002a4c;
  font-weight: 700;
}

.title_ikztop {
  background-color: #002a4c;
}
.title_ikztop.hfg-impr {
  background-color: #c20505;
}
.title_ikztop.wi {
  background-color: #002a4c;
}
.title_ikztop.hfgh {
  background-color: #c20505;
}
.ikz_title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:'Oswald', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}
.ikz_title.hfgim {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
}
.pic_aktuell {
  height: 10px;
  margin-bottom: 10px;
}

.imgpic {
    width: 100%;
    height: 500px;
}
.navig {
        position: fixed;
        top: 50px;
        width: 100%;
    margin: auto;
  height: 130px;
  background-color: #fff;
    z-index: 2000;

}
.navig1 {
    height: 160px;
    background-color: #fff;
}
.striptit{
    width: 100%;
    padding: 2px 0;
    background-color: #0D355C;
    text-align: center;
}

.titlog {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
}

.khsww {
    position: fixed;
    height: 100px;
    top: 182px;
    width: 100%;
    padding: 10px;
    background-color: #e4021c;
    z-index: 999;
}