@import 'https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i';
/* @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700); */
/* @import 'https://fonts.googleapis.com/css?family=Ubuntu'; */
/*
@aulred: #db3549;
@aulgrey: #e3e3e3;
*/
/*
@dmoorange: #da6900;
@dmoorange2: #ff8900;
*/
/*.navbar-main > li > h1, */
body,
.htmlarea-content-body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  font-family: Ubuntu, Helvetica, Arial, sans-serif;
}
body,
.htmlarea-content-body {
  font-size: 18px;
  /* line-height:1.3em; */
  line-height: 23px;
}
@media (max-width: 767px) {
  body,
  .htmlarea-content-body {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  body,
  .htmlarea-content-body {
    font-size: 16px;
  }
}
h1,
.h1 {
  font-size: 40px;
  font-weight: bold;
  color: #154194;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 22px;
  }
}
h2,
.h2 {
  font-size: 20px;
  color: #191919;
  /* #db3549 */
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  h2,
  .h2 {
    font-size: 16px;
  }
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 0;
  line-height: 1.2;
  padding: 5px;
  vertical-align: top;
}
figcaption.caption {
  padding: 0px 0 0 20px !important;
}
.container {
  background: #fff;
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
/*
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
*/
.navbar.navbar-top {
  background: #fff;
}
.navbar.navbar-top > .container {
  position: relative;
}
.navbar a {
  outline: 0 !important;
}
.navbar-header-main .navbar-brand {
  height: 110px;
  line-height: 110px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* .navbar-collapse{ position:relative; } */
.navbar-main {
  float: left;
  margin-left: 15px;
}
.navbar-main > li > a {
  font-family: Ubuntu,Helvetica,Arial,sans-serif;
  line-height: 22px;
  padding-top: 65px;
  text-transform: none;
  font-weight: 400;
  /* font-size:22px; */
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .navbar-main > li > a {
    font-size: 19px;
  }
}
@media (max-width: 1040px) {
  .navbar-main > li > a {
    font-size: 18px;
  }
}
.navbar-main > li > a .bar {
  background: #191919;
  transition: none;
}
.navbar-main > li:hover > a > .bar {
  opacity: 1 !important;
}
.navbar-main > li.active > a > .bar {
  opacity: 0 !important;
}
.navbar-default .navbar-nav > li > a {
  color: #154194;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #191919;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  box-shadow: 0px 3px 10px -4px #000000;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #154194;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover {
  color: #191919;
}
/*
.navbar-default .navbar-nav > li > a {
    color:@dmoblue;
}
.navbar-default .navbar-nav > li > a:hover {
    color:@dmotextcol;
}
.navbar-nav > li > .dropdown-menu {
  box-shadow: 0px 3px 10px -4px #000000;
}
*/
.dropdown-menu {
  border: 0;
  top: 110px;
}
.dropdown-menu > li > a {
  /*margin: 8px 25px 7px 25px;
        padding: 0 20px 0 0;*/
  margin: 0px;
  padding: 8px 25px 7px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
  /* font-weight:300; */
  font-weight: bold;
  color: #154194 !important;
  white-space: normal;
}
.dropdown-menu > li > a:hover {
  background: #fff;
  color: #191919 !important;
  /* @dmoblue @aulred */
}
.dropdown-menu > li > a:focus {
  background-color: inherit;
  color: inherit;
}
.dropdown-menu > li.active > a {
  color: #191919 !important;
}
.dropdown-menu > li:last-child > a {
  border: 0;
  margin-bottom: 0;
}
.breadcrumb > li + li:before {
  content: ">> ";
}
.meta-section {
  background: #154194;
  border: 0;
}
.meta-section a {
  font-weight: normal;
}
.meta-section .container {
  background: #154194;
}
.meta-section .copyright {
  text-align: left;
}
.meta-section .imprint {
  text-align: right;
}
.meta-section .imprint a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-section {
  font-size: 12px;
  background: #191919;
  border: 0;
  color: #fff;
  margin-top: 30px;
}
.footer-section a:hover,
.footer-section a:focus {
  color: #ee7202;
}
.footer-section .container {
  background: transparent;
}
pre {
  padding: 15px 10px 15px ;
  margin-left: 15px;
  margin-right: 30px;
  border: 2px solid #ee7202;
  border-radius: 3px;
  font-size: 120%;
  font-family: Ubuntu,Helvetica,Arial,sans-serif;
  position: relative;
  overflow: hidden;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  background: #ececec url('/fileadmin/img/zum_antrag.png') 2.5% center no-repeat;
  background: #ececec;
  background-size: 12% auto;
}
pre a,
pre a:focus {
  text-decoration: none;
  color: #333;
  padding-left: 20%;
  display: block;
}
pre b a,
pre strong a,
pre b a:hover,
pre strong a:hover,
pre a strong,
pre a:hover b,
pre a:hover strong {
  color: #ee7202;
  /*         font-weight:bold; */
  font-weight: 500;
  font-size: 110%;
}
pre .flaticon-cursor:before {
  font-size: 70px;
  position: absolute;
  top: 0;
  left: 10px;
  color: #ee7202;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  pre {
    margin-right: 0px;
  }
  pre .flaticon-cursor:before {
    font-size: 50px;
    left: 2px;
  }
}
@media (max-width: 380px) {
  pre a,
  pre a:focus {
    padding-left: 55px;
  }
  pre .flaticon-cursor:before {
    left: 0px;
  }
}
.footer .colflex {
  box-shadow: none;
  padding: 0;
}
.js .code_accordeon_wrap {
  counter-reset: section;
}
.js .code_accordeon {
  border: 1px solid #333;
  border-bottom: 0;
  overflow: hidden;
  margin: 0 50px 0 20px !important;
  /*   h1:not(.active), h2:not(.active), h3:not(.active), h4:not(.active), h5:not(.active) { color: #333 !important; } */
}
.js .code_accordeon h1,
.js .code_accordeon h2,
.js .code_accordeon h3,
.js .code_accordeon h4,
.js .code_accordeon h5 {
  font-weight: normal;
  margin: 0;
  padding: 10px 10px 10px 30px !important;
  cursor: pointer;
}
.js .code_accordeon h3 {
  font-size: 22px;
}
.js .code_accordeon h3 .glyphicon-triangle-right,
.js .code_accordeon h3 .glyphicon-triangle-bottom {
  font-size: 20px;
  position: relative;
  left: -15px;
  top: 2px;
  width: 17px;
  height: 20px;
  color: #154194;
  /* padding-bottom: 58px;
      float: left; */
}
.js .code_accordeon h3 .glyphicon-triangle-right {
  width: 16px;
}
@media (max-width: 767px) {
  .js .code_accordeon h3 {
    font-size: 20px;
  }
  .js .code_accordeon h3 .glyphicon-triangle-right,
  .js .code_accordeon h3 .glyphicon-triangle-bottom {
    font-size: 18px;
    margin-right: 0px;
  }
}
@media (max-width: 479px) {
  .js .code_accordeon h3 {
    font-size: 18px;
  }
  .js .code_accordeon h3 .glyphicon-triangle-right,
  .js .code_accordeon h3 .glyphicon-triangle-bottom {
    font-size: 16px;
    margin-right: -5px;
    left: -5px;
  }
}
.js .code_accordeon h1 .active,
.js .code_accordeon h2 .active,
.js .code_accordeon h3 .active,
.js .code_accordeon h4 .active,
.js .code_accordeon h5 .active {
  border-bottom: 1px solid #333;
}
.js .code_accordeon h3.active {
  font-weight: bold !important;
}
.js .code_accordeon h3.active .glyphicon-triangle-right,
.js .code_accordeon h3.active .glyphicon-triangle-bottom {
  color: #333;
}
.js .code_accordeon h1:not(.active),
.js .code_accordeon h2:not(.active),
.js .code_accordeon h3:not(.active),
.js .code_accordeon h4:not(.active),
.js .code_accordeon h5:not(.active) {
  color: #333 !important;
}
.js .code_accordeon:nth-of-type(even) h1,
.js .code_accordeon:nth-of-type(even) h2,
.js .code_accordeon:nth-of-type(even) h3,
.js .code_accordeon:nth-of-type(even) h4,
.js .code_accordeon:nth-of-type(even) h5 {
  background-color: #ececec;
}
.js .code_accordeon > div {
  display: none;
  padding: 5px 15px 5px 30px !important;
}
.js .code_accordeon:last-child {
  border-bottom: 1px solid #333;
}
.js .code_accordeon h3 {
  counter-increment: section;
}
.js .code_accordeon ol {
  list-style-type: none;
  counter-reset: section2;
}
.js .code_accordeon > div > ol {
  margin-top: 1em;
  margin-left: 30px;
}
.js .code_accordeon li {
  position: relative;
  padding-left: 0px;
}
.js .code_accordeon li:before {
  counter-increment: section2;
  content: counter(section) "." counters(section2, ".") " ";
  position: absolute;
  left: -45px;
}
.js .code_accordeon > div > ol li li {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .js .code_accordeon {
    margin-right: 20px !important;
  }
  .js .code_accordeon li:before {
    /* left: -25px; */
  }
  .js .code_accordeon > div {
    padding-left: 5px !important;
  }
  .js .code_accordeon > div > ol {
    margin-left: 5px;
  }
  .js .code_accordeon > div > ol li li {
    left: -30px;
    padding-left: 5px;
  }
}
.main-section .container > div.box .shrink-xss > div.box_tabs {
  box-shadow: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  z-index: 2;
}
.main-section .container > div.box .shrink-xss > div.box_tabs > div {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.main-section .container > div.box .shrink-xss > div.box_tabs > div.col-sm-6 {
  width: 49.5%;
}
.main-section .container > div.box .shrink-xss > div.box_tabs > div.col-sm-6:first-child {
  margin-right: 0.5%;
}
.main-section .container > div.box .shrink-xss > div.box_tabs > div.col-sm-6:last-child {
  margin-left: 0.5%;
}
.main-section .container > div.box .shrink-xss > div.box_tabs h1,
.main-section .container > div.box .shrink-xss > div.box_tabs h2 {
  margin-bottom: 0 !important;
  padding: 45px 0 20px 45px !important;
  height: 100%;
}
.main-section .container > div.box .shrink-xss > div.box_tabs h1:after,
.main-section .container > div.box .shrink-xss > div.box_tabs h2:after {
  background: #fff none repeat scroll 0 0;
  bottom: -8px;
  content: "  ";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .main-section .container > div.box .shrink-xss > div.box_tabs h1,
  .main-section .container > div.box .shrink-xss > div.box_tabs h2 {
    padding-top: 20px !important;
  }
  .main-section .container > div.box .shrink-xss > div.box_tabs h1:after,
  .main-section .container > div.box .shrink-xss > div.box_tabs h2:after {
    display: none;
  }
  .main-section .container > div.box .shrink-xss > div.box_tabs div.col-sm-6 {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 479px) {
  .main-section .container > div.box .shrink-xss > div.box_tabs h1,
  .main-section .container > div.box .shrink-xss > div.box_tabs h2 {
    padding-left: 7px !important;
  }
}
.main-section .container > div.box .shrink-xss > div.box_tabs div.active h1,
.main-section .container > div.box .shrink-xss > div.box_tabs div.active h2 {
  background: #fff;
  box-shadow: 0 0 10px -4px #000000;
}
.main-section .container > div.box .shrink-xss > div.box_tabs div:not(.active) h1,
.main-section .container > div.box .shrink-xss > div.box_tabs div:not(.active) h2 {
  /*color:@dmotextcol !important;*/
  cursor: pointer;
  text-decoration: underline;
  box-shadow: 0 0 10px -4px #888888;
}
.js .tab_box_wrap {
  z-index: 1;
}
.js .tab_box_wrap > div {
  display: none;
}
.js .tab_box_wrap > div:first-child {
  display: block;
}
/*
pre {
    padding: 20px 10px 20px ;
    border:2px solid @dmoorange;
    border-radius:3px;
    font-size:120%;
    font-family: Ubuntu,Helvetica,Arial,sans-serif;
    
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;  
    background:#ececec url('/fileadmin/img/zum_antrag.png') 2.5% center no-repeat;
    background-size:12% auto;
    
    a, a:focus {
        text-decoration:none;
        color:#333;
        padding-left:20%;
        display:block;
    }
    b a, strong a, b a:hover, strong a:hover, a strong, a:hover b,  a:hover strong {
        color:@dmoorange;
        font-weight:bold;
    }
}


.js .code_accordeon_wrap {
    counter-reset: section;
}

.js .code_accordeon {
    border:1px solid #333;
    border-bottom:0;
    overflow:hidden;
    
    h1, h2, h3, h4, h5 {
        margin:0;
        padding:10px 10px 10px 30px !important;
        cursor:pointer;
    }
    
    h3 {
        font-size:22px;
        
        .glyphicon-triangle-right, .glyphicon-triangle-bottom {
            font-size:20px;
            position:relative;
            left:-15px;
            top:2px;
            width:20px;
            height:20px;
        }
        .glyphicon-triangle-right {
            width:16px;
        }
    }
    
    h1.active, h2.active, h3.active, h4.active, h5.active {
        border-bottom:1px solid #333;    
    }
    
    h1:not(.active), h2:not(.active), h3:not(.active), h4:not(.active), h5:not(.active) {
        color: #333 !important;    
    }
    
    &:nth-of-type(even) {
        h1, h2, h3, h4, h5 {
            background-color: #ececec;
        }
    }
    
    
    &> div {
        display:none;
        padding:5px 15px 5px 30px !important;
    }
    
    &:last-child {
        border-bottom:1px solid #333;
    }    
    
    h3 {
        counter-increment: section;
    }
    
    ol {
        list-style-type:none;
        counter-reset: section2;
    }
    
    &> div > ol {
        margin-top:1em;
        margin-left:30px;
    }
    
    li {
        position:relative;
        padding-left:45px;
    }
    
    li:before {
        counter-increment: section2;
        content: counter(section) "." counters(section2,".") " ";
        position:absolute;
        left:-45px;
    }
}

@media (max-width: 767px){
    .js .code_accordeon {
        &> div {
            padding-left:5px !important;
            
            &> ol {
                margin-left:15px;
                
                li li {
                    left:-30px;
                }
            }
        }
    }
}
*/
/******************************************************************************
/******************************************************************************
*** yannick.less
******************************************************************************/
/* .gallery-list .carousel-indicators {display:none;} */
/*body h1 a,body h2 a,body h3 a,body h4 a,body h5 a,body h6 a,body a.btn-read-more,body header a,#page_2 a,body footer a,body a.btn-aul,body a.btn { border-bottom: 0px solid #b4b4b4; }*/
/*#page_6 div.breadcrumb-wrap{  min-height:0px; }*/
/*
.btn-aul .glyphicon-triangle-right { font-size: 10px; left: -1px; position: relative; top: 0; width: 6px; }
.btn-aul{ font-size: 14px; margin: 0 20px 10px 0; text-decoration: none; display: inline-block; }
.btn-aul:hover { color: #db3549; }
.news.news-single{ padding-bottom:70px;}
.news-single .article .lead p{ font-size:18px !important;}
.news-single .article p{ padding-left:0 !important;}
.news-single .article > .row > div:first-child { padding: 0 20px;}
.news-single .article .thumbnail { border: 0px solid #dddddd;}
*/
a {
  color: #154194;
  text-decoration: underline;
}
a,
a:focus,
button {
  outline: 0px none;
}
.breadcrumb-wrap a {
  text-decoration: none;
}
.breadcrumb-wrap {
  min-height: 0px;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
}
header .container {
  max-width: 1140px;
}
/*#page_2,#page_8,#page_13,#page_17,#page_21, #page_25, #page_27 {*/
#content {
  min-height: 200px;
}
.btn-back {
  margin-top: 30px;
  margin-bottom: 60px;
  display: inline-block;
}
/*
  .row{ margin:0px; padding:0px; }
  */
@media (max-width: 767px) {
  /* yannick das war doof */
  /* div[class^="col-xs"],div[class^="col-sm"],div[class^="col-md"],div[class^="col-lg"] { padding: 0; } */
}
p {
  font-weight: normal;
}
a {
  /* color:#5d5d5d; */
  font-weight: normal;
}
a:hover,
a:focus {
  color: #191919;
}
header .navbar-main > li > a {
  padding-left: 7px;
  padding-right: 7px;
  /*
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 65px;
    font-size: 20px;
*/
}
.social-meta-nav a {
  padding: 0 2px;
}
.social-meta-nav a:hover {
  text-decoration: none;
}
header .social-meta-nav {
  float: right;
  padding-top: 59px;
  margin-right: -30px;
}
header .social-meta-nav a {
  color: #154194;
  font-size: 23px;
  padding: 0 3px;
}
header .social-meta-nav a:hover {
  color: #191919;
}
header .social-meta-nav button,
header button.search-link {
  color: #154194;
  font-size: 23px;
  padding: 0 3px;
  background: none;
  border: 0;
  outline: 0px none;
}
header .social-meta-nav button:hover {
  color: #191919;
}
/*
glyphicon glyphicon-phone-alt
*/
header .social-meta-nav a.tel-link {
  /*background-image: url("/fileadmin/4img/phone-classic.png");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 93% auto;
  min-height: 28px;
  min-width: 27px;
  vertical-align: bottom;
}
header .social-meta-nav a.tel-link:hover {
  /*background-image: url("/fileadmin/4img/phone-classic-hover.png");*/
  color: #191919;
}
header .social-meta-nav a.tel-link span {
  /* display: none; */
}
/*###################SEARCH BEGIN###################*/
/*
  header .social-meta-nav .search-link {
    outline:0px none;
  }
  */
header .navbar-header .search-link {
  float: right;
  padding: 23px 10px 0 0;
}
@media (max-width: 1199px) {
  header .social-meta-nav .search-link {
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  header .social-meta-nav {
    /* float: right; */
    position: absolute;
    top: 15px;
    right: 15px;
    float: none;
    padding-top: 0px;
  }
}
.mainnavigation_item {
  /* padding:3px 0px;
    border: 1px solid red; */
}
/*
.active .mainnavigation_item {
    background:@dmolgrey;
    color:@dmotextcol;
}
*/
.fb_wrap {
  padding-top: 0 !important;
  text-align: center;
}
.fb_wrap h4 {
  background: #0062a9;
  color: #fff;
  padding: 10px !important;
  margin: 0;
}
section.search-section {
  width: 100%;
  height: 0px;
  position: absolute;
}
.searchfeld-container .searchfeld {
  background-color: #154194;
  display: none;
  float: right;
  height: 100px;
  min-height: 50px;
  min-width: 259px;
  padding: 10px 20px;
  position: relative;
  width: 50%;
  z-index: 100;
  margin-right: 15px;
  color: #fff;
}
.searchfeld-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1140px;
  height: 0px;
}
@media (max-width: 479px) {
  .searchfeld-container {
    width: 100%;
  }
}
.searchfeld-container .searchfeld .searchteaser {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}
.searchfeld-container .searchfeld div.kesearchbox {
  display: block;
  height: auto;
  position: static;
}
.searchfeld-container .searchfeld div.kesearchbox > div {
  padding-left: 0px;
  padding-right: 1px;
}
.searchfeld-container .searchfeld div.kesearchbox > div > #kesearch_submit {
  position: static;
  display: block;
  margin: 0px;
  width: 40px;
  height: 40px;
  background-color: #e8e8e8;
  border: 1px solid #bbb;
  border-radius: 1px;
  outline: 0px none;
  font-size: 23px;
  color: #154194;
  /*
    border: 0px none;
    height: 35px;
    width: 35px;
    border: 0;
    border-left: 1px solid #f4eddd;
    background: transparent;
    vertical-align: middle;
*/
}
.searchfeld-container .searchfeld div.kesearchbox > div > #ke_search_sword {
  outline: 0px none;
  display: block;
  position: static;
  width: 100%;
  margin: 0;
}
#ke_search_sword {
  font-family: Ubuntu,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.main-section .container {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #fafafa;
}
.box .tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser .hit {
  color: #154194;
}
.box .tx-kesearch-pi1 {
  padding-left: 20px;
  padding-right: 20px;
}
/*###################SEARCH END###################*/
.breadcrumb-section {
  background-color: #fafafa !important;
}
.main-section .container > div {
  width: 90%;
  max-width: 1140px;
  margin: 20px auto 0px;
  padding: 0px;
}
.main-section .container > .mycarousel {
  /*andere seiten*/
  margin-top: 0px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}
