@font-face {
    font-family: ProbaProRegular;
    src: url(ProbaPro/regular/probaproregular.woff);
}

.trennung {
       -ms-hyphens: auto;
       -webkit-hyphens: auto;
       hyphens: auto;
     }

body {
  font-family: ProbaProRegular;
  color: rgb(3, 51, 132);
  margin-left: 25px;
  margin-right: 25px;
  background-color: rgb(249, 249, 249);
}

h3,p,div.contact,a,div.tab button,.imgtitle {
  color: rgb(75, 75, 75);
  }

a {
    text-decoration: none;
    border-bottom: 1px solid rgb(180, 180, 180);
}

a:hover {
    /*color: rgb(3, 51, 132);*/
    border-bottom: 1px solid rgb(75, 75, 75);
}

a:active {
    color: rgb(3, 51, 132);
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 46px;
  padding-left: 0;
  margin-left: 0;
}

h2 {
  margin-top: 0px;
}

h3 {
  line-height: 140%;
}

p {
  margin-bottom: -5px;
}

div.container {
  /*max-width: 700px;*/
}

div.header {
  ;
}

p,div.contact {
  font-size: 16px;
  line-height: 140%;
}

div.bio {
  margin-bottom: 25px;
}

div.contact {
  margin-top: 15px;
}

.contactintro {
  margin-bottom: 10px;
}

span.vorhang {
  display: none;
}

/* Style the tab */
div.tab {
    overflow: hidden;
    padding-bottom: 6px;
}

/* Style the buttons inside the tab */
div.tab button {
    font-family: ProbaProRegular;
    font-size: 18px;
    border: none;
    /*border-bottom: 1px solid rgb(180, 180, 180);*/
    background-color: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    margin-right: 2%;
    padding-right: 2px;
    padding-left: 0px;
    border-radius: 0px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    border-bottom: 1px solid rgb(75, 75, 75);
}

/* Create an active/current tablink class */
div.tab button.active {
    border-bottom: 1px solid rgb(3, 51, 132);
    color: rgb(3, 51, 132);
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0px;
    border-top: none;
    margin-bottom: 30px;
}



/*Content Tabs*/

div.tabtitle {
  font-size: 18px;
  margin-bottom: -5px;
}

.tabimage {
  width: 100%;
}

.image {
  margin-top: 25px;
}

.imgtitle {
  text-align: right;
}

/*Alert*/


.alert {
  padding: 20px;
  background-color: #DDEDF6;
  color: rgb(75, 75, 75);
  line-height: 25px;
  margin-bottom: 20px;
  max-width: 1330px;
  transition: opacity 0.6s;
}

.alert-title {
  font-weight: bold;
  color: rgb(3, 51, 132);
}

.closebtn {
  margin-left: 15px;
  color: rgb(75, 75, 75);
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: blue;
}

.material-icons {vertical-align: middle; padding-right: 2px; padding-bottom: 5px}
.material-icons.blue { color: rgb(3, 51, 132); }
.material-icons.md-20 { font-size: 20px; }


/*Responsive*/
@media only screen and (min-width: 768px) {
  .tabcol {
    display: inline;
    float: left;
    width: 50%;
    max-width: 650px;

  }

  .image {
    width: 40%;
    margin-left: 4%;
    margin-top: 50px;
  }
.map {
  width: 40%;
  margin-left: 4%;
  margin-top: 33px;
}

}
