/**** DWG CSS ****/
@import "colors.css";

a.btn-danger {
  color:#fff !important;
  }

/* Umbruch, z.B. nach Grid */
hr {
  clear: both;
  }

/* Formate Basiskurse, Fortgeschrittene */
#news-container-42125 table td,
#news-container-74457 table td,
#news-container-64212 table td
{
  border-top:none 0px;
  padding:0px;
  }
h4:not(.panel-title) {
  font-size: 15px;
  font-weight:600;
}
/* Ende Formate Basiskurse */



@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helvetica.woff') format('woff'),
         url('../fonts/Helvetica.ttf') format('truetype'),
         url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;

}


@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'Helvetica';
src: url('../fonts/Helvetica.svg#Helvetica') format('svg');

}
}

html, body {
 
    /* font-family: Helvetica, Arial, sans-serif; */
  
  color: #444444;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255,255,255,1)), color-stop(100%, rgba(216,216,216,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8', GradientType=0 );
  height: 100%;
  background-repeat: no-repeat;
  background-color: #D8D8D8;
  font-size: 15px;
}
.panel-info > .panel-heading {
    color: #444;
    background-color: #fafafa;
    border-color: #eee;
  overflow: hidden;
}
.panel-title > a {
    color: inherit;
    font-size: 15px;
    line-height: 24px;
}
.panel-info > .panel-heading h2 {color: #024196; margin-bottom: 0;}

#events-calendar .col-md-6 {
padding-left: 15px;
}
#accordion .article {
 margin-bottom: 20px !important
}

#events-calendar .col-md-3 {color: #7a7a7a;}
#events-calendar .panel-heading {
background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(217, 217, 217, 1) 298%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#p22560 .frame-type-text,
#p22561 .frame-type-text,
#p22562 .frame-type-text,
#p22563 .frame-type-text,
#p22564 .frame-type-text,
#p22565 .frame-type-text,
#p22566 .frame-type-text,
#p22567 .frame-type-text{
  background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(217, 217, 217, 1) 298%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  overflow: hidden;
  padding: 20px 20px 0;
}

#events-calendar .panel-heading a {color: #444;}
#events-calendar .panel-body a {color: #024196; text-decoration: none;}
#events-calendar .panel-body a.btn.btn-primary {color: #fff; text-decoration: none;}
.panel-heading .col-md-2 .glyphicon {color: #444;}
#events-calendar .badge {
    display: inline-block;
min-width: 10px;
margin-right: 10px;
padding: 4px 0 0 5px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #999;
border-radius: 52px;
text-align: center;
height: 21px;
width: 21px;
  background: #973333;
/*background: -moz-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(57,85,149,1)), color-stop(100%, rgba(8,44,123,1)));
background: -webkit-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
background: -o-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
background: -ms-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
background: linear-gradient(to bottom, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395595', endColorstr='#082c7b', GradientType=0 );*/
margin-bottom: 30px;
float: left;
  margin-top: 13px;
}
#events-calendar {
    padding-bottom: 0;
}
}
#events-calendar a {
    color: #444;
 }
#landingpage .panel-info, #c31418 .panel-info {
  border-color: #eee;
margin-left: 14px;
margin-right: 15px;
margin-bottom: 40px;
}

#c31418 .panel-info {
margin-left: 0;
margin-right: 15px;
margin-bottom: 40px;
}

.panel-info .btn, #c31418 .panel-info .btn {
  margin-top: 60px;
padding-bottom: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
}

/* Basiskurse Programmlink Button*/

#events-calendar a.download {
    background: linear-gradient(to bottom, #395595 0%, #082C7B 100%) repeat scroll 0% 0% transparent;
    padding: 8px 15px 6px 15px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #cbcbcb;
}

.panel-info .btn .glyphicon {font-size: 14px;}

