@import url(../Components/bootstrap/css/bootstrap.min.css);
@import url(../Components/font-awesome/css/font-awesome.min.css);
/*
	 	written by: Sven Steinker and Marc Neuhaus
		Web: http://svensteinker.de , Mail: sven{at}svensteinker.de
		Web: http://famelo.com , Mail: mneuhaus@famelo.com

	take a look and learn, but never copy n paste!

*/
@import url(http://fonts.googleapis.com/css?family=Raleway:600,400,200,300);
strong {
  color: #002356; }

p {
  font-size: 15px;
  line-height: 18px;
  color: #002356;
  margin: 0px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
  line-height: 25px;
  color: #002356; }

h1 {
  font-size: 55px;
  line-height: 58px;
  color: #002356;
  margin: 0px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
  font-weight: 200;
  margin: 50px 0 120px 0;
  color: #589e55;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  h1:before, h1:after {
    width: 118px;
    height: 118px;
    background-size: 100% !important;
    width: 100px;
    position: absolute; }
  h1:before {
    content: '';
    left: -55px;
    background: url(../Media/HeadlineSignetLeft.png) transparent no-repeat; }
  h1:after {
    content: '';
    right: -55px;
    background: url(../Media/HeadlineSignetRight.png) transparent no-repeat; }
  h1 span {
    position: absolute;
    top: -290px; }
  h1 span#anlegerschutz {
    top: -270px; }
  @media (max-width: 767px) {
    h1:before, h1:after {
      background: none; } }

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    color: #589e55;
    line-height: 30px;
    padding: 110px 0 0 0;
    margin-bottom: 50px; }
    h1:before, h1:after {
      display: none; } }
h2 {
  font-size: 25px;
  line-height: 28px;
  color: #002356;
  margin: 0px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
  font-weight: 300;
  margin-top: 20px; }

h3 {
  font-size: 20px;
  line-height: 23px;
  color: #002356;
  margin: 0px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify; }

