/*!
 * IAM Anpassungen
*/

#tdl { text-align: left;}
#tdr { text-align: right; padding: 0 30px;}
#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; }

.weggezaubert {display:none;}


#cmswrapper {
        width: 100%;
}

#cmsspaltelinks {
        width: 48%;
        float:left;
        vertical-align: top;
        padding-right: 10px;
}

#cmsspalterechts {
        margin-left: 49%;
        width: 48%;
        vertical-align: top;
        padding-left: 10px;
}

.whitein {
  height: auto;
  margin-right: 30px;
  margin-left: 30px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #EF1C24;
  background-color: #fffdfd;
}

.backcont {
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 2%, .02), hsla(0, 0%, 2%, .02)), url('../images/backcont.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 2%, .02), hsla(0, 0%, 2%, .02)), url('../images/backcont.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.contpic {
    height: 200px;
    border-top: 1px solid rgba(0, 0, 0, .3);
    border-bottom: 0px none hsla(0, 0%, 100%, .2);
    background-image: url(../images/cont2.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.contin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Advent pro v10 latin', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #585858;
    font-weight: 200;
    background-color: #fafafa;
}

.content {
margin-right: auto;
margin-left: auto;
width: 94%;
margin-top: 50px;
margin-bottom: 50px;
background: #F5F5F5;
border: 1px solid #DCDCDC;


}

.titlein {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.incont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ptxt {
  font-family: 'Advent pro v10 latin', sans-serif;
  font-weight: 300;
  color: #383838;
  font-size: 19px;
  line-height: 27px;
}

.h1side {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'Advent pro v10 latin', sans-serif;
  color: #E3E3E3;
  font-size: 33px;
  line-height: 48px;
  font-weight: 300;
}

.button.totop {
  margin: 0px;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(#aa0000, #EF0A2E);
  background-image: linear-gradient(#aa0000, #EF0A2E);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family:'Fontawesome webfont', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}
.button.totop:hover {
    background: #043253;
    background: -webkit-gradient(linear, left top, left bottom, from(#043253), to(#043253));
    background: -moz-linear-gradient(top, #043253, #043253);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#043253', endColorstr='#043253');
}

.button.totop1 {
  padding: 8px;
  border-radius: 50px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(#837D71, #575553);
  background-image: linear-gradient(#837D71, #575553);
  -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: 'Advent pro v10 latin', sans-serif;
    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: 1px solid;
    border-color: #DCDCDC;
    font-family: 'Advent pro v10 latin', sans-serif;
    font-size: 24px;
    font-weight: 200;
    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;
}

.wrapper_inside_in{
        font-family: 'Advent pro v10 latin', sans-serif;
        font-size: 1.1em;
        margin: auto;
        width:96%;
        padding: 2% 5% 5% 5%;
        text-align: justify;
        color: #333;

}

.content_all_in2 {
    float: left;
    width: 250px;
    height: 210px;
    padding-top: 15px;
    margin: 20px 25px 20px 0;
    text-align: left;
        font-family: 'Advent pro v10 latin', 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] {
        clear: both;
        display: inline-block;
        zoom: 1; /* 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: 'Advent pro v10 latin', sans-serif;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        padding: .5em 2em .55em;
        text-shadow: 0 1px 1px rgba(0,0,0,.3);
        -webkit-border-radius: 0em;
        -moz-border-radius: 0em;
        border-radius: 0em;
        -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: #EF1C24;
        background: -webkit-gradient(linear, left top, left bottom, from(#EF1C24), to(#EF1C24));
        background: -moz-linear-gradient(top,  #EF1C24,  #EF1C24);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF1C24', endColorstr='#EF1C24');
        padding: .4em 1.5em .42em;
        margin-top: 30px;

}

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: #8C9B9B;
        background: -webkit-gradient(linear, left top, left bottom, from(#8C9B9B), to(#8C9B9B));
        background: -moz-linear-gradient(top,  #8C9B9B,  #8C9B9B);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C9B9B', endColorstr='#8C9B9B');
        padding: .4em 1.5em .42em;
}
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: #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, from(#1A5090), to(#1A5090));
        background: -moz-linear-gradient(top,  #1A5090,  #1A5090);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A5090', endColorstr='#1A5090');
        padding: .4em 1.5em .42em;
}

.mtxt {
 clear: both;
 margin: 0 auto;
 padding: 10px;
 width: 98%;
 height: auto;
 background-color: #ffffff;
 color: #000000;
 font-family: 'Advent pro v10 latin', sans-serif;
 font-size: 16px;
 word-wrap:break-word;
 }


.m1 {
  font-size: 24px;
  color: #0B4377;
}

.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: 5px;
        background-color: #f2f2f2;
        border-width:1px;
        border-style:solid;
        border-color:#EF1C24;
 }
.bildrahmen3
 {

        background-color: #fff;
        border-width:1px;
        border-style:solid;
        border-color:#dcdcdc;
 }
.iambildrahmen
 {
        margin-bottom: 10%;
        border-width:2px;
        border-style:solid;
        border-color:#fff;
        -webkit-box-shadow: 0px 4px 8px rgba(239,239,214,0.6);
        -khtml-box-shadow: 0px 4px 8px rgba(239,239,214,0.6);
        -moz-box-shadow: 0px 4px 8px rgba(239,239,214,0.6);
        box-shadow: 0px 4px 8px rgba(239,239,214,0.6);
 }


em,italic {font-style: italic;}
strong,b {font-weight: 700;}
.strongem {font-weight: 700; font-style: italic;}

#strong {font-weight: 700;}

#weggezaubert { display: none; }

.center-pic{
        width: 100%;
        text-align: center;
}

.galerie-content {
        float: left;
        height: 200px;
        width: 180px;
        display: block;
        text-align: center;
        padding: 10px;
        margin: 10px;
        background-color: rgba(251,253,237,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);
}

.galerie-content a {font-family: 'Advent pro v10 latin', sans-serif; text-decoration: none; font-weight: 400; font-size:19px;}

.boxwrapper {
    width: 100%;
    margin: auto;
    padding: 10px;
    float: none;
 }

.boxwrapper label {
    color: #333;
    width: 12em;
    font-weight: 500;
    font-size: 22px;
 }

.boxwrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.boxwrapper1 {
    width: 90%;
    margin: auto;
    padding-left: 10px;
    padding-right: 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;
}


.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: 10px;
  margin-bottom: 20px;
  font-family: 'Advent pro v10 latin', sans-serif;
  font-size: 50px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  color: #383838;
  text-transform: uppercase;
}
h2, #h2, .h2 {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  font-family: 'Advent pro v10 latin 500', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  color: #EF0A2E;
  text-transform: uppercase;
  padding-bottom: 10px;
}
h3, #h3, .h3 {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  font-family: 'Advent pro v10 latin 500', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
}
h4, #h4, .h4 {
  font-family: 'Advent pro v10 latin', sans-serif;
  font-size: 18px;
  text-align: left;
  color: #383838;
}
h5, #h5, .h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Advent pro v10 latin 700', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
  color: #383838;
}
h6, #h6, .h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: left;
  color: #383838;
}

.h1title {
  font-family: 'Advent pro v10 latin', sans-serif;
  font-size: 38px;
  color: #EF0A2E;
  margin-top: 30px;
  margin-left: 20px;
}

a {color: #383838; text-decoration: none;}

.CMSText  { font-family: 'Advent pro v10 latin', sans-serif; font-size: 20px; line-height: 25px; color:#383838; font-weight: 400;}
.CMSTextb { font-family: 'Advent pro v10 latin', sans-serif; font-size: 20px; line-height: 25px; color:#383838; font-weight: 400;}

.CMSText a {color: #383838;}
.CMSText a:hover {background-color: #fafafa; color: #383838;}
.CMSText p {color: #383838;}


.CMSText img a, .CMSText img a:hover
 {
  text-decoration: none;
  background-color: transparent;
}


.hr1, #hr1, .style1 {
  border: 0;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(left, #DAE5F1, #910208, #DAE5F1);
  background-image: -moz-linear-gradient(left, #DAE5F1, #910208, #DAE5F1);
  background-image: -ms-linear-gradient(left, #DAE5F1, #910208, #DAE5F1);
  background-image: -o-linear-gradient(left, #DAE5F1, #910208, #DAE5F1);
}

             label {
                 margin-right: 0.5em;
                 float: left;
                 padding-top: 0.2em;
                 text-align: right;
                 font-family: 'Advent pro v10 latin', sans-serif;
                 font-size: 18px;
                 font-weight: 400;
                 color: #383838;
                 width: auto;
             }
             #label1 {
                 margin-right: 0.5em;
                 float: left;
                 width: 18em;
                 padding-top: 0.2em;
                 text-align: right;
                 font-family: 'Advent pro v10 latin', sans-serif;
                 font-size: 1.4em;
                 font-weight: 400;
             }
             input, textarea, select {
                 display: block;
                 border: 1px solid #000;
                 padding: 0.1em;
                 font-family: 'Advent pro v10 latin', sans-serif;
                 color: #383838;
                 font-size: 24px;
                 border-radius: .2em;
             }
             #input1 {
                 width: 1em;
                 font-family: 'Advent pro v10 latin', sans-serif;
                 font-size: 1.4em;
             }

input[type="radio"] {vertical-align:middle; width:23px; height:23px; padding:0px; display: inline;}
input[type="checkbox"] {vertical-align:middle; width:23px; height:23px; padding:0px; display: inline;}

             .next1 {
  position: relative;
  z-index: 5;
  display: block;
  height: auto;
  margin-top: 22vh;
  padding-bottom: 100px;
  padding-top: 50px;
  background-image: url(../images/picpara.jpg);
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.nextin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}


@media (max-width: 1050px) {
#cmsspaltelinks {
        width: 100%;
        float:left;
        vertical-align: top;
}

#cmsspalterechts {
        margin-left: 0%;
        width: 100%;
        vertical-align: top;
}
}


@media (max-width: 991px) {


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;
}

.ptxt {
  font-family: 'Advent pro v10 latin', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}

#cmsspaltelinks {
        width: 100%;
        float:left;
        vertical-align: top;
}

#cmsspalterechts {
        margin-left: 0%;
        width: 100%;
        vertical-align: top;
}

.CMSText  { font-family: 'Advent pro v10 latin', sans-serif; font-size: 18px; line-height: 22px; color:#383838; font-weight: 400;}
.CMSTextb { font-family: 'Advent pro v10 latin', sans-serif; font-size: 18px; line-height: 22px; color:#383838; font-weight: 400;}


}



@media (max-width: 767px) {

             label {
                 text-align: left;
                 width: 12em;
             }
             #label1 {
                 text-align: left;
                 width: 6em;
             }
             input, textarea, select {
                  width: 15em;
             }

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;
}

.ptxt {
  font-family: 'Advent pro v10 latin', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}

#cmsspaltelinks {
        width: 100%;
        float:left;
        vertical-align: top;
}

#cmsspalterechts {
        margin-left: 0%;
        width: 100%;
        vertical-align: top;
}
.CMSText  { font-family: 'Advent pro v10 latin', sans-serif; font-size: 18px; line-height: 22px; color:#383838; font-weight: 400;}
.CMSTextb { font-family: 'Advent pro v10 latin', sans-serif; font-size: 18px; line-height: 22px; color:#383838; font-weight: 400;}
}

@media (max-width: 479px) {
.CMSText  { font-size: 19px; line-height: 24px; font-weight: 300;}
.CMSTextb { font-size: 19px; line-height: 24px; font-weight: 300;}

             label {
                 text-align: left;
                 width: 12em;
                 font-size: 1.0em;
             }
             #label1 {
                 text-align: left;
                 width: 4em;
                 font-size: 1.0em;
             }
             input, textarea, select {
                  width: 98%;
                 font-size: 1.0em;
             }

#tdl { text-align: left;}
#tdr { text-align: left; padding: 0 20px;}
#tdc { text-align: center;}


h1, #h1, .h1 {
  font-size: 22px;
  line-height: 30px;
}
h2, #h2, .h2 {
  font-size: 20px;
  line-height: 28px;
}
h3, #h3, .h3 {
  font-size: 18px;
  line-height: 24px;
}
h4, #h4, .h4 {
  font-size: 16px;
  line-height: 20px;
}

.h1side {
  font-size: 23px;
  line-height: 28px;
}

#dispdesk { display: none; }

.ptxt {
  font-size: 16px;
  line-height: 20px;
}



#cmsspaltelinks {
        width: 100%;
        float:left;
        vertical-align: top;
}

#cmsspalterechts {
        margin-left: 0%;
        width: 100%;
        vertical-align: top;
}

}

#map_canvas { clear.both; height: 100%; }
.infowindow
{
font-family: 'Advent pro v10 latin', sans-serif;
font-size: 14px;
color:#000000;
width: 300px;
color: #383838;
text-align: center;
}

.infowindow h3 { font-family: 'Advent pro v10 latin', sans-serif; font-size: 16px; color:#333;  }

legend {font-size:1.6em; text-align: center; color: white; background-color: rgba(226, 0, 26, 0.8); padding: 2px;}

/* seo friendly tables */
.table{
    display:table;        /* Defines a Table */
    font-family: 'Advent pro v10 latin', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #383838;
    font-weight: 400;
    }
.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;
}
.column{
        display:table-cell; /* Defines a table cell */
        padding:4px 2px;
}
.column:hover{
}

.column strong {font-size:22px; font-weight: 500; color: #000;}

.column a {color: #000;}




/* Responsive table */
@media all and (max-width: 940px){
.table{
        font-size:14px;
}
        .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;
        }

.responsive-video iframe {
 position: absolute;
 top: 0;
 left: 0;
 text-align: left;
 width: 100%;
 height: 100%;
 }

.responsive-video {
 position: relative;
 padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
 padding-top: 0px;
 height: 0;
 text-align: left;
 overflow: hidden;
 }

}



@media (max-width: 1560px) {
.next1 {
  position: relative;
  z-index: 5;
  display: block;
  height: auto;
  margin-top: 32vh;
  padding-bottom: 100px;
  padding-top: 50px;
  background-image: url(../images/picpara.jpg);
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
}

.responsive-video iframe {
 position: absolute;
 top: 0;
 left: 0;
 text-align: left;
 width: 100%;
 height: 100%;
 }

.responsive-video {
 position: relative;
 padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
 padding-top: 0px;
 height: 0;
 text-align: left;
 overflow: hidden;
 }