#landingpage .panel-heading, #c31418 .panel-heading{
    padding: 20px 10px 10px 10px;
}
#landingpage .panel-info > .panel-heading h2, #c31418 .panel-info > .panel-heading h2 {margin-bottom: 10px;}
#landingpage .panel-info .col-md-8, #c31418 .panel-info .col-md-8 {padding: 0 0 0 30px;}
#landingpage .panel-info .col-md-2, #c31418 .panel-info .col-md-2  {
padding: 0 7px 0 0;
text-align: right;
}

#gme-1 {
width: 100% !important;
height: 350px;
}

#map .col-lg-8 {width: 100%;}

.bg-danger {display: none;}

table.typo3-editPanel { border: none; background-color: #fff; width: auto;}
table.typo3-editPanel TD.typo3-editPanel-controls { border: 1px solid #ccc; background-color: #fff;}
.btn-success {color: #fff !important;}

#writeComment input {
    width: auto !important;
    padding: 6px 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.routeLink {float: left; margin-right: 5px;}

.content-inner .routeLink a, .pdf-info {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
  background-color: #5CB85C;
border-color: #4CAE4C;
  color: #fff !important;
}

.tx-formhandlerbackend-pi1 .container {width: 100%;}

.delete-marg  p {margin: 0;}

/* HEADLINE */

h1, .jumbotron h1, .jumbotron .h1, header h2 {
  color: #973333;
  font-size: 26px;
  margin: 5px 0 40px;
  padding: 0;
  line-height: 32px;
}

.content-inner .news-list-item h1 {margin-bottom: 20px;}
.content-inner .news-list-item h1 a {color: #444; font-size: 18px; color: #333; font-weight: bold;}
.news-list-date {font-size: 14px; color: #777;}
.news-list-morelink {display: none;}
#writeComment, .tx-pwcomment-pi1 ol li, #comments em {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #F5F5F5;
border: 1px solid #E3E3E3;
border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
display: block;
}
#comments h1, .tx-pwcomment-pi1 h1 {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  margin-top: 30px;
border-top: 3px solid #eee;
padding-top: 20px;
}
.btn-default-border {
padding-top: 20px;
}

.content-inner .btn-success a, .content-inner .btn-warning {color: #fff !important; display: inline-block;}
.content-inner .btn-warning {
background: transparent linear-gradient(to bottom, #973333 0%, #973333 100%) repeat scroll 0% 0%;
  border-color: #973333;
  color:#fff;
}
.btn-warning a {color: #fff !important;}

#c16147 .col-md-6 {width: 20%;}

.comment-img {display: none;}
.comment-user {float: left;}
.comment-user {margin-left: 0;}
.comment_body {
display: block;
width: 100%;
margin-top: 49px;

}
.comment_body .message {font-size: 14px; line-height: 23px;}
.tx-pwcomment-pi1 .comment_content_wrap {padding-left: 0;}
#writeComment .btn {margin-bottom: 0;}

#c93065, #c93138, #c64213, #c74456 {
  background: bisque;
  padding-top: 10px;
  padding-bottom: 5px;
  
}

#c93066 {
  padding-right: 50px;
}

@media print {
.navbar, .content-inner .tx-pwcomment-pi1:last-child, #subnav, #writeComment, footer {display: none;}
}

/* PARAGRAPH */

p {
  margin: 0 0 25px;
  line-height: 24px;
}

.gme-info-window h1 {margin: 15px 0px 10px 0 !important;}

/* LINKS */

a:hover, a:focus {color: #024196; text-decoration: none; outline: none;}

.content-inner a {color: #555;}

/* LISTEN */

#contentall ul {
  list-style: none outside none;
    margin-bottom: 30px;
    margin-top: 30px;
  padding: 0;
}

.panel ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
    padding-left: 20px;
  padding-top: 2px;
  margin-bottom: 10px;
}

.basiskurse #contentall ul li {
  padding-bottom: 2px !important;
  margin-bottom: 2px !important;
}

#contentall ul li a {text-decoration: none;}

.ce-timeline ul.ce-timeline-list li.time{
    background-color: #973333;
}

.ce-timeline ul.ce-timeline-list li a {
  color: #973333;
}

/* LINKS */

.download, .mail, .internal-link, .external-link-new-window {color: #555; text-decoration: underline;}

/* DIVIDER */

.csc-frame-frame1 {background: #cccccc; height: 1px;}

/* LOGO */

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  height: 107px;
}

/* NAVBAR */

.navbar {
  padding: 5px 0 10px 0;
}
.navbar-nav {
  margin: 45px 0 0 150px;
}
.navbar-inverse {
  background: none;
  border: none;
}

/* Login ausblenden */
nav.navbar #last-nav {
    display: none !important;
}

.navbar.navbar-inverse {
    position: fixed;
    width: 100%;
    top: 0;
    background: white;
    z-index: 2;
}

.navbar marquee {
  font-size: 18px;
  color: #cd0a12;
}

.container#subpage {
  margin-top: 140px;
}

.navbar-nav > li {
  -webkit-box-shadow: 0 0 3px 0 #9C9C9C;
  box-shadow: 0 0 3px 0 #9C9C9C;
  margin-right: 10px;
}
.navbar-inverse .navbar-nav > li > a {
  background: rgb(244,244,244);
  background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(217,217,217,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(217,217,217,1)));
  background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(217,217,217,1) 100%);
  background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(217,217,217,1) 100%);
  background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(217,217,217,1) 100%);
  background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(217,217,217,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d9d9d9', GradientType=0 );
  color: #973333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 18px 9px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background: rgb(151,51,51);
  background: -moz-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(57,85,149,1)), color-stop(100%, rgba(8,44,123,1)));
  background: -webkit-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: -o-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: -ms-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: linear-gradient(to bottom, rgba(151,51,51,1) 0%, rgba(151,51,51,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395595', endColorstr='#082c7b', GradientType=0 );
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  background: linear-gradient(to bottom, #973333 0%, #973333 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/* NAVBAR SUBNAVIGATION */

.nav-pills > li > a {
  color: #555555;
  font-size: 12px;
  border-radius: 0 !important;
  border-bottom: 1px solid #CCCCCC;
  padding: 8px 0 8px 10px;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  text-decoration: underline;
  background: #ffffff;
  border-color: #cccccc !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: #ffffff;
  border-color: #cccccc !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #555555;
  background: #ffffff;
  text-decoration: underline;
}
.nav-stacked > li {

}
#subnav {
  margin: 0 35px 0 10px;
  padding: 0;
  width: 171px;
}
#subnav .dropdown-menu {
  position: relative;
  float: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#subnav .dropdown-menu > li {
}
#subnav .dropdown-menu > li > a {
  font-size: 12px;
  margin: 0;
  padding: 12px 0 10px 20px;
  border-bottom: 1px solid #cccccc;
  color: #555555;
  white-space: inherit;
  clear: none;
}
#subnav .dropdown-menu > #last > a {
  border: none;
}
#subnav .dropdown-menu > li > a:hover, #subnav .dropdown-menu > li > a:focus {
  color: #555555;
  background: none;
  text-decoration: underline;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: none;
  color: #000;
}

