/* FONT */
/********************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/* COLORS */
/********************************
/* BLUE #0E4094

/* MAIN */ 
/********************************/
body, html {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #000;  
  background: #0D121F;  
}
body {
  /*
  background: transparent url('../img/bg.png') no-repeat fixed bottom -60px right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  */
}
.wrapper {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 10px 10px;
  box-sizing:border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
  
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  
  background: #fff;
  /*
  background: #fff url('../img/bg-light.png') no-repeat bottom -140px right -160px;
  */
}
.top {
  z-index: 5;
}
.container {
  position: relative;
  margin: 0 auto;
  max-width: 1120px;
  padding: 10px 0px;
}
.logo {
  position: relative;
  float: left;
  margin: 2px 0px 0px 10px;
}
.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { 
  clear: both;
}
.clearfix { 
  zoom: 1; /* IE < 8 */
}
.content {
  background: #FBFBFB;
  background: none;
  border-right: 1px solid #EAEAEA;
}
.content2 {
  background: #Fecf3f9;
  background: #FEFEFE;
  z-index: 1;  
}
/* IMG SETTING */
/********************************/
img, img.fluid {
  height: auto;
  width: 100%;
  max-width: 100%;
}
img.article-img {
  float: left;
  width: 100%;
  max-width: 420px;
  margin: 0px 30px 20px 0px;
}
/* TEXT/TYPO FORMATS */
/********************************/
a:focus {
    outline: none;
}
a, a:visited, a:active {
  color: #222;
  font-weight: 700;
  text-decoration: none;  
}
a:hover {
  text-decoration: underline;
}
p {
  color: #515151;
  color: #000;
    font-size: 12px;
  line-height: 22px;
}
h1, h2 {
  position: relative;
  color: #2651A8;
    font-size: 20px;
  font-weight: 700;
}
h1:before, h2:before {
  content: "";
  height: 20px;
  width: 10px;
  position: absolute;
  top: 4px;
  left: -20px;
  background: #2651A8;
}
h3 {
  color: #2651A8;
    font-size: 16px;
  font-weight: 600;
}
h4 {
  margin: 0;
  padding: 0;
  color: #0D2854;
  font-size: 12px;
  font-weight: 600;
  }

.csc-textpic-caption {
  color: #515151;
  color: #000;
    font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: italic;
}

.csc-default ul li {
  list-style: square;
  font-size: 12px;
  line-height: 22px;
  color: #515151;
}

.csc-default ul li a {
  color: #2651A8;
}

/* SOCIAL ICONS */
/********************************/
.social-icons {
  position: absolute;
  top: 12px;
  right: 10px;  
}
.social-icons img {
  margin: 2px;
  opacity: 0.7;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.social-icons img:hover {
  opacity: 1;  
}

/* HEADER */
/********************************/
.header {
  position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  overflow: visible;
}
.header:before, .header:after
{
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 12px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #fff;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.header:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* BREADCRUMB */
/********************************/
.breadcrumb {
  clear: both;
  /*
  background: #f8f8f8;
  */
  padding: 14px 14px 14px 20px;
  box-sizing:border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
  margin: 10px 0 0 0;
}
.breadcrumb a {
  font-size: 11px;
  font-weight: 400;
  color: #888;
  margin: 0px 5px 0px 0px;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #333;
  text-decoration: underline;
}
.breadcrumb a:after {
  display: inline-block;
  margin-left: 5px;
  content: "»";
}
.breadcrumb a:last-child:after {
  content: "";
}

/* SIDEBAR */
/********************************/
.news {
  padding: 20px 20px 20px 20px;
  padding: 0;
}
.news p {
  margin: 0 0 10px 0;
  padding-left: 16px;
}
.news h4 {
  border-left: 6px solid #ccc;
  padding-left: 10px;
  margin-top: 20px;  
}
.news a {
  text-align: right;
}


/* LOGIN */
/********************************/

div.tx-felogin-pi1 {
  margin-top: 40px;
}

.tx-felogin-pi1 {
  color: #000;
    font-size: 12px;
  line-height: 22px;
}

.tx-felogin-pi1 fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.tx-felogin-pi1 fieldset legend {
  display: none;
}

.tx-felogin-pi1 fieldset label {
 margin-top: 4px;
}

.tx-felogin-pi1 fieldset input {
 margin-bottom: 10px;
}

div.news div#c62.csc-default p {
  padding-left: 0;
  margin-top: 20px;
}


/* FE_PROFILBEARBEITUNG */
/********************************/
div.tx-srfeuserregister-pi1 {
  color: #000;
    font-size: 12px;
  line-height: 22px;
}

div.tx-srfeuserregister-pi1 fieldset {
  border: none;
}

/* QUESTIONAIRE */
/****************/
fieldset.survey_item {
  border: none;
  font-size: 12px;
}

div.questionSubtext p {
 font-size: 12px;
}

fieldset.survey_item input {
 background: #F9F9F9;
 border: none; 
 height: 20px;
 padding: 4px;
 font-size: 12px;
 margin: 0px 10px 6px 0px;
}

fieldset.survey_item legend.question {
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
}

span.questionNumber {
  display: none;
}

.bartext {
  font-size: 12px;
  margin-bottom: 12px;
  }

.tx-pbsurvey-pi1 .pageHeader {
  color: #2651A8;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  }

fieldset.survey_item table {
  font-size: 12px;
  }

fieldset.survey_item table td {
  padding-right: 10px;
  }

div.survey_item h1 {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 0;
  }

div.survey_item h1:before {
  content: "";
  height: 20px;
  width: 10px;
  position: absolute;
  top: 4px;
  left: -20px;
  background: #666;
}

span.required {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  top: -4px;
  }

div.survey_item hr {
  border: none;
  border-top: solid 1px #ccc;
  margin: 30px 0px 40px 0px;
  }

a.internal-link img {
  width: 110px;
  max-width: ;
  }

input[type="radio"] {
    position: relative;
    top: 4px;
}

/* SPONSORS */
/********************************/
.sponsoren {
  margin: 20px 0 0;  
}
.sponsoren img {
  max-width: 160px;
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* FOOTER */
/********************************/
.footer {
  position: relative;
  margin: 0 auto;
  font-size: 11px;
  background: #2651A8;
  text-align: right;
  padding: 14px 14px 14px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer ul {
  list-style-type: none;
    margin: 0;
  padding: 0;
}
.footer li {
  list-style: none;
  display:inline-block;
  padding: 0px 5px 0px 5px;
  border-right: 1px solid #AAAFB4;
  line-height: 12px;
  line-height: 20px;
}
.footer li:last-child {
  border:none;  
}
.footer, .footer a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;  
}


/* BREAKPOINTS */
/********************************/
@media screen and (max-width: 768px) {
  img.article-img {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .logo {
    position: absolute;
    top: 8px;
    margin-left: 4px;
  }
  
}
@media screen and (max-width: 568px) {
  .content {
    border: none;  
  }
}
@media screen and (max-width: 480px) {
  .logo img {
      
  }
  .sponsoren {
    display: none;  
  }
}
