/* CSS Document */


/****************************************************
 *  Terra Media Corporation                        *
 *  Landgraf & Gulde GbR                            *
 *  (c) 2017                                        *
 *  http://www.terramedia-online.de                 *
 ****************************************************
 *  mailto:webmaster@terramedia-online.de           *
 *  sitedesign, scripting (c) Terra Media Corp.     *
 *  no use without permission!                      *
 ***************************************************/

/* anfang allgemein */
html, body {
  height:100%;
  max-height:100%;
  padding:0;
  margin:0;
  border: 0 none;
  background-color: #e5e5e5;
  background-image: url('images/pixel.png');
  background-repeat: repeat-y;
  background-size: 1000px 1px;
  background-position: center;
  background-attachment:scroll
}

/* ende allgemein */

#background {
  width: 1000px;
  margin-top: 0;
  margin-right: auto; /* Abstand rechts */
  margin-bottom: 0;
  margin-left: auto; /* Abstand links */
  z-index: 1;
  background-color: white;
}

#head h1, #head h2 {
  display: none;
}

#main {
  width: 1000px;
  margin-top: 0;
  margin-right: auto; /* Abstand rechts */
  margin-bottom: 0;
  margin-left: auto; /* Abstand links */
  z-index: 10;
}

/* anfang inhalt head */
#head {
  width: 1000px;
  height: 100px;
  z-index: 3;
  background: url('images/logo-new2.png') no-repeat 0 10px;
}

#welt {
  width: 653px;
  height: 358px;
  background: #FFF url('images/welt.jpg') no-repeat 0 0;
  z-index: 2
}

#navi {
  width: 250px;
  margin-top: 20px;
  margin-left: 0;
  z-index: 3;
  float: left;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navigation li {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  display: block;
  margin-bottom: 5px;
  background-color: #E5E5E5;
  border-bottom: 1px solid #000;
  width: 100%;
  line-height: 17px
}

#navigation li.unternavi, #navigation li.unternavi_active {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  line-height: 15px;
  border: 0;
  background-color: none;
  border-top: 3px solid #E5E5E5;
}

#navigation li.unternavi2, #navigation li.unternavi2_active {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  line-height: 15px;
  border: 0;
  background-color: none;
  border-top: 3px solid #E5E5E5;
}


#navigation li a:link, #navigation li a:active, #navigation li a:visited {
  display: block;
  width: 230px;
  padding-left: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

#navigation li a:hover {
  background-color: #FDD149;
}

#navigation li.active a:link, #navigation li.active a:active, #navigation li.active a:visited {
  display: block;
  width: 230px;
  padding-left: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #FDD149;
}

#navigation li.unternavi a:link, #navigation li.unternavi a:active, #navigation li.unternavi a:visited {
  display: block;
  width: 220px;
  padding-left: 30px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  background: #3F51B5;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 0;
}

#navigation li.unternavi a:hover {
  color: #000;
  background-color: #F7E67F;
  border: 0;
}

#navigation li.unternavi_active a:link, #navigation li.unternavi_active a:active, #navigation li.unternavi_active a:visited {
  display: block;
  width: 220px;
  padding-left: 30px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 0;
  background-color: #F7E67F;
}

#navigation li.unternavi2 a:link, #navigation li.unternavi2 a:active, #navigation li.unternavi2 a:visited {
  display: block;
  width: 215px;
  padding-left: 35px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  background: #eeeeee;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 0;
}

#navigation li.unternavi2 a:hover {
  color: #000;
  background-color: #F7E67F;
  border: 0;
}

#navigation li.unternavi2_active a:link, #navigation li.unternavi2_active a:active, #navigation li.unternavi2_active a:visited {
  display: block;
  width: 215px;
  padding-left: 35px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 0;
  background-color: #F7E67F;
}

#language {
  position: absolute;
  display: block;
  top: 100px;
  z-index: 3;
  left: 628px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

#language a:link, #language a:active, #language a:visited {
  color: #000;
  text-decoration: underline;
}

#language a:hover {
  color: #5D71B4;
  text-decoration: underline;
}