.nav-pills .active .dropdown-menu {display: block;}
.nav-pills .active a {font-weight: bold; text-decoration: none !important;}
.nav-pills .active li a {font-weight: normal;}
.nav-pills .active .active a {text-decoration: underline !important;}

/* TOP NAV */

.topnav {
  float: right;
    list-style: none outside none;
    margin: 0 90px 0 0;
    padding: 0;
}

/* SUBPAGE CONTENT */

.tx-srfeuserregister-pi1-submit {float: left; margin-left:190px;}

#c434 {margin-top: 0;}

.col-lg-8 {
  width: 76.6667%;
}
#subpage {
  padding-right: 75px;
}
#subpage-inner {
  -webkit-box-shadow: 0 0 6px 0 #B3B3B3;
  box-shadow: 0 0 6px 0 #B3B3B3;
  margin-top: 20px;
  padding: 40px 20px 50px 40px;
  background: #ffffff;
}
footer {
  color: #AAAAAA;
  font-size: 11px;
  padding: 30px 0 0 1px;
  text-align: center;
}
footer p {margin-bottom: 0; padding-bottom: 0;}
footer .navbar-nav {margin: 0;}

.footer-nav {margin: 0 auto 20px; width: 185px; overflow: hidden;}
.footer-nav .navbar-nav > li {box-shadow: none;}
.footer-nav .navbar-nav > li > a {padding:0; color: #888888;}
.footer-nav .navbar-nav > li > a:hover, .footer-nav .navbar-nav > li > a:focus {background: none; text-decoration: underline;}

#c238 ul {margin: 0;}
#c395 .alink-list {margin: 0;}

/* CAPTION */

DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 20px;
    margin-left: 30px;
}
DIV.csc-textpic-above .csc-textpic-imagewrap .csc-textpic-image {
  margin: 0 0 20px 0 !important;
}