a {
  font-size: 15px;
  line-height: 18px;
  color: #002356;
  margin: 0px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
  cursor: pointer;
  color: #589e55; }
  a:hover {
    color: #75b373;
    text-decoration: underline; }

button {
  border: 1px solid #ffffff;
  background: transparent;
  float: right;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 21px;
  color: #002356;
  margin: 0px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
  font-weight: 300;
  color: #ffffff;
  margin-top: 15px; }
  button:hover {
    background: #ffffff;
    color: #002356; }
  button:focus {
    outline: none; }

body {
  background: #ffffff; }

.header,
.logo,
.logo > img {
  margin: 25px 0 15px 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }

.small {
  width: 270px;
  margin: 0px; }

.navbar-default {
  opacity: 0.9; }

.navbar-brand {
  height: auto; }

.navbar-nav {
  position: absolute;
  bottom: 23px; }

.navbar-default .navbar-nav > li.active > a {
  font-weight: 600; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #001a4f; }

@media (max-width: 767px) {
  .navbar-nav {
    position: relative;
    bottom: auto; }

  .navbar-header a {
    padding-top: 5px;
    padding-left: 5px; }
  .navbar-header img {
    width: 170px;
    margin: 0px; } }
/*
-----------------------	
	deafult section
-----------------------
*/
section {
  padding: 50px;
  margin: 20px 0; }
  section .container {
    min-height: 450px; }

@media (max-width: 767px) {
  section {
    padding: 0px; }
    section .container {
      min-height: 0px;
      padding-bottom: 20px; } }
/*
-----------------------	
	Anlegerschutz
-----------------------
*/
section.anlegerschutz {
  background: #f9fafb;
  border-top: 1px solid #589e55;
  border-bottom: 1px solid #589e55; }
  section.anlegerschutz p + a {
    display: block;
    margin-bottom: 40px; }
  section.anlegerschutz .btn,
  section.anlegerschutz a {
    text-decoration: underline; }
  section.anlegerschutz .col-sm-4 {
    text-align: center; }
    section.anlegerschutz .col-sm-4 h3 {
      margin-top: 40px; }
    section.anlegerschutz .col-sm-4 .btn {
      border-color: #589e55;
      color: #589e55;
      border-radius: 0px;
      margin: 20px; }
      section.anlegerschutz .col-sm-4 .btn:hover {
        text-decoration: none;
        background: #589e55;
        color: #ffffff; }

@media (max-width: 767px) {
  section.anlegerschutz h1 {
    padding-top: 50px; } }
/*
-----------------------	
	intro
-----------------------
*/
section.intro {
  height: 100vh;
  position: relative;
  background: url("../Media/bg-test.jpg") repeat-x;
  background-size: cover;
  margin-top: 0px; }
  section.intro .claim {
    font-size: 40px;
    line-height: 43px;
    color: #002356;
    margin: 0px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: justify;
    font-weight: 300;
    line-height: 50px;
    margin-top: 180px;
    color: #589e55;
    padding-left: 15px; }
  @media (max-width: 767px) {
    section.intro .claim {
      font-size: 16px;
      line-height: 20px; } }

/*
-----------------------	
	tabs/philosophie
-----------------------
*/
section.philosophie .nav-tabs {
  background: #589e55;
  padding: 10px; }
  section.philosophie .nav-tabs li {
    width: 25%; }
    section.philosophie .nav-tabs li a {
      font-size: 16px;
      line-height: 19px;
      color: #002356;
      margin: 0px 0;
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: justify;
      color: #ddebdd;
      padding: 0px;
      text-align: left;
      font-weight: 400; }
      section.philosophie .nav-tabs li a:hover, section.philosophie .nav-tabs li a:focus {
        background: transparent;
        border-color: transparent;
        color: #ffffff; }
  section.philosophie .nav-tabs li.active > a {
    border: none;
    color: #ffffff;
    background: #589e55;
    font-weight: 600; }
  section.philosophie .nav-tabs li > a.vorgehensweise {
    text-align: center; }
  section.philosophie .nav-tabs li:last-child a {
    text-align: right; }
section.philosophie .tab-content h2 {
  font-size: 25px;
  line-height: 28px;
  color: #002356;
  margin: 0px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
  font-weight: 300;
  color: #002356;
  margin: 25px 0 15px 15px; }
section.philosophie .tab-content ul {
  padding-left: 15px; }
  section.philosophie .tab-content ul li {
    font-size: 15px;
    line-height: 18px;
    color: #002356;
    margin: 0px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: justify;
    line-height: 25px; }

@media (max-width: 767px) {
  section.philosophie .col-sm-6 + .col-sm-6 {
    margin-top: 10px; }

  section.philosophie .nav-tabs li {
    width: 49%;
    margin-bottom: 20px; }
    section.philosophie .nav-tabs li a.vorgehensweise,
    section.philosophie .nav-tabs li a {
      text-align: left;
      border: none; }
    section.philosophie .nav-tabs li:last-child a {
      text-align: left; } }
/*
-----------------------	
	Kontakt
-----------------------
*/
section.kontakt iframe {
  width: 90%;
  margin-top: 15px; }
section.kontakt h3 {
  margin-bottom: 20px;
  font-weight: 500; }
section.kontakt address {
  font-size: 15px;
  line-height: 18px;
  color: #002356;
  margin: 0px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
  margin-bottom: 40px;
  line-height: 25px; }
section.kontakt label {
  font-weight: 300;
  padding-right: 0px;
  margin-bottom: 5px; }
section.kontakt span {
  margin: 0px;
  font-size: 15px;
  line-height: 18px;
  color: #002356;
  margin: 0px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify; }
section.kontakt a,
section.kontakt .col-sm-10 p {
  color: #002356;
  font-weight: 400; }

@media (max-width: 767px) {
  section.kontakt .col-sm-5 {
    margin-top: 40px; }
    section.kontakt .col-sm-5 h3 {
      margin-bottom: 10px; }
    section.kontakt .col-sm-5 .col-sm-2,
    section.kontakt .col-sm-5 .col-sm-10 {
      float: left; }
    section.kontakt .col-sm-5 .col-sm-2 {
      width: 80px; }
  section.kontakt a {
    color: #589e55; } }
/*
-----------------------	
	footer
-----------------------
*/
footer .container {
  border-top: 1px solid #589e55; }
footer .col-sm-3 {
  padding-left: 0px; }
footer .col-sm-9 {
  padding-right: 0px; }
footer a,
footer p {
  font-size: 13px;
  line-height: 15px;
  margin: 10px 0;
  display: block;
  color: #002356; }
footer #myModal p {
  line-height: 20px;
  margin-top: 30px; }

@media (max-width: 767px) {
  footer .col-sm-9,
  footer .col-sm-3 {
    text-align: center; }
  footer .col-sm-3 {
    padding-left: 15px; }
  footer .col-sm-9 {
    padding-right: 15px; } }

/*# sourceMappingURL=Main.css.map */