.main-section .container > div.mycarousel .carousel.slide {
  max-height: 475px;
  overflow: hidden;
}
/* #page_2 .main-section .container > .mycarousel .carousel.slide .carousel-indicators, */
.main-section .container > .mycarousel .carousel.slide .carousel-indicators {
  top: 10px;
  z-index: 1;
}
.main-section .container > div.box {
  margin-top: 0px;
}
.main-section .container > div.box .frame {
  margin: 0px;
}
/*
  .main-section .container > div.box .header h5,
  .main-section .container > div.box .header h4,
  .main-section .container > div.box .header h3,
  .main-section .container > div.box .header h2,
  */
.main-section .container > div.box .header h5,
.main-section .container > div.box .header h4,
.main-section .container > div.box .header h3,
.main-section .container > div.box .header h2,
.main-section .container > div.box .header h1 {
  color: #154194;
}
.main-section .container > div.box > div > div > .shrink-xss > div {
  background-color: transparent;
  /*     margin: 15px 0 15px; */
  margin: 0 0 30px;
  padding: 40px 20px 20px 20px;
  /*
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    @media (max-width:767px) { padding-top: 20px; }
*/
  /*border:10px solid transparent;
     Safari 3.1-5 
    -webkit-border-image: url(/fileadmin/4img/schatten-top.png) 30 stretch; 
    border-image: url(/fileadmin/4img/schatten-top.png) 30 stretch;*/
}
@media (max-width: 767px) {
  .main-section .container > div.box > div > div > .shrink-xss > div {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.main-section .container > div.box1 > div > div > .shrink-xss > div,
.main-section .container > div.box3 > div > div > .shrink-xss > div {
  box-shadow: 0px 0px 10px -4px #000000;
  background: #fff;
}
.main-section .container > div.box .shrink-xss > div#c415 {
  margin-bottom: 0px;
}
/* .lrpad p { padding:0px !important;} */
.main-section .container > div.box div.box .shrink-xss > div {
  margin: 0px;
  padding: 10px 0px;
}
/*.main-section .container > div.box2 .shrink-xss > div,
  .main-section .container > div.box4 .shrink-xss > div{
    box-shadow:0 0 0 0;
  }*/
/*
  .main-section .container > div.box .shrink-xss > div p,
  .main-section .container > div.box .shrink-xss > div h5,
  .main-section .container > div.box .shrink-xss > div h4,
  .main-section .container > div.box .shrink-xss > div h3,
  .main-section .container > div.box .shrink-xss > div h2,
  .main-section .container > div.box .shrink-xss > div h1{
    padding:0 20px;
    font-family:Ubuntu, Helvetica, Arial, sans-serif;
  }
  */
.main-section .container > div.box .shrink-xss > div p,
.main-section .container > div.box .shrink-xss > div h5,
.main-section .container > div.box .shrink-xss > div h4,
.main-section .container > div.box .shrink-xss > div h3,
.main-section .container > div.box .shrink-xss > div h2,
.main-section .container > div.box .shrink-xss > div h1,
.main-section .container > div.box .shrink-xss > div form {
  padding: 0 20px;
  /* font-family:Ubuntu, Helvetica, Arial, sans-serif; */
}
@media (min-width: 768px) {
  .main-section .container > div.box .box2 .shrink-xss > div img {
    padding-left: 20px;
    padding-top: 5px;
  }
}
.col-left > .shrink-xss > div p,
.col-left > .shrink-xss > div h5,
.col-left > .shrink-xss > div h4,
.col-left > .shrink-xss > div h3,
.col-left > .shrink-xss > div h2,
.col-left > .shrink-xss > div h1 {
  padding-right: 5px !important;
}
.col-right > .shrink-xss > div p,
.col-right > .shrink-xss > div h5,
.col-right > .shrink-xss > div h4,
.col-right > .shrink-xss > div h3,
.col-right > .shrink-xss > div h2,
.col-right > .shrink-xss > div h1 {
  padding-left: 5px !important;
}
.main-section .container div.box2 div h5,
.main-section .container div.box2 div h4,
.main-section .container div.box2 div h3,
.main-section .container div.box2 div h2 {
  color: #333;
}
.main-section .container > div.box .shrink-xss > div h5 a,
.main-section .container > div.box .shrink-xss > div h4 a,
.main-section .container > div.box .shrink-xss > div h3 a,
.main-section .container > div.box .shrink-xss > div h2 a,
.main-section .container > div.box .shrink-xss > div h1 a {
  /* color:#000; */
  font-weight: bold;
}
/*
  .main-section .container > div.box .shrink-xss > div .news h5,
  .main-section .container > div.box .shrink-xss > div .news h4,
  .main-section .container > div.box .shrink-xss > div .news h3,
  .main-section .container > div.box .shrink-xss > div .news h2,
  .main-section .container > div.box .shrink-xss > div .news h1{
    background-image:url('../../fileadmin/4img/favicon.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 20px top;
    padding-left: 50px;
  }
  */
.main-section .container > div.box .shrink-xss > div .image,
.main-section .container > div.box .shrink-xss > div .caption {
  padding: 0px;
  margin: 0px;
}
#page_69 .main-section .container > div:first-of-type,
#page_2 .main-section .container > div:first-of-type {
  /* margin: 20px auto 0px; */
}
/*   #page_2 .main-section .container > div.box:first-of-type .shrink-xss > div.box{ */
#page_69 .main-section .container > div.mycarousel + div .shrink-xss > div.box,
#page_2 .main-section .container > div.mycarousel + div .shrink-xss > div.box {
  padding-top: 40px;
}
@media (max-width: 767px) {
  #page_69 .main-section .container > div.mycarousel + div .shrink-xss > div.box,
  #page_2 .main-section .container > div.mycarousel + div .shrink-xss > div.box {
    padding-top: 20px;
  }
}
/*
  #page_2 .main-section .container > div.mycarousel + div.box:first-of-type,
  #page_2 .main-section .container > div.mycarousel + div .shrink-xss > div.box,
  #page_2 .main-section .container > div.mycarousel + div.box:first-of-type .shrink-xss > div.box{
    background-color: red;
  }
*/
#page_69 .main-section .container > div.mycarousel,
#page_2 .main-section .container > div.mycarousel {
  /*startseite*/
  margin-top: 0px;
  max-width: 100%;
  width: 100%;
}
#page_69 .main-section .container > div.mycarousel .carousel.slide,
#page_2 .main-section .container > div.mycarousel .carousel.slide {
  max-height: 572px;
  overflow: hidden;
}
/******************************************************************************
*** carousel media
******************************************************************************/
@media (min-width: 992px) {
  /* #page_75 .carousel-inner > .item { height: 475px; } */
}
@media (max-width: 1199px) {
  /* .carousel-inner > .item { height: 600px; } */
}
@media (max-width: 991px) {
  .carousel-inner > .item {
    height: 300px;
  }
  /*
  .carousel-inner > .item { height: 166px; }
  .carousel-inner > .item { padding: 0px; }
 
  .container .carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
*/
}
@media (max-width: 767px) {
  .carousel-inner {
    /* position: relative; overflow: hidden; */
    width: 100%;
  }
  .carousel-inner > .item {
    padding: 0px;
    height: 166px;
    background-position: 0 0;
    /* background-size: contain; */
  }
}
@media (max-width: 579px) {
  .carousel-inner > .item {
    background-position: center;
  }
}
/*
  .main-section .container > div.box .shrink-xss > div .news .aktuelles{
    color:@dmoblue;
  }
  .main-section .container > div.box .shrink-xss > div .news-img-wrap > a {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
  }
  .main-section .container > div.box .shrink-xss > div .news .row{
    padding:0px;
    margin:0px;
  }
  .main-section .container > div.box .shrink-xss > div .news-list-item > div {
    padding:0px;
  }
  .main-section .container > div.box .shrink-xss > div .news  {
    background-color:#fff;
  }
  .main-section .container > div.box .shrink-xss > div .news .news-list-item {
    margin-bottom:30px;
    background-color:#fff;
    padding-top:0px;
  }
  .main-section .container > div.box .shrink-xss > div .news .news-list-item:last-child {
    margin-bottom:0px;
  }
  
  .main-section .container > div.box .shrink-xss > div .news-list-item .extra {
    display:none;
  }
  .main-section .container > div.box .shrink-xss > div a.btn-read-more {
    float: left;
    margin: 0 20px 10px;
    font-size:14px;
  }
  .main-section .container > div.box .shrink-xss > div a.btn-read-more .glyphicon-triangle-right{
    font-size:10px;
    left: -1px;
    position: relative;
    top: 0;
    width: 6px;
  }
  .main-section .container > div.box .shrink-xss > div a.btn-read-more .glyphicon-menu-right{
    font-size:10px;    
    width:2px;
  }
  .main-section .container > div.box .shrink-xss > div a.btn-read-more .glyphicon-menu-right:last-child{
    margin-right:5px;
  }
  
  .main-section .container > div.box .shrink-xss > div .news .lead{
    margin-bottom:10px;
    font-size:18px;
  }
*/
.breadcrumb-section {
  margin-bottom: 0px;
}
.breadcrumb-section,
.breadcrumb-section * {
  background-color: transparent;
  border: 0px solid #eeeeee;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: bold;
}
.breadcrumb-section a,
.breadcrumb > li + li::before {
  color: #5d5d5d;
}
.breadcrumb-section a:hover {
  color: #191919;
}
/*
  .main-section .container > div.box .shrink-xss > div .news .news-list-view h3{ margin-bottom:0; }
  .main-section .container > div.box .shrink-xss > div .news .news-list-view h4{ margin-top:0; }
*/
.main-section .container > div.box3 .shrink-xss div {
  padding-left: 0;
  padding-right: 0;
}
.main-section .container div.box2 .row > .col-left {
  padding: 0;
}
@media (max-width: 991px) {
  .main-section .container div.box2 .row > .col-left {
    padding: 0px 15px 0px 0px;
  }
}
.main-section .container div.box2 .row > .col-right {
  padding: 0;
}
@media (max-width: 991px) {
  .main-section .container div.box2 .row > .col-right {
    padding: 0px 0px 0px 15px;
  }
}
.main-section .container div.box2 .row > .col-left .frame > div {
  padding-left: 0px;
}
.main-section .container div.box2 .row > .col-left .shrink-xss > .frame,
.main-section .container div.box2 .row > .col-right .shrink-xss > .frame {
  padding-left: 15px;
  padding-right: 15px;
}
.main-section .container div.box2 .row > .col-left .shrink-xss > .frame .row > div,
.main-section .container div.box2 .row > .col-right .shrink-xss > .frame .row > div {
  padding-left: 0px;
}
/*###################Kontaktformular Begin###############*/
.main-section .container .form-horizontal .control-label {
  text-align: left;
}
.main-section .container input,
.main-section .container textarea,
.main-section .container .aul-form input,
.main-section .container .aul-form textarea {
  background-color: #fafafa;
}
.main-section .container .aul-form .aul-captcha > div {
  padding-left: 0px;
  padding-right: 0px;
}
.main-section .container .aul-form .aul-captcha-img img {
  display: block;
  height: 40px;
  width: 90%;
  min-width: 100px;
  max-width: 200px;
}
/*.main-section .container input*/
.main-section .container .aul-form-submit-line .aul-form-submit-btn input {
  width: 50%;
  min-width: 100px;
  color: white;
  background-color: #4a4a4a;
}
.main-section .container .aul-form-submit-line {
  margin-bottom: 20px;
}
.main-section .container .aul-form {
  padding-left: 5px;
}
.main-section .container .Tx-Formhandler .container {
  background-color: transparent;
}
/*###################Kontaktformular End###############*/
.footer-section .container .frame {
  margin: 0;
  padding: 0;
}
.footer-section .container > .row > div {
  padding: 15px 0 15px 0;
}
.footer-section .container > .row > div p {
  margin-bottom: 0px;
}
.footer-section .container > .row > div ul {
  list-style: outside none none;
  padding: 15px 0 0 20px;
}
.footer-section #c745 .table-responsive {
  padding: 0px !important;
  text-align: right;
  overflow: hidden;
}
.footer-section #c745 .table-responsive > table {
  width: auto;
  margin: 0px 0px 0px auto;
  border-spacing: 10px;
  border-collapse: collapse;
}
.footer-section #c745 .table-responsive > table tr:first-of-type > td:first-of-type {
  padding-right: 20px !important;
}
.footer-section #c745 .table-responsive .table > tbody > tr > td {
  padding: 0px !important;
}
@media (max-width: 767px) {
  .main-section .container .aul-form {
    padding: 20px;
  }
  .main-section .container .aul-form .form-group {
    padding: 0px;
    margin: 0px;
  }
  /* .main-section .container > div.box .shrink-xss > div p{ padding-right:5px; padding-left:5px; } */
}
/*}*/
#page_2,
#page_69 {
  /*
  #content.main-section{ 
    margin-bottom: -180px; 
    @media (max-width:991px) { margin-bottom: -120px; }
    @media (max-width:767px) { margin-bottom: -100px; }
  }
  */
}
#page_2 .main-section .container > div.box,
#page_69 .main-section .container > div.box {
  position: relative;
  margin-top: -180px;
  z-index: 2;
}
@media (max-width: 991px) {
  #page_2 .main-section .container > div.box,
  #page_69 .main-section .container > div.box {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  #page_2 .main-section .container > div.box,
  #page_69 .main-section .container > div.box {
    margin-top: -60px;
  }
}
#page_69 .breadcrumb-wrap,
#page_2 .breadcrumb-wrap {
  display: none;
}
/* seminare, seminar-archiv, fotowettbewerb*/
/*
 #page_8, #page_36, #page_40 {
  .main-section .container > div.box .shrink-xss > div {
    background-color:transparent;
    margin: 0 0 30px;
    padding-top:20px;
  }

  .main-section .container div.box2 .row > .col-left .frame > div.tx-code-seminars,
  .main-section .container > div.box .tx-code-seminars{
    padding:0;
    margin:0;
  }
  .main-section .container > div.box .tx-code-seminars .seminar_block p{
    padding-left:0;
    padding-right:0;
  }
  .main-section .container > div.box .tx-code-seminars .seminar_block{
    padding:30px;
    margin:0;
    margin-bottom:30px;
    background-color:white;
    box-shadow:0px 0px 10px -4px black;
  }
  .main-section .container > div.box .tx-code-seminars .seminar_block .seminar_registration_trigger{
    padding-top:20px;
  }
  
  .main-section .container > div.box .tx-code-seminars .seminar_locdate, .main-section .container > div.box .tx-code-seminars .seminar_properties_table {
    font-weight: 300;
  }
  .main-section .container > div.box .tx-code-seminars .seminar_title {
    padding-bottom: 15px;
  }
  .main-section .container > div.box .tx-code-seminars .seminar_properties_table > div.row > div:first-child{
    font-weight: normal;
  }
  input.btn.btn-default,
  .btn.btn-default{
    color:white;
    background-color:#4a4a4a;
  }
  .btn.btn-default:hover{
    background-color:#db3549;
    border-color:#db3549;
  }
  .seminar_pagination,
  .formhandler_register_submit{
    text-align:center;
  }
  .seminar_pagination a.btn.btn-default{
    width:100%;
  }
  .main-section .container div.box2 .row > .col-left .shrink-xss > .frame .tx-code-seminars div.seminar_pagination > div{
    padding:0 15px;
  }
  .main-section .container div.box2 .row > .col-left .shrink-xss > .frame .tx-code-seminars div.seminar_pagination > div:first-child,
  .main-section .container div.box2 .row > .col-left .shrink-xss > .frame .tx-code-seminars div.seminar_pagination > div:last-child{
    padding:0;
  }
  a .glyphicon-menu-right {
    font-size: 11px;
    width: 2px;
  }
  a .glyphicon-menu-right.second {
    margin-right:10px;
  }
  .formhandler_textinputWrap input[type="text"]{
    width:100%;
  }
  .formhandler_textinputWrap input[type="radio"],
  .formhandler_textinputWrap input[type="checkbox"]{
    margin-right:10px;
  }
  .Tx-Formhandler #formhandler_confirm{
    padding-top:10px;
  }
  .box2 .col-right .shrink-xss .frame.default h1 , .box2 .col-right .shrink-xss .frame.default h2 , .box2 .col-right .shrink-xss .frame.default h3, .box2 .col-right .shrink-xss .frame.default h4, .box2 .col-right .shrink-xss .frame.default h5 {
    margin: 0;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    background-color: #4a4a4a !important;
    color: white!important;
  }
  .box2 .col-right .shrink-xss .frame.default {
    background-color: white;
    padding: 0 0 10px !important;
    box-shadow:0px 0px 10px -4px black;
  }
  .box2 .col-right .shrink-xss .frame.default p{
    padding-bottom:10px;
    padding-top:10px;
  }
  .box2 .col-right .shrink-xss {
    padding-top: 150px;
  }
  
  
  .tx_codeseminars{
    padding:30px;
    box-shadow:0px 0px 10px -4px black;
    background-color: white;
  }
  .tx-code-seminars .tbody .tr.row a{
    font-weight:300;
    line-height:1.5;
  }
  .tx-code-seminars .thead .tr.row > div,
  .tx-code-seminars .tbody .tr.row > .td{
    padding-left:5px !important;
    padding-right:5px;
    text-align:left;
  }
  .tx-code-seminars .thead .tr.row > div:last-child,
  .tx-code-seminars .tbody .tr.row > .td:last-child{
    text-align:right;
  }
  .tx-code-seminars .thead .tr.row > div:first-child,
  .tx-code-seminars .tbody .tr.row > .td:first-child{
    padding-right:15px;
  }
  .tx-code-seminars .thead .tr.row{
    color:@dmoblue;
  }
  #cat_select li {
    display: table-cell;
    font-size: 14px;
    border-top-right-radius: 10px;
  }
  #seminar_all #cat_select{
    border-top-right-radius: 13px;
  }
  #seminar_all #cat_select,
  #seminar_all > p{
    background-color:#4a4a4a;
    border-top-right-radius: 13px;
  }
  #seminar_registration .Tx-Formhandler > h3, 
  #seminar_registration .Tx-Formhandler > h2 {
    padding-left: 0 !important;
  }
  #seminar_all > p {
    font-size: 14px;
    font-weight: normal;
  }

  @media (max-width:991px) {
     .box2 .col-right .shrink-xss {
      padding: 0 15px;
    }
  }
  @media (max-width:767px) {
  
    .tx-code-seminars .thead .tr.row > div:first-child,
    .tx-code-seminars .tbody .tr.row > .td:first-child{
      padding-right:5px;
    }
    .box2 .col-right .shrink-xss .frame.default p {
      padding:10px 20px;
    }
    .tx-code-seminars .tbody .tr.row .td{
      padding:10px;
    }
    .tx_codeseminars{
      padding:20px 10px;
    }
    #cat_select li {
      display: block;
    }

    
    #seminar_all #cat_select{
      background-color:transparent;
    }
    .main-section .container > div{
    width:100%;
    }
    .main-section .container > div.box .tx-code-seminars .seminar_block {
      padding: 30px 15px;
    }
  }

 }
*/
/*###################SEMINARE END###################*/
/*
seminare etc end
*/
#page_40 .box2 .col-right .shrink-xss {
  padding-top: 0;
}
#page_40 .box2 .col-right .shrink-xss > div.frame.default {
  box-shadow: none;
}
#page_40 .main-section .container > div.box .shrink-xss > div {
  background-color: #fff;
  margin: 0 0 30px;
  padding-top: 20px;
}
.news .extra {
  display: none;
}
header.navbar > div.container,
section.footer-section > div.container,
div.breadcrumb-section > div.container,
section.meta-section > div.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1140px;
}
section.meta-section > div.container .imprint {
  color: white;
}
section.meta-section > div.container .imprint a {
  color: white !important;
}
/*
.news-list-view.line{
  padding:20px 0!important;
}
.news-list-view .panel .panel-heading,
.tx-code-address .panel .panel-heading {
  padding: 0;
}
.news-list-view .panel .panel-heading a,
.tx-code-address .panel .panel-heading a {
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  display:inline-block;
}
.news-list-view .panel .panel-heading a span.seminar_titles,
.tx-code-address .panel .panel-heading a span.seminar_titles {
  font-size: 90%;
}
.news-list-view .panel .panel-heading a,
.tx-code-address .panel .panel-heading a {
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  text-decoration:none; 
  width:100%;
}
.news-list-view .panel .panel-heading a:hover span,
.tx-code-address .panel .panel-heading a:hover span {
    color: white;
}
.news-list-view.panel-group .panel .panel-heading{
  border-bottom:1px solid #ddd;
}
.news-list-view.panel-group .panel,
.tx-code-address .panel-group .panel{
  margin:0;
  border-top:0;
}
.news-list-view.panel-group .panel:nth-child(odd) .panel-heading,
.tx-code-address .panel-group .panel:nth-child(odd) .panel-heading{
  background-color:white;
}
.news-list-view.panel-group .panel:nth-child(odd) .panel-body{
  background-color:#fafafa;
}
.news-list-view.panel-group .panel:nth-child(odd) .panel-body *{
  background-color:#fafafa!important;
}
.news-list-view.panel-group .panel:first-child,
.tx-code-address .panel-group .panel:first-child{
  border-top:1px solid #ddd;
}
.news-list-view.panel-group .panel .panel-heading a.collapsed span.glyphicon.glyphicon-triangle-right,
.tx-code-address .panel .panel-heading a.collapsed span.glyphicon.glyphicon-triangle-right{
    display:inline;
  color:@dmoblue;
}
.news-list-view.panel-group .panel .panel-heading a.collapsed span.glyphicon.glyphicon-triangle-bottom,
.tx-code-address .panel .panel-heading a.collapsed span.glyphicon.glyphicon-triangle-bottom{
    display:none;
}
.news-list-view.panel-group .panel .panel-heading a span.glyphicon.glyphicon-triangle-bottom,
.tx-code-address .panel .panel-heading a span.glyphicon.glyphicon-triangle-bottom{
    display:inline;
  color:#4a4a4a;
}
.news-list-view.panel-group .panel .panel-heading a:hover span.glyphicon.glyphicon-triangle-bottom,
.tx-code-address .panel .panel-heading a:hover span.glyphicon.glyphicon-triangle-bottom{
  color:#fff;
}
.news-list-view.panel-group .panel .panel-heading a span.glyphicon.glyphicon-triangle-right,
.tx-code-address .panel .panel-heading a span.glyphicon.glyphicon-triangle-right{
    display:none;
}
.news-list-view.panel-group .panel .panel-body .akt-image-block,
.news-list-view.panel-group .panel .panel-body .akt-text-block{
  padding-top:20px!important;
  padding-bottom:20px!important;
}
.news-list-view.panel-group .panel .panel-body .akt-text-block a.btn-read-more{
  text-decoration:none;
}

.news-list-view.panel-group .panel .panel-heading:hover,
.tx-code-address .panel .panel-heading:hover {
    background-color: #ccc;
    color: white;
}
.news-list-view.panel-group .panel:nth-child(odd) > .panel-heading:hover,
.tx-code-address .panel-group .panel:nth-child(odd) > .panel-heading:hover{
  background-color:#ccc;
}
*/
/*
.news .news-list-item.line-design > .news-media {
    padding-left: 20px !important;
}
.news-single .article h5,
.news-single .article h4,
.news-single .article h3,
.news-single .article h2,
.news-single .article h1 {
    padding: 0 15px;
}
.news-single .article .lead{
  font-size:18px;
}.news-single .article .lead p{
    font-weight:bold;
}
*/
/******************************************************************************
*** panel
******************************************************************************/
/*,body .glyphicon-triangle-bottom*/
body .glyphicon-triangle-right {
  font-size: 10px;
  left: -1px;
  position: relative;
  top: 0;
  width: 6px;
  margin-right: 4px;
}
/* .panel .panel-heading a span.seminar_titles { font-size: 90%; } 
.panel .panel-heading a:hover span { color: white; }
.panel .panel-heading {  }
*/
.panel-group .panel .panel-heading {
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.panel-group .panel .panel-heading a {
  font-size: 18px;
  /* font-weight: 300; */
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  color: #154194 !important;
  /* &:hover span { color: white; } */
}
.panel-group .panel .panel-heading a:hover {
  color: white !important;
}
.panel-group .panel .panel-heading a:hover span {
  color: white;
}
.panel-group .panel .panel-heading a span.glyphicon.glyphicon-triangle-bottom {
  display: inline;
  color: #154194;
}
.panel-group .panel .panel-heading a:hover span.glyphicon.glyphicon-triangle-bottom {
  color: #191919;
  /* #fff; */
}
.panel-group .panel .panel-heading a span.glyphicon.glyphicon-triangle-right {
  display: none;
}
.panel-group .panel .panel-heading a.collapsed {
  color: #191919;
}
.panel-group .panel .panel-heading a.collapsed span.glyphicon.glyphicon-triangle-right {
  display: inline;
  color: #154194;
}
.panel-group .panel .panel-heading a.collapsed span.glyphicon.glyphicon-triangle-bottom {
  display: none;
}
.panel-group .panel {
  margin: 0;
  border-top: 0;
}
.panel-group .panel:nth-child(odd) .panel-heading {
  background-color: white;
}
.panel-group .panel:nth-child(odd) .panel-body {
  background-color: #fafafa;
}
.panel-group .panel:nth-child(odd) .panel-body * {
  background-color: #fafafa !important;
}
.panel-group .panel:first-child {
  border-top: 1px solid #ddd;
}
.panel-group .panel .panel-heading a span.glyphicon.glyphicon-triangle-bottom {
  display: inline;
  color: #154194;
}
.panel-group .panel .panel-heading a:hover span.glyphicon.glyphicon-triangle-bottom {
  color: #191919;
  /* #fff; */
}
.panel-group .panel .panel-heading a span.glyphicon.glyphicon-triangle-right {
  display: none;
}
.panel-group .panel .panel-heading a.collapsed span.glyphicon.glyphicon-triangle-right {
  display: inline;
  color: #154194;
}
.panel-group .panel .panel-heading a.collapsed span.glyphicon.glyphicon-triangle-bottom {
  display: none;
}
/*
.panel-group .panel .panel-heading 
.panel-group .panel .panel-heading a span.glyphicon.glyphicon-triangle-right { display:none; }
.panel-group .panel .panel-heading a.collapsed { span.glyphicon.glyphicon-triangle-right { display:inline; color:@dmoblue; } span.glyphicon.glyphicon-triangle-bottom { display:none; }} 
*/
.panel-group .panel .panel-body .akt-image-block {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.panel-group .panel .panel-body .akt-text-block a.btn-read-more {
  text-decoration: none;
}
.panel-group .panel .panel-heading:hover {
  background-color: #ccc;
  color: white;
}
.panel-group .panel:nth-child(odd) > .panel-heading:hover {
  background-color: #ccc;
}
@media (max-width: 767px) {
  .panel-group .panel .panel-body {
    background-color: #fafafa;
    padding: 0;
  }
  .panel-group .panel .panel-body .akt-image-block img {
    min-width: 147px;
    width: 50%;
  }
}
/******************************************************************************
*** end panel
******************************************************************************/
.frame.default a.btn,
.table.tx_codeseminars a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.footer-section a,
.meta-section a,
header a {
  /*, #page_2 a, #page_69 a*/
  text-decoration: none;
}
/*
#page_6{
   .main-section .container > div.box1 > div > div > .shrink-xss > div, 
   .main-section .container > div.box3 > div > div > .shrink-xss > div {
    box-shadow: none;
  }
   .main-section .container > div.box3 > div > div > .shrink-xss > div .news .news-list-item {
    box-shadow: 0 0 10px -4px black;
    padding-top: 20px;
  }
   .main-section .container > div.box3 > div > div > .shrink-xss > div, .main-section .container > div.box3 > div > div > .shrink-xss > div .news {
    background-color: inherit;
    padding-top: 0;
  }
}
*/
@media (max-width: 991px) {
  header.navbar .container .navbar-main > li > a {
    padding-top: 10px;
    border-bottom: 1px solid #ececec;
  }
  header.navbar .container .navbar-main > li.active > a {
    background-color: #ececec;
    color: #191919;
  }
  header.navbar .container .navbar-main > li.active .caret {
    color: white;
  }
  header.navbar .container ul.navbar-main {
    /*navbar-collapse collapse in*/
    width: 90%;
    max-width: 300px;
    margin-left: 0px;
    margin-top: -1px;
    min-width: 250px;
    border: 1px solid #ececec;
  }
  header.navbar .container .navbar-main .open .dropdown-menu {
    border-left: 1px solid #ececec;
  }
  .navbar-header-main .navbar-brand.navbar-brand-image {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-header-main .navbar-brand.navbar-brand-image > img {
    max-height: 60px;
    display: block;
  }
  .navbar-header-main .navbar-brand {
    height: auto;
    line-height: auto;
  }
}
/*##################IMAGEGALLERY BEGIN########################*/
/*
.tx-image-gallery {
  padding-top: 20px;
}
.tx-image-gallery .gallery-list * {
  margin: 0;
  padding: 0;
}
.tx-image-gallery .gallery-list .jcarousel-wrapper > .jcarousel-control-prev, 
.tx-image-gallery .gallery-list .jcarousel-wrapper > .jcarousel-control-next{
  display: none;
}
.tx-image-gallery .gallery-list button.close {
  padding: 0px 10px;
}
.tx-image-gallery .gallery-list .modal-title {
  margin: 10px;
}
.tx-image-gallery .gallery-list .modal-dialog {
  margin: 30px auto;
  width: 50%;
}
.tx-image-gallery .gallery-list .gallery-item {
  padding-right:20px;
  margin-bottom:20px;
  overflow: hidden;
}
.tx-image-gallery .gallery-list .gallery-item  img{
  width:100%;
  min-height:100%;
}
#page_48 .tx-image-gallery .gallery-list .gallery-item  img{
    min-height:auto;
}

.tx-image-gallery .gallery-list .gallery-item .image-wrap {
  height:90px;
}
.tx-image-gallery .gallery-list .modal-dialog {
  width: 80%;
}
.tx-image-gallery .gallery-list .modal-dialog{
  max-height:600px;
}
.tx-image-gallery .gallery-list .modal-dialog .carousel-inner > .item{
  padding-bottom: 30px;
  height:auto;
}
.tx-image-gallery .gallery-list .modal-dialog .carousel-inner > .item > img {
    margin: 0 auto;
    max-height: 90%;
  max-width:100%;
    width: auto;
    position: static;
}
@media (min-width:992px) {
  .tx-image-gallery .gallery-list .modal-dialog {
    display: table;
    width: auto;
    max-width:100%;
  }
  .tx-image-gallery .gallery-list .modal-dialog .modal-content .item img {
    height: 600px;
  }
}
@media (max-width:991px) {
  .tx-image-gallery .gallery-list  #modal-1 .modal-dialog {
    display: table;
    width: auto;
    min-width:200px;
    max-width:100%;
  }
  .tx-image-gallery .gallery-list .modal-dialog .modal-content .item img {
    height: 400px;
  }
}
@media (max-width:767px) {
  .tx-image-gallery .gallery-list  #modal-1 .modal-dialog {
    display: table;
    width: auto;
    max-width:100%;
  }
  .tx-image-gallery .gallery-list .modal-dialog .modal-content .item img {
    height: 300px;
  }
}
@media (max-width:400px) {
  .tx-image-gallery .gallery-list  #modal-1 .modal-dialog {
    display: table;
    width: auto;
    max-width:100%;
  }
  .tx-image-gallery .gallery-list .modal-dialog .modal-content .item img {
    height: 200px;
  }
}
  @media (max-width:991px) {
    .tx-image-gallery .gallery-list .modal-dialog {
      width: 90%;
    }
    
    .tx-image-gallery .gallery-list .gallery-item .image-wrap {
      height:150px;
    }
  }
  @media (max-width:767px) {
    .tx-image-gallery .gallery-list {
      padding-left:20px;
    }
    .tx-image-gallery .gallery-list .gallery-item .image-wrap {
      height:210px;
    }
  }
  @media (max-width:700px) {
    
    .tx-image-gallery .gallery-list .gallery-item .image-wrap {
      height:200px;
    }
  }
  @media (max-width:600px) {
    
    .tx-image-gallery .gallery-list .gallery-item .image-wrap {
      height:166px;
    }
  }
  @media (max-width:500px) {
  
    .tx-image-gallery .gallery-list .modal-dialog {
      width: 100%;
    }
    
    .tx-image-gallery .gallery-list .gallery-item .image-wrap {
      height:128px;
    }
  }
  @media (max-width:400px) {
    
    .tx-image-gallery .gallery-list .gallery-item .image-wrap {
      height:98px;
    }
  }
*/
/*##################IMAGEGALLERY END########################*/
.footer-section,
.meta-section {
  font-size: 12px;
  line-height: 18px;
}
button.btn {
  background-color: #4a4a4a;
  color: white;
  border: 0 solid #4a4a4a;
}
button.btn:hover {
  background-color: #db3549;
  border: 0 solid #4a4a4a;
  color: white;
}
label {
  padding-top: 15px !important;
  padding-bottom: 5px !important;
  margin-bottom: 0;
}
#seminar_all p.active {
  font-weight: bolder !important;
}
.box ul > li {
  padding-bottom: 7px;
}
.meta-section .copyright {
  padding-left: 0px;
}
.breadcrumb > li + li::before {
  content: none;
}
.breadcrumb > li:first-child .glyphicon {
  display: none;
}
.breadcrumb > li .glyphicon {
  margin: 0 5px;
}
.formhandler_textinputWrap {
  margin-bottom: 15px;
}
.no_registration {
  font-weight: normal;
}
.formhandler_contact_form_left > div:last-child p {
  margin: 0;
}
#page_2 .news .alert {
  padding: 0 15px 15px;
}
#seminar_registration h2#formular {
  color: #333;
}
#page_8 .breadcrumb > li .glyphicon {
  margin: 0 8px 0 5px;
}
@media (max-width: 767px) {
  #page_2 .main-section .container > div.box .shrink-xss > div p,
  #page_69 .main-section .container > div.box .shrink-xss > div p {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page_2 .main-section .container > div.box .shrink-xss > div img,
  #page_69 .main-section .container > div.box .shrink-xss > div img {
    width: 100%;
  }
  .btn-back {
    padding-left: 20px;
  }
  /*
.seminar_properties_table p { margin: 0; }
.seminar_properties_table > .row > div { padding-bottom: 6px; }
.seminar_properties_table > .row ul li { padding-bottom: 0; }
.seminar_properties_table > .row ul { padding: 0; list-style: none; }

  .news-single .article > .row > div:first-child {
    padding: 0;
  }
  .news-single .article .thumbnail {
    padding: 20px;
  }
  .news-single .article p{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  #page_6 {
    .main-section .container > div.box1 > div > div > .shrink-xss > div, 
    .main-section .container > div.box3 > div > div > .shrink-xss > div {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  #page_8 .main-section .container div.box2 .row > .col-left .shrink-xss > .frame .tx-code-seminars div.seminar_pagination > div{
    padding:0px;
  }
*/
  .footer-section .container > .row > div {
    padding: 0;
  }
  .footer-section .container > .row > div:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-section .container > .row > div ul {
    list-style: outside none none;
    padding: 0 0 20px 0px;
  }
  .main-section .container > div.box .header > div p {
    padding: 0 20px;
  }
  .news .news-list-item.line-design .lead,
  .news .news-list-item.line-design > .news-media {
    padding: 20px !important;
  }
  .news .news-list-item.line-design .lead p {
    padding: 0px !important;
  }
}
@media (max-width: 991px) {
  .meta-section .imprint {
    text-align: left;
  }
  .main-section .container > div.box .box2 .shrink-xss > div img {
    padding-left: 0;
  }
}
@media (max-width: 350px) {
  .navbar-header-main .navbar-brand.navbar-brand-image > img {
    display: block;
    max-height: 70px;
  }
}
/******************************************************************************
*** volkers code
******************************************************************************/
h1 + h2 {
  color: #154194;
  text-transform: upper-case;
  margin-top: -15px;
}
@media (max-width: 767px) {
  h1 + h2 {
    margin-top: 0px;
  }
}
/* #page_2 .content .container .row:first-of-type > div[class=col]:first-of-type h2:first-of-type */
#page_2 #c446 img,
#page_69 #c809 img {
  width: 100%;
  height: auto;
}
/* #page_2 #c442, #page_69 #c807 { */
#page_2,
#page_69 {
  /*   &> h2:first-of-type { */
  /* h1 + h2 { margin-top:-45px;} */
  /* border-bottom: 22px dotted @dmogreyblue;
  margin: 10px 60px; */
  /* border-image: source slice width outset repeat|initial|inherit; */
  /* border-image-width: 15px; */
  /*
    border-image: url("/fileadmin/user_upload/dots.png");
    border-image-slice: 33%;
    border-image-outset: 15px;
    border-image-repeat: repeat;
    border-bottom: 15px solid transparent;
    border-top:0px;
    border-left:0px;
    border-right:0px;
 */
  /*
  border-style: dotted;
  border:0 0 10px 0;
  border-bottom-image:url("/fileadmin/user_upload/dots.png") 0 0 27 0 round;
  */
  /*
    border-image-source: url("/fileadmin/user_upload/dots.png");
    border-image-slice: 0px 0px 5px 0px;
    border-image-width: 1;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat;
*/
}
#page_2 h1 + h2:first-of-type,
#page_69 h1 + h2:first-of-type {
  color: #154194;
  text-transform: upper-case;
  /* margin-top:-15px; */
}
.homedivider {
  padding-left: 15px;
  padding-right: 15px;
}
.homedivider > hr {
  border: none;
  display: block;
  height: 15px;
  background-image: url("/fileadmin/user_upload/dots.png");
  /*26x15*/
  background-position: left top;
  background-repeat: repeat-x;
  background-size: auto auto;
  margin-top: 15px;
}
/*
image: 26x15
#c442 > h2:first-of-type:after {
    content: " ";
    display: block;
    height:15px;
    background-image: url("/fileadmin/user_upload/dots.png") ;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto auto;
    margin-top:15px;
}
*/
/*
.dotted-border {
    border-image-source: url('border-image.png');
    border-image-slice: 0px 0px 5px 0px;
    border-image-width: 1;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat;
}
*/
/******************************************************************************
*** dom buttons
******************************************************************************/
.dmo_button,
.dmo_button_2rows,
.dmo_button_black {
  text-decoration: none;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  border: 2px solid #ee7202 !important;
  border-radius: 2px;
  text-align: center;
  background-color: #ececec;
  font-size: 40px;
  font-weight: bold;
  padding: 15px 30px 15px 30px;
  line-height: 30px;
}
.dmo_button:focus,
.dmo_button_2rows:focus,
.dmo_button_black:focus {
  text-decoration: none;
}
.dmo_button > span.small,
.dmo_button_2rows > span.small,
.dmo_button_black > span.small {
  text-transform: uppercase;
  font-size: 18px;
  color: #191919;
}
@media (min-width: 480px) and (max-width: 991px) {
  .dmo_button,
  .dmo_button_2rows,
  .dmo_button_black {
    font-size: 36px;
    padding: 15px 20px 15px 20px;
  }
}
@media (max-width: 479px) {
  .dmo_button,
  .dmo_button_2rows,
  .dmo_button_black {
    display: block;
    font-size: 30px;
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }
}
@media (min-width: 992px) {
  .dmo_button_2rows {
    padding: 5px 30px 23px 30px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .dmo_button_2rows {
    padding: 5px 20px 23px 20px;
  }
}
@media (max-width: 479px) {
  .dmo_button_2rows {
    padding: 5px 5px 15px 5px;
  }
}
a.dmo_button_black {
  font-size: 26px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
a.dmo_button_black small {
  font-size: 70%;
}
.pdf_link,
.dmo_link_ext {
  display: block;
  padding: 5px 0px 0px 86px;
  margin-left: 0px;
  margin-bottom: 20px;
  min-height: 92px;
  /* border: 2px solid #ee7202; */
  /* border-radius: 3px; */
  /* font-family: Ubuntu,Helvetica,Arial,sans-serif; */
  /* position: relative; */
  overflow: hidden;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  background: #ffffff url(/fileadmin/user_upload/pdf.png) -10px no-repeat;
  background-size: auto;
  /* height:92px; display: table-cell; vertical-align: bottom; */
}
.pdf_link,
.dmo_link_ext {
  text-decoration: none;
}
.pdf_link:hover,
.dmo_link_ext:hover,
.pdf_link:focus,
.dmo_link_ext:focus,
.pdf_link a,
.dmo_link_ext a,
.pdf_link a:hover,
.dmo_link_ext a:hover,
.pdf_link a:focus,
.dmo_link_ext a:focus {
  text-decoration: none;
}
.pdf_link {
  font-weight: bold;
}
.dmo_link_ext {
  background: #ffffff url(/fileadmin/user_upload/zur_website.png) 0px no-repeat;
  padding-left: 120px;
  min-height: 100px;
}
#p75 #c1246 p:nth-child(1) a {
  background: #ffffff url(/fileadmin/user_upload/VFS.jpg) 0px no-repeat;
}
#p75 #c1246 p:nth-child(3) a {
  background: #ffffff url(/fileadmin/user_upload/RZ_LHT_Safe_Drone_Logo_hoch_100.jpg) 0px 0px no-repeat;
}
#p75 #c1246 p:nth-child(5) a {
  background: #ffffff url(/fileadmin/user_upload/heli-factory.jpg) 0px no-repeat;
}
#p75 #c1246 p:nth-child(7) a {
  background: #ffffff url(/fileadmin/user_upload/schreiber_logo.jpg) 0px no-repeat;
}
#p75 #c1246 p:nth-child(9) a {
  background: #ffffff url(/fileadmin/user_upload/fairfleet_logo.jpg) 0px no-repeat;
}
/******************************************************************************
*** flex-design
container:
justify-content: flex-start | flex-end | center | space-between | space-around;
align-items: flex-start | flex-end | center | baseline | stretch;
elements:
order: <integer>;
flex-grow: <number>; // default 0
flex-shrink: <number>; // default 1
flex-basis: <length> | auto;
align-self: auto | flex-start | flex-end | center | baseline | stretch;
.item {
  flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]
  //flex: 1 1 auto;
}
******************************************************************************/
.rowflex {
  display: table;
  /* Fallback IE<9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* equal height of the children */
  flex-flow: row nowrap;
  width: 100%;
  margin-bottom: 30px;
}
.colflex {
  display: table-cell;
  /* Fallback IE<9 */
  min-width: 1%;
  /* Fix for Firefox */
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* additionally, equal width */
  padding: 40px 20px 15px 20px;
  border: 0px solid red;
  box-shadow: 0px 0px 10px -4px #000000;
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
}
.colflex:first-of-type {
  margin-left: 0px;
}
.colflex:last-of-type {
  margin-right: 0px;
}
.colflex25 {
  display: table-cell;
  /* Fallback IE<9 */
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* additionally, equal width */
  flex-basis: 22%;
  min-width: 1%;
  /* Fix for Firefox */
  background-color: #d6dbec;
  text-align: center;
  padding: 0px 10px 10px 10px;
  margin-right: 15px;
  margin-left: 15px;
  border: 0px none;
  box-shadow: none;
}
.colflex25 p {
  padding: 0px 0px !important;
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
}
.colflex25 a {
  font-weight: bold;
  font-size: 18px;
}
.colflex25 img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .rowflex {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .rowflex.rowflex25 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .colflex25 {
    flex-basis: 45%;
    margin-top: 30px;
  }
  .colflex25:nth-of-type(1),
  .colflex25:nth-of-type(2) {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .rowflex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .colflex {
    padding: 15px 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .colflex img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
  .colflex25 {
    flex-basis: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
  .colflex:not(:first-of-type),
  .colflex25:not(:first-of-type) {
    margin-top: 30px;
  }
}
/******************************************************************************
*** table-responsive
******************************************************************************/
.table-responsive {
  padding: 15px;
}
.main-section .container > .box > row > div[class].table-responsive {
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .table-responsive {
    border: 0px none;
    padding: 15px 20px;
  }
}
.table-responsive > table.dmotable {
  min-width: 100%;
  /*tbody*/
}
.table-responsive > table.dmotable th {
  background-color: #a8a8a8;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
  text-align: center;
}
.table-responsive > table.dmotable tbody {
  /*tr*/
}
.table-responsive > table.dmotable tbody tr > td {
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}
@media (max-width: 799px) {
  .table-responsive > table.dmotable tbody tr > td {
    font-size: 16px;
  }
}
.table-responsive > table.dmotable tbody tr > td:first-of-type {
  border-left: 0px none;
}
.table-responsive > table.dmotable tbody tr > td:last-of-type {
  border-right: 0px none;
}
.table-responsive > table.dmotable tbody tr:first-of-type > td {
  border-top: 0px none;
}
.table-responsive > table.dmotable tbody > tr:nth-child(4n-1) td,
.table-responsive > table.dmotable tbody > tr:nth-child(4n) td {
  background-color: #fff3e6;
}
table.table {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .table-responsive > table {
    /*  &> thead, &> tbody, &> tfoot { &> tr{ &> td, &> th { white-space: normal; } } } */
  }
  .table-responsive > table td,
  .table-responsive > table th {
    white-space: normal;
    /*vs nowrap*/
  }
}
/******************************************************************************
*** mypdfclass
******************************************************************************/
.mypdfclass > .row > .col-md-6:first-of-type {
  width: 33%;
}
.mypdfclass > .row > .col-md-6:nth-of-type(2) {
  width: 66%;
}
@media screen and (max-width: 991px) {
  .mypdfclass > .row > .col-md-6:first-of-type {
    width: 33%;
  }
  .mypdfclass > .row > .col-md-6:nth-of-type(2) {
    width: 66%;
  }
}
@media screen and (max-width: 479px) {
  .mypdfclass > .row > .col-md-6:first-of-type {
    width: 100%;
  }
  .mypdfclass > .row > .col-md-6:nth-of-type(2) {
    width: 100%;
  }
}
table.pdftable > tbody > tr > td {
  vertical-align: bottom;
}
table.pdftable > tbody > tr > td a {
  font-weight: bold;
  text-decoration: none;
}
img.none {
  width: auto;
  height: auto;
}
/*
glyphicon glyphicon-phone-alt
*/
.langmenu {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.langmenu:hover,
.langmenu:focus {
  text-decoration: none;
}
.langmenu img {
  margin-top: -8px;
}
.langmenu2 {
  float: right;
  padding: 23px 15px 0 0;
}
#page_2 .main-section .container > .mycarousel .carousel.slide .carousel-indicators,
#page_69 .main-section .container > .mycarousel .carousel.slide .carousel-indicators,
#page_2 .main-section .container > .mycarousel .carousel.slide .carousel-control.left,
#page_69 .main-section .container > .mycarousel .carousel.slide .carousel-control.left,
#page_2 .main-section .container > .mycarousel .carousel.slide .carousel-control.right,
#page_69 .main-section .container > .mycarousel .carousel.slide .carousel-control.right {
  display: none !important;
}
@media (max-width: 480px) {
  #page_2 img.center-block,
  #page_69 img.center-block {
    width: 100%;
    height: auto;
  }
}
.danger {
  color: red;
}
#page_2 .mycarousel + .ge-template.box.box1,
#page_69 .mycarousel + .ge-template.box.box1 {
  z-index: 3;
}
/*
<a href="#c821" style="display:block;width:100%;height:100%;text-decoration:none;">&nbsp;</a>
*/
.box4 {
  box-shadow: none !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .form-control {
    margin-left: 0px !important;
  }
  .formhandler_textinputWrap label {
    padding-left: 0px;
  }
  .formhandler_textinputWrap {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #c454 {
    margin-top: 30px;
  }
  #c453 img {
    padding: 0px 15px;
  }
}
@media (max-width: 991px) {
  .navbar-main > li.dropdown > a > .caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  header.navbar .container .navbar-main > li.active .caret {
    color: #000;
  }
}
/* #c821{h2{font-size:18px;}}
<span style="font-size: 24px;margin-bottom:10px;display:block;">
<span class="h4black">
</span>
 */