.csc-textpic-caption {
  border-bottom: 1px solid #CCCCCC;
    caption-side: bottom;
    color: #999999;
    font-size: 12px;
    margin-top: 6px;
    padding-bottom: 5px;
    text-align: center;
}

/* ACCORDION */

#accordion {margin: 40px 0 20px;}

#c42125 #accordion {margin: 10px 0 20px;}

.panel-default > .panel-heading {
  background: #fff;
    border-color: #DDDDDD;
    color: #333333;
}

.panel-title {
    color: #666666;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
}

.panel-title .glyphicon {
  padding: 0 10px 0 0;
  top: 0;
  float: left;
    min-height: 20px;
}

.panel-body {padding-top: 20px;}

#c103 #accordion {margin-top: 0;}

#accordion .panel-default {margin-bottom: 10px;}

/* 2 Columns */

.col-md-8 {padding-left: 0;}
.col-md-4 {
    padding-right: 0;
    width: 33.3333%;
}
#contentall .col-md-4 ul {margin-top: 0;}

.col-md-6 {
width: 50%;
padding: 0;
padding-right: 50px;
}

/* LANDINGPAGE */

#landingpage .col-lg-8 {width: 100%;}
#landingpage #subnav {display: none;}
#landingpage #subpage-inner {padding: 40px 30px 0 30px;}
#landingpage .col-md-4 h1 {margin-bottom: 20px; margin-top: 0;}
#landingpage .col-md-4 p {
  height: 90px;
  padding-right: 20px;
}
#landingpage .col-md-4 a,
.col-md-6 #c62179 .csc-textpic-text p a,
.col-md-6 #c62195 .csc-textpic-text p a,
.col-md-6 #c80274 p a,
.col-md-6 #c77713 p a,
.col-md-6 #c77736 p a,
.col-md-6 #c77735 p a{
  background: linear-gradient(to bottom, #973333 0%, #973333 100%) repeat scroll 0% 0% transparent;
  padding: 8px 15px 6px 15px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #cbcbcb;
}

/* LINK-LISTE */

.alink-list a {text-decoration: none;}

.alink-list a .glyphicon {
margin-right: 5px;
float: left;
top: 4px;
font-size: 16px;
}

DIV.csc-textpic .csc-textpic-imagewrap IMG {
border-radius: 0;
padding: 0;
border: 1px solid #ddd;
width: 100%;
}
#c1244 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {margin-left: 0;}
#c1244 ul li a {text-decoration: none;}
#c1244 ul li a .glyphicon {margin-right: 5px;}
#c1244 .alink-list {
  border: 1px solid #DDDDDD;
    margin: 0;
    padding: 10px 10px 8px 15px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