#adress {
  display: block;
  padding-left: 20px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.7em;
}

#adress p.bold {
  font-weight: bold;
}

#adress a:link, #adress a:active, #adress a:visited {
  color: #000;
  text-decoration: underline;
}

#adress a:hover {
  color: #5D71B4;
  text-decoration: underline;
}

#breadcrumb {
  font-size: 0.8em;
  padding-top: 3px;
  padding-bottom: 3px;
}

#content {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  width: 710px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  z-index: 3;
  background: #FFF url('images/welt.jpg') no-repeat 0 0;
}

#content h1, #content h2, #content h3, #content h4 {
  text-align: left;
}

#content ul {
  list-style-image: url(images/pfeil.gif);
}

#content ul li {
  text-align: justify;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

#content h3 {
  margin: 0;
  font-size: 1.0em;
  color: #052E9C;
  font-family: Verdana, Helvetica, sans-serif;
}

#content h2 {
  font-size: 1.2em;
}

#content blockquote {
  color: #052E9C;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#content article {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 10px;
}

#content article p.bodytext {
  margin-top: 0px
}

#content span.detail {
  color: #052E9C;
}

.csc-header h1, .csc-textpicHeader h1 {
  margin: 0;
  font-size: 1.2em;
  color: #052E9C;
}

.csc-frame-rulerAfter {
  padding-bottom: 10px;
  border-bottom: 1px black solid;
  margin-bottom: 10px;
}

.csc-space-after-10 {
  margin-bottom: 10px;
}

.csc-space-after-20 {
  margin-bottom: 20px;
}
.csc-textpic-imagewrap {
  margin-top: 15px;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 10px;
}

#content .csc-mailform {
  display: table;
  width: 550px;
}

#content .csc-mailform-field {
  display: table-row;
}

#content .csc-mailform-field label,
#content .csc-mailform-field select,
#content .csc-mailform-field input,
#content .csc-mailform-field textarea {
  display: table-cell;
  table-layout: fixed;
  padding:5px;
  border-spacing: 5px;
}

#content h5 {
  margin: 0;
  margin-top: 4px;
  font-weight: normal;
  color: #052E9C;
}

#content h4, #content td h4 {
  font-size: 0.9em;
  color: #052E9C;
}

#content td a:link, #content td a:active, #content td a:visited {
  color: #000;
}

#content td a:hover {
  color: #5D71B4;
}

#content td a:link h4, #content td a:active h4, #content td a:visited h4 {
  margin-top: 0;
  color: #000;
}

#content td a:hover h4 {
  margin-top: 0;
  color: #5D71B4;
}

table .csc-textpic-caption {
  font-weight: bold;
  font-size: 0.8em;
}

#content a:link, #content a:active, #content a:visited {
  color: #052E9C;
}

#content a:hover {
  color: #000;
}

#content .trennlinie1 {
  width: 100%;
  font-size: 1px;
  height: 1px;
  background-color: #CCCCCC;
  overflow: hidden;
  margin-bottom: 15px;
}

#content .nachoben {
  position: relative;
  float: right;
  /*position: absolute;
    display: block;
    bottom: 10px;*/
  font-family: Verdana, Helvetica, sans-serif;
  right: 0;
  padding-top: 10px;
}

#content .nachoben a:link, #content .nachoben a:active, #content .nachoben a:visited {
  color: #000;
  text-decoration: underline;
}

#content .nachoben a:hover {
  color: #5D71B4;
  text-decoration: underline;
}

.indent {
  padding-left: 20px;
}

#copyright {
  float: left;
  position: relative;
  font-family: Verdana, Helvetica, sans-serif;
  padding-top: 10px;
}

/* copied form bootstrap */

form .error {
  color: red;
}

.form-control {
  display: block;
  width: 80%;
  height: calc(1.8rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select.form-control {
  height: calc(2.5rem + 2px);
}

.xxlarge {
  height: 160px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


label {
  display: inline-block;
  margin-bottom: .5rem;
  margin-top: .5rem;
}


.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #052E9C;
  border-color: #052E9C;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

[type="reset"], [type="submit"], button, html [type="button"] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