.h4black {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}
.h4black > p {
  font-size: 24px;
  margin-bottom: 0px;
  display: block;
  font-weight: bold;
  padding: 0px !important;
}
.langswitch {
  float: right;
}
.langswitch a {
  font-size: 20px;
  font-weight: bold;
}
.langswitch.lang_en {
  padding-top: 59px;
  margin-right: 10px;
}
.langswitch.lang_de {
  padding-top: 12px;
  margin-right: -30px;
}
.langswitch.lang_en_sm {
  padding-top: 12px;
  margin-right: -30px;
}
.langswitch.lang_de_sm {
  padding-top: 22px;
  margin-right: 12px;
}
@media (max-width: 1199px) {
  .langswitch.lang_en {
    padding-top: 12px !important;
    margin-right: -10px !important;
  }
  .nav.navbar-nav.navbar-main {
    margin-left: 0px;
  }
}
@media (max-width: 479px) {
  .navbar-toggle {
    margin-right: 0px;
  }
  .h4black,
  .h4black > p {
    font-size: 22px;
  }
  .main-section .container > div.box .shrink-xss > div p,
  .main-section .container > div.box .shrink-xss > div h5,
  .main-section .container > div.box .shrink-xss > div h4,
  .main-section .container > div.box .shrink-xss > div h3,
  .main-section .container > div.box .shrink-xss > div h2,
  .main-section .container > div.box .shrink-xss > div h1,
  .main-section .container > div.box .shrink-xss > div form {
    padding: 0 3px !important;
  }
}
/* dropdown width */
@media (min-width: 992px) {
  .navbar-nav li:nth-of-type(2) .dropdown-menu {
    min-width: 325px;
  }
}
#page_2 {
  /*
<!--
<a href="/versicherungen/umfassende-modellhalter-haftpflichtversicherung.html" style="display:block;width:100%;height:100%;text-decoration:none;">&nbsp;</a>
https://www.bgbl.de/xaver/bgbl/start.xav?startbk=Bundesanzeiger_BGBl&jumpTo=bgbl117s0683.pdf#__bgbl__%2F%2F*%5B%40attr_id%3D%27bgbl117s0683.pdf%27%5D__1492071148209
-->
*/
}
#page_2 .carouselnewsbox {
  position: absolute;
  right: 11%;
  top: 160px;
  width: 400px;
  background-color: white;
  border: 3px solid #154194;
  border-radius: 3px;
  z-index: 6;
  padding-left: 60px;
  margin-top: 0px;
  box-shadow: 0px 0px 10px -3px #000000;
  background: #fff;
  opacity: 0.85;
  /* @media (max-width:991px) {margin-top:-120px;} */
}
#page_2 .carouselnewsbox .frame {
  margin-top: 15px;
  margin-bottom: 25px;
}
#page_2 .carouselnewsbox .carouselnewsboxinside {
  margin-right: 10px;
}
#page_2 .carouselnewsbox a {
  color: #154194;
  text-decoration: underline;
}
#page_2 .carouselnewsbox span {
  color: #154194;
}
#page_2 .carouselnewsbox .flaticon-cursor {
  position: relative;
}
#page_2 .carouselnewsbox .flaticon-cursor:before {
  font-size: 36px;
  position: absolute;
  top: 0;
  left: -55px;
  color: #ee7202;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  #page_2 .carouselnewsbox {
    margin-top: -10px;
    margin-bottom: 140px;
    right: auto;
    top: auto;
    width: 90%;
    margin-right: auto;
    position: relative;
  }
  #page_2 .carouselnewsbox .flaticon-cursor:before {
    /* font-size: 50px; */
    /* left: 2%px; */
  }
}
@media (max-width: 767px) {
  #page_2 .carouselnewsbox {
    margin-bottom: 80px;
  }
}
#page_2 .carouselnewsbox:after {
  clear: both;
}
/*-----------------------------------------------------*/
.main-section .container h2 {
  font-size: 30px;
  font-weight: bold;
  color: #154194;
  margin-bottom: 30px;
}
.table-responsive > table.dmocoptertable {
  /*tbody*/
}
.table-responsive > table.dmocoptertable th {
  background-color: #fff3e6;
  color: #000;
  font-weight: normal;
  padding: 5px 10px;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-responsive > table.dmocoptertable tbody {
  /*tr*/
}
.table-responsive > table.dmocoptertable tbody tr > td {
  width: 50%;
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}
@media (max-width: 799px) {
  .table-responsive > table.dmocoptertable tbody tr > td {
    font-size: 16px;
  }
}
.table-responsive > table.dmocoptertable tbody tr > td:first-of-type {
  border-left: 0px none;
}
.table-responsive > table.dmocoptertable tbody tr > td:last-of-type {
  border-right: 0px none;
}
.table-responsive > table.dmocoptertable tbody tr:first-of-type > td {
  border-top: 0px none;
}
.table-responsive > table.dmocoptertable tbody > tr:nth-child(4n-1) td,
.table-responsive > table.dmocoptertable tbody > tr:nth-child(4n) td {
  background-color: transparent;
  /* background-color: @dmotblcol; */
}
pre.centersmall {
  /* in-width:500px; */
  /* display:inline-block; */
  margin-top: 10px;
  margin-bottom: 15px;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
/*buttons auf /versicherungen/copter-drohnen-versicherung.html*/
.langswitch.lang_int {
  width: 60px;
  height: 30px;
  margin-top: 60px;
  background: url(/fileadmin/user_upload/countrymenu.jpg) no-repeat 2px 0px transparent;
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.langswitch.lang_int:hover {
  background-position: 2px -30px;
}
#countryMenu {
  display: none;
}
#countryMenu {
  position: absolute;
  top: 100px;
  /* 38px; */
  width: 280px;
  color: #333;
  font-size: 12px;
  background: #fff;
  margin: 0;
  z-index: 120;
  display: none;
  right: 15px;
  /* margin-left: -419px; */
  background-color: #FAFAFA;
  box-sizing: content-box;
  padding: 15px 40px;
  border: 1px solid blue;
}
#countryMenu .frame {
  margin: 0;
  padding: 0;
}
#countryMenu img {
  width: 25px;
  height: 20px;
  margin-right: 10px;
}
#countryMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#countryMenu ul li {
  /* border: 1px solid red; */
  margin-bottom: 10px;
  font-size: 16px;
}
.langswitch.lang_int_de {
  /* right: 122px; */
  /* padding-top: 59px; */
  margin-right: 10px;
  right: 125px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .langswitch.lang_int_de {
    right: 0px;
    margin-right: 0px;
  }
}
.langswitch.specialpage {
  top: 0px;
  margin-top: 60px;
  right: 0px;
}
/*
.langswitch.lang_int_en{
right: 125px;
}
*/
html[lang=en] body#page_11 .langswitch.lang_int_en,
html[lang=en] body#page_12 .langswitch.lang_int_en {
  right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #countryMenu {
    /* top: 50px; */
    /* right: 60px; */
  }
  .langswitch.lang_int_en {
    right: 5px;
  }
}
@media (max-width: 991px) {
  #countryMenu {
    top: 60px;
    right: 5px;
  }
  .langswitch.lang_int {
    margin-top: 30px;
    right: 5px;
  }
  .langswitch.lang_int_sm_en {
    margin-top: 25px;
    right: 60px;
  }
  .langswitch.lang_int_sm_de {
    /* padding-top: 22px; */
    margin-top: 25px;
    margin-right: 10px;
    right: 84px;
  }
}
/* Vergleich Firmenverträge <-> UAV Spezial */
#c2269 .table-responsive > table.dmotable tbody > tr:nth-child(n-1) td {
  background-color: #fff;
}
#c2269 .table-responsive > table.dmotable tbody > tr:nth-child(2n) td {
  background-color: #fff3e6;
}
#c2269 .table-responsive > table.dmotable tbody td {
  width: 18%;
}
#c2269 .table-responsive > table.dmotable tbody td:first-child {
  width: 28%;
}
#c2268 .dmo_button_2rows {
  width: 100%;
}
.footer-section #c2004 a {
  font-size: 14px;
}