#c1244 .alink-list a {
    display: block;
    font-size: 12px;
    margin-top: 14px;
    text-decoration: none;
  color: #777777;
}
#c1244 .col-md-6 .csc-default {margin-bottom: 20px;}
#c1244 .csc-textpic-intext-left-nowrap-143 .csc-textpic-text {margin-left: 132px;}
#c1244 p {margin-bottom: 0; font-size: 12px;}
#c1244 strong, #c1244 b {font-size: 16px;}
#c1244 IMG {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.9;
  cursor: pointer;
  -moz-filter: grayscale(1);
}

#c1244 IMG:hover {filter: none; -webkit-filter: grayscale(0%); opacity: 1.0;}

#c1271 DIV.csc-textpic-imagecolumn, TD.csc-textpic-imagecolumn .csc-textpic-image {margin-right: 40px;}

.form-group textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  height: 200px;
}

.form-control {padding: 6px 12px !important;}

#c2186 .alink-list a {float: left; margin-right: 20px;}

#checkbox {border: 1px solid #cccccc; padding: 10px;}
#checkbox .forum-group label {font-weight: normal; margin-right: 10px; margin-left: 5px;}

.tx-srfeuserregister-pi1 label {margin-right: 10px;}

.alink-list {overflow: hidden;}
#c2186 .alink-list p {float: left;}
#c1244 DIV.csc-textpic-intext-left .csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {margin-right: 0;}

.tx-srfeuserregister-pi1 legend {
  margin-top: -20px;
  padding: 0 0 20px;
  font-weight: normal;
}

#c14815 .csc-form-element-textline input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

#c14815 .csc-form-element-textarea textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 200px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#c14815 .csc-form-element-submit input, #c14815 .csc-form-confirmation-false input, #c14815 .csc-form-confirmation-true input {
  background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 150px;
}

#c14815 .csc-form-element-fileupload {margin: 10px 0 10px 0;}

#c13638 input.tx-srfeuserregister-pi1-text {
    width: 100%;
}

/* Pressseform */

#c40848 label {
    width: 100%;
}

.basiskurse .alink-list {
    background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(217, 217, 217, 1) 298%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 20px 20px 0;
}

#c79721 .csc-textpic-last, #c91321 .csc-textpic-last, #c91337 .csc-textpic-last {margin-left: 0;}
#c79721 p, #c91321 p, #c91337 p {
    line-height: 20px;
}

/* VISITENKARTEN */

.item {
    background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(217, 217, 217, 1) 298%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 20px;
}

.tx-cofeuservcard-pi1 .item .image {float: left;}

.tx-cofeuservcard-pi1 .item .content {
    float: left;
    height: auto;
    width: auto;
}

.yui-u h3 {margin-top: 0; font-size: 14px; font-weight: bold;}

.tx-cofeuservcard-pi1 hr {border-color: #ccc; background: #ccc;}

.tx-cofeuservcard-pi1 .form-group {}

#tx-srfeuserregister-pi1-static_info_country {width: 150px;}

#last-nav {font-size: 22px;}
#last-nav a {
  font-size: 0;
  background: url(../img/secure-icon.png) no-repeat;
  padding: 18px 25px;
}
#last-nav span {}
#last-nav .glyphicon {position: absolute;}

#searchlink .glyphicon {font-size: 18px;}
#searchlink  a, #langnav a {padding: 17px 15px 15px 15px; cursor: pointer;}
#langnav a .glyphicon {font-size: 18px;}

#c24509 input, select {margin-bottom: 15px;}
.modal-header {background: #973333; color: #fff;}
.modal-title {color: #fff;}

.tx-indexedsearch .panel-heading .glyphicon {margin-right: 5px; color: #395595;}

#c144 IMG {
    max-width: 120px;
    height: auto;
}

#c40854 p a b {
  text-decoration: underline;
}

#c2318 article sup{
 color: red;
 top: inherit;
 font-size: 100%;
}

.ausgeb-red {color: #F9965A; display: block; width: 100%;}

/* NEWS TICKER */

.TickerNews{
  width: 100%;
  height: 50px;
  line-height: 48px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 0 #9C9C9C;
box-shadow: 0 0 3px 0 #9C9C9C;
}
.ti_wrapper{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ti_slide{
  width: 30000px;
  position: relative;
  left: 0;
  top: 0;
}
.ti_content{
  width: ;
  position: relative;
  float:left;
}
.ti_news{
  float: left;
  text-align: center;
  width: 425px;
  min-width: 30%;
}
.ti_news a{
  display: block;
  margin-right: 10px;
  color:black;
  text-decoration: none;
}

.TickerNews.default_theme_2{
 background: rgb(244,244,244);
  background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(217,217,217,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(217,217,217,1)));
  background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(217,217,217,1) 100%);
  background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(217,217,217,1) 100%);
  background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(217,217,217,1) 100%);
  background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(217,217,217,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d9d9d9', GradientType=0 );
  color: #00419a;
  position: relative;
}

.TickerNews.default_theme_2 *{
  box-sizing:border-box;
}

.TickerNews.default_theme_2 .leftside{
  position: relative;
  left:0;
  width: 120px;
  float:left;
  border-width: 1px 0;
}

.TickerNews.default_theme_2 .leftside h4{
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background: rgb(57,85,149);
  background: -moz-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(57,85,149,1)), color-stop(100%, rgba(8,44,123,1)));
  background: -webkit-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: -o-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: -ms-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: linear-gradient(to bottom, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395595', endColorstr='#082c7b', GradientType=0 );
  color: #fff;
  padding: 6px;
}

.TickerNews.default_theme_2 .ti_wrapper{
  position: absolute;
  left: 120px;
  float:left;
  border:#CBCBCB solid 1px;
  border-width: 1px 0;
}

.TickerNews.default_theme_2 .ti_news a{
  display: block;
  margin-right: 10px;
  color:#00419a;
  font-size: 14px;
  text-decoration: none;
  margin-left: solid 1px #c1c1c1;
  margin-left: solid 1px #c1c1c1;
}

.TickerNews.default_theme_2 .ti_news span{
  color:#024196;
  font-size: 14px;
}

#T3 .closenews {
background-color: #5cb85c;
border-color: #4cae4c;
opacity: 100;
color: #fff;
padding: 15px;
z-index: 9500;
position: absolute;
top: 0;
right: 0;
}

.navbar-brand img {
    margin-top: 20px;
}




/* MOBILE EDITS */

@media (max-width: 1024px) {
  #subpage {
    margin-top: 0px !important;
  }
}

@media (max-width:1200px) {
.TickerNews {display: none;}
.navbar {
  padding: 20px 0 40px;
  margin-bottom: 0;
}

#subnav {
  width: 100%;
  float: none;
  margin: 0 35px 50px 10px;
}
#subpage {
  padding-right: 20px;
  margin-top: 0;
}
.navbar-nav {
  margin: 65px 0 0 -15px;
}
.navbar-nav > li {
  margin-bottom: 10px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border: none;
}
.navbar-collapse {
  padding-left: 35px;
  padding-right: 15px;
}
.navbar-toggle {
  background: linear-gradient(to bottom, #F4F4F4 0%, #D9D9D9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-right: 25px;
  margin-top: 56px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background: #00419A;
  height: 3px;
  width: 22px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background: #fff;
}
.navbar-inverse .navbar-toggle {
  border-color: #CCCCCC;
}
#subpage-inner {
  padding: 30px 50px 50px 30px;
  margin-top: 10px;
}
.col-lg-8 {
  width: 100%;
  padding-right: 0;
}

#subnav .dropdown-menu > li > a  {white-space: nowrap;  clear: both;}
    
/* NAVBAR ALWAYS COLLAPSED */

.navbar-header {
  float: none;
}
.navbar-left, .navbar-right {
  float: none !important;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
  margin-top: 45px;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.collapse.in {
  display: block !important;
}
}
@media (max-width: 960px) {
.col-md-6 {width: 100%; padding: 0;}
.col-md-4 {
/*float: left;*/
width: 100%;
}
.headline-landingpage .btn-lg{
  margin-bottom: 10px;
}

.navbar.navbar-inverse {
  position: inherit;
 }

}



#landingpage #subpage-inner {padding-left: 0;}
#events-calendar .col-md-2 {padding: 8px 8px 8px 16px; border-bottom: 1px solid #DDDDDD;}
#events-calendar .col-md-2:last-child {border-bottom: 0;}
#events-calendar .col-md-8 {margin-bottom: 20px;}
}
@media (max-width: 480px) {

#landingpage .col-md-4 #c350 p {
  height: 85px;
  padding-right: 20px;
}

#gme-1 {
width: 100% !important;
height: 350px !important;
}
#landingpage .panel-info > .panel-heading h2, #c31418 .panel-info > .panel-heading h2 {
    margin-bottom: 10px;
    font-size: 18px;
}
#landingpage .panel-info .col-md-8, #c31418 .panel-info .col-md-8 {
    padding: 10px 0 0 10px;
}
#landingpage .panel-info .col-md-2, #c31418 .panel-info .col-md-2 {
    padding: 0 7px 0 0;
    text-align: left;
}
.panel-info .btn, #c31418 .panel-info .btn {margin-top: 20px;}
#last-nav a {background: none; font-size: 14px;}
.navbar-inverse .navbar-nav > li > a {padding: 14px 25px;}
#c350 #landingpage .col-md-4 a {margin-top: 5px;}
.nav-pills {display: none;}
.navbar-sub-toggle {margin: 0 0 30px 0; width: 100%; font-weight: bold;}

#subnav .navbar-sub-toggle .icon-bar {
    background: #aaaaaa;
    height: 1px;
    width: 17px;
}

#subnav .navbar-inverse {padding: 0; float: left; width: 100%;}

.col-md-4 {
width: 100% !important;
float: none;
}
.csc-textpic-imagewrap {width: 100%; height: 100%;}
.col-md-4 DIV.csc-textpic .csc-textpic-imagewrap IMG {width: 100% !important; min-width: 100%; display: block; height: 100%;}

.navbar.navbar-inverse {
  position: inherit;
 }

}

.nav-pills li a[href="gesellschaft/mitgliederbereich/"] {
 background: rgb(57,85,149);
  background: -moz-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(57,85,149,1)), color-stop(100%, rgba(8,44,123,1)));
  background: -webkit-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: -o-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: -ms-linear-gradient(top, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
  background: linear-gradient(to bottom, rgba(57,85,149,1) 0%, rgba(8,44,123,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395595', endColorstr='#082c7b', GradientType=0 );
  color: #fff !important;
}

/* Verfügbarkeit Basiskurse*/

.ausgeb-red {
    display: none;
  font-size: 0.75em;
}

.mb-20 {
    margin-bottom: 20px;
}

.card {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.headline-landingpage {
  background: #f5f5f5;
  padding: 50px 50px;
  font-size: 22px;
  margin: 0em 1em 0em 0em;
}

#c92954 .card-body, #c92955 .card-body {
  padding: 2.5rem;
}

p.card-text.small {
    margin: 0 0 0px;
}

#events-calendar .panel-body a.btn.btn-default {
  background-color: #973333 !important;
  color: #fff;
}

.navbar-inverse .navbar-nav > li.dwg-extern > a {
  color: #00419a;
}

.navbar-inverse .navbar-nav > li.dwg-extern > a:hover {
  color: #fff;
  background: linear-gradient(to bottom, #395595 0%, #082C7B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